summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12framework: sal_Bool -> boolStephan Bergmann2-3/+3
Change-Id: Ie56d3fe674af048d7aea32f141c5825e4c2aa98b
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2-8/+6
Clean up at least vcl + what depends on that, but unfortunately there are still some "Closer"'s left elsewhere... Change-Id: I019c863d07ee62d701ff01c8d871334012c105f1
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet22-41/+41
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
2014-09-09Fix indentation.Jan Holesovsky1-5/+5
Change-Id: I0fb904353bc79199d7df957cf756883e425c97eb
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist9-17/+17
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-22Open the right tab for the More... commandMaxim Monastirsky1-1/+1
Partially fixed by Caolán in 3ac80237f310366afef0f7b6c427889d652bd369. Remaining issues are the paragraph submenu, and the top menu for both selection and paragraph. Also fixed for the drawing text and annotations shells (including the regression created by the above commit, that the dialog didn't show at all). Change-Id: I1ba4c825ad48af23ad5c07c8c5f25380952c0be1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-9/+0
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
found by PMD Change-Id: I04cbf986ddbcffff987784f381b8a9f52f1b3f31
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-6/+6
found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
This is, not surprisingly, somewhat weird code, but I think this patch does what is necessary, it does fix the bug. Change-Id: Ie1947b311f1455ba48a904f5ef42ad92899fac31
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-4/+4
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-74/+74
Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
Change-Id: If4fff3dd37326fbcdd01b743355a16591d71fa69
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-4/+4
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-2/+2
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-6/+6
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-19java: remove unused methodsNoel Grandin1-11/+0
Change-Id: Ibb905e6f3e7d92a0e558f1f6562e5b472cd2717b
2014-08-18document the swap-on-free idiom usageNoel Grandin8-10/+10
Effective C++, item 17 Change-Id: I5c6f20c9631f1ca86b481a56ef08d578a7addbad
2014-08-15drop TabControl resource loaderCaolán McNamara5-78/+7
Change-Id: Idb909c205dfadaadeb8b98ce08fe2f4286cfce26
2014-08-14java: remove unused importsNoel Grandin1-1/+0
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-14java: remove commented out codeNoel Grandin8-44/+9
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13remove dead java constantsNoel Grandin1-14/+0
found by UCDetector Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
2014-08-13java: remove dead methodsNoel Grandin3-106/+2
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13update_pchThomas Arnhold2-0/+2
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13java: remove unused fieldsNoel Grandin3-16/+12
found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
2014-08-13java: reduce scope, make some methods privateNoel Grandin3-4/+4
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make member classes privateNoel Grandin4-5/+5
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
2014-08-13java: reduce scope, make fields privateNoel Grandin7-25/+25
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-3/+3
found by UCDetector Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
2014-08-12java: reduce scope, make constants privateNoel Grandin1-5/+5
found by UCDetector Change-Id: Ide9975e361ed17ac8cdcbe67ba74c563a9392d57
2014-08-12java: fix broken javadoc tagsNoel Grandin2-4/+0
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
2014-08-12java: remove useless javadoc tagsNoel Grandin1-2/+0
that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin7-0/+7
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara1-1/+1
a) FontDialog doesn't take a Language argument, so drop that b) Give FontDialog a Page argument and set it to "font" when called from the status bar More... menu entry Change-Id: Ibaf4d5e51d47794b8b0e3c3e06a6d8e00a7d2896
2014-08-11java: remove unused parametersNoel Grandin8-24/+16
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
2014-08-10fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky1-7/+17
Should also fix most of the reports of fdo#46635 (I have no idea regarding the original report, because it predates the autosave feature.) Change-Id: I006d62053a159ab3157438a57dee56d6d99990a8
2014-08-09framework.hrc: just use the valueThomas Arnhold1-4/+2
Change-Id: Ie3fad127ae834ba722efe1d474ed10e38eb6bf88
2014-08-09remove unused resource definitionsThomas Arnhold1-5/+0
Change-Id: Ie982ad04c084841f04215b3f58705bb9d9544a71
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-19/+3
.. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
2014-08-08java: remove unnecessary semi-colonsNoel Grandin2-2/+2
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-08java: remove redundant super-interfacesNoel Grandin1-2/+1
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
2014-08-08java: remove unused fieldsNoel Grandin1-7/+0
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-08-05java: remove commented out codeNoel Grandin15-571/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove unused fieldsNoel Grandin3-11/+2
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-08-04java: remove some unused variablesNoel Grandin1-2/+2
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
2014-08-04fix spelling compilant -> compliantNoel Grandin2-2/+2
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
2014-08-01typo: more then -> more thanTakeshi Abe22-37/+37
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa Reviewed-on: https://gerrit.libreoffice.org/10603 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>