summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-4/+0
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-08remove include comments and boxesThomas Arnhold1-5/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-4/+4
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-07-14simplify include guardsThomas Arnhold1-1/+1
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-06-29fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak19-110/+0
Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55
2012-06-29fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak13-27/+27
Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin2-4/+4
Change-Id: Ic6e7946a065d6667e3cf620811102714817f11a2
2012-06-29Remove UNO includes commentsThomas Arnhold6-15/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-25remove some annoying XubStringsCaolán McNamara1-1/+1
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-4/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-11re-base on ALv2 code.Michael Meeks124-2898/+1794
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold10-20/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59