summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann2014-09-151-1/+1
| | | | Change-Id: I249262779519934c3dacc9df76028a994187e3d6
* forms: sal_Bool -> boolStephan Bergmann2014-09-1513-21/+21
| | | | Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c
* Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann2014-09-151-5/+5
| | | | Change-Id: If940dcf7f7d2144576b4ae55578b8b7bd113295b
* fdo#39468: Translated German to EnglishJennifer Liebel2014-09-121-5/+5
| | | | | | | Change-Id: Ica935c641d3858ae875410efc7fe531835feadf8 Reviewed-on: https://gerrit.libreoffice.org/11373 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
| | | | | | | | | | | ...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2014-09-101-1/+1
| | | | Change-Id: I64be7ca711dcd3ea7c4d5840a30f2f701d055e1b
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
| | | | Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-251-0/+1
| | | | Change-Id: I79422149fd25b1531673a517e2a340dbeab43b1a
* Fix *_component_getFactory function typeStephan Bergmann2014-08-251-2/+3
| | | | Change-Id: I10414cbc61b5540f1b9f39b19699673868e9c3eb
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
| | | | | | | Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
* Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza2014-08-2112-20/+0
| | | | | | | Change-Id: Idc8ecbb65c7c4c63950d8b249e0d0d91788d6d3b Reviewed-on: https://gerrit.libreoffice.org/11012 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* forms: CSS -> cssThomas Arnhold2014-08-2112-71/+67
| | | | Change-Id: Ib2fb1f4f4b64a67cebdebb6ebfb36dbe6878bef6
* star* -> css::*Thomas Arnhold2014-08-216-13/+13
| | | | Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
* stario -> css::ioThomas Arnhold2014-08-215-24/+24
| | | | Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
* staruno -> css::unoThomas Arnhold2014-08-211-2/+2
| | | | Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
| | | | Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
| | | | | | | in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
| | | | | | i.e. stuff like "x == true" Change-Id: Ib82a4a30e736df392405332fa197b588482cffcf
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-16/+16
| | | | Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
| | | | Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12
| | | | Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-198-17/+17
| | | | Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
| | | | Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
* java: remove unused importsNoel Grandin2014-08-143-5/+0
| | | | Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
* java: remove commented out codeNoel Grandin2014-08-142-3/+0
| | | | Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
* remove unnecessary use of Java reflectionNoel Grandin2014-08-131-28/+5
| | | | Change-Id: I1cbbd8ee34684ec0fd74cd59529276b31eb7d1c2
* java: remove dead methodsNoel Grandin2014-08-138-165/+11
| | | | | | found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
* update_pchThomas Arnhold2014-08-131-0/+1
| | | | Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-8/+8
| | | | | | found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
| | | | | | found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
| | | | | | found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
| | | | | | found by UCDetector Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d
* java: fix broken javadoc tagsNoel Grandin2014-08-122-8/+4
| | | | Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
* java: remove useless javadoc tagsNoel Grandin2014-08-123-23/+7
| | | | | | that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1214-0/+33
| | | | Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
| | | | Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa
* java: remove unused parametersNoel Grandin2014-08-111-4/+0
| | | | Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-087-10/+9
| | | | | | .. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
| | | | Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
* java: remove unnecessary semi-colonsNoel Grandin2014-08-086-6/+6
| | | | Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
* java: remove unused importsNoel Grandin2014-08-081-1/+0
| | | | Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
* java: remove dead methodsNoel Grandin2014-08-081-16/+0
| | | | Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d
* java: remove commented out codeNoel Grandin2014-08-051-5/+0
| | | | Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
| | | | Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-048-8/+8
| | | | | | | where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
* coverity#706541 Uncaught exceptionCaolán McNamara2014-07-262-6/+9
| | | | | | | | and coverity#706537 Uncaught exception Change-Id: I403d83bb7aa4cf82edf1b6c608f9daac31576208
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-6/+9
| | | | | | | | Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
* use SimpleReferenceObject in forms moduleNoel Grandin2014-07-104-75/+7
| | | | | | to replace hand-rolled version Change-Id: Ic95f4dfd1ae5ab414c68c52ad58c738f4ac1d9d1
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
| | | | Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
* New loplugin:stringconcatStephan Bergmann2014-07-011-1/+1
| | | | Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac