summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin2-1/+1
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
2012-12-29Remove last RTL_CONSTASCII_* from accessibilityMarcos Paulo de Souza2-5/+5
Change-Id: Icb8f66c9f6ad70828aa55580a1f3aae8b2af1593 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1500 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-24Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ib799053921886d1bd524bf4ffe3f586e4c676572
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens18-42/+30
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-7/+7
The service is deprecated, but we still have a handful of in-tree users, and converting it lets me thread XComponentContext through a bunch of classes. Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba
2012-11-27accessibility: WNT only IllegalArgumentException java problemMichael Stahl1-1/+1
Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf
2012-11-22AllSettings with LanguageTagEike Rathke15-16/+17
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar11-147/+110
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-09Better fix for fdo#56473, Crash when inserting a simple macroMichael Meeks1-11/+11
old code used to use XCell->setString, new code uses rDoc.SetString which by default tries to detect number formats. The ScColumn::SetString that eventually gets called seems to do lots of additional checks ( and apparently even if an ScSetStringParam instance with mbDetectNumberFormat ( false ) was passed it seems that it will still try to detect decimal number formats. With that in mind I restore and un-unoified version of what XCell->setString used do Change-Id: Ifaef74c78b198f492a390a3d5dc1721622a01ea4
2012-11-02Related: fdo#56473 IDE: Crash when inserting a simple macroJulien Nabet1-2/+2
After having discussed with Michael Meeks, a better way would be to be iterator free Now, should all textwindowaccessibility part be iterator free? Change-Id: I8079b3ffbc9d37bc2c3b9ede088485dd3a7e410e
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-1/+1
Change-Id: Iae27a96c1e2ed72d2744fcbe100d6ada7dc41c82 Reviewed-on: https://gerrit.libreoffice.org/914 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-28Resolves: fdo#56473 IDE: Crash when inserting a simple macroJulien Nabet1-2/+8
Change-Id: I7bb6fe0005b9afa2d853a13a30d5b0c48ba8bdf2
2012-10-25fdo#53474: Fix Windows Java Accessibility BridgeStephan Bergmann3-92/+49
...by folding the contents of java_accessibility.jar back into java_uno_accessbridge.jar. In the old build system there were two jars, java_uno_accessbridge.jar containing the handful of org.openoffice.accessibility classes and all org.openoffice.java.accessibility classes (though how the latter got included was fairly obscure in the makefile.mk) and unused java_accessibility.jar that contained all org.openoffice.java.accessibility classes. When adapting this to gbuild, the unused java_accessibility.jar was carried over, but all its org.openoffice.accessibility classes were inadvertently droped from java_uno_accessbridge.jar. Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-1/+1
Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831 Reviewed-on: https://gerrit.libreoffice.org/887 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida4-44/+44
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-15export symbols after gbuildificationDavid Tardon1-4/+4
Change-Id: I5c8ef1009a65fa5a38174898f58f9146e1367aa9
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar4-4/+5
Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida3-3/+3
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+3
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01translations is a source-only moduleAndras Timar1-1/+1
Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
2012-10-01re-base on ALv2 code.Michael Meeks66-1495/+920
2012-10-01gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-10-01gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-10-01gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-29re-base on ALv2 code.Michael Meeks66-1495/+920
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28just return a vector rather than pass one in by ref to be clearedCaolán McNamara1-3/+2
2012-09-27UniString::Fill->padToLength(OUStringBufferCaolán McNamara1-2/+4
Change-Id: I61a562982af75fd3141b4b5d55840c0ebc94306c
2012-09-26sal_Bool to bool conversion in accessibilityRicardo Montania3-25/+25
Change-Id: I79967eea535dc4bd11e725dc854ae8a8f97a2905 Reviewed-on: https://gerrit.libreoffice.org/701 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud8-13/+13
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet3-30/+25
Change-Id: I64eadd8f34e9d60e9d696fa572dc0001532eab02
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann14-109/+29
...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud10-14/+248
Change-Id: Ifa29a8b3c027970d46844b428a3529e680c0b09c Reviewed-on: https://gerrit.libreoffice.org/541 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-11::rtl::OUString to OUString correction in accessibilityRicardo Montania60-307/+306
Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629 Reviewed-on: https://gerrit.libreoffice.org/589 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-07OUString cleanup in accessibilityRicardo Montania60-605/+559
Change-Id: Ie4e51632bf81053f0d32428bb7ef5b01ec301ccc Reviewed-on: https://gerrit.libreoffice.org/579 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-3/+0
Change-Id: Ibd5d6c691b2c9e841d023c0d3fe2717c2bb879c8
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-8/+3
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-08-28Java cleanup - remove unused parameters and fieldsNoel Grandin1-1/+1
Change-Id: I4e9a27ce0b5f6d782034306afadb1b9d0ed9a2ba
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin3-14/+8
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-28Java cleanup - remove unused importsNoel Grandin20-57/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin4-4/+3
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-28Remove newly unused instance provisioningStephan Bergmann3-5/+0
Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46
2012-08-28Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin6-15/+27
Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69
2012-08-20Java5 updates - convert to genericsNoel Grandin29-137/+105
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20Java update - fix various javadoc issuesNoel Grandin2-2/+2
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
2012-08-17gbuild: register all jarsMichael Stahl2-7/+7
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc