summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02drop prefix from ::cssThomas Arnhold1-275/+275
as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
2013-04-01remove boilerplate commentsThomas Arnhold3-6/+1
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-8/+8
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-25loplugin: improve indentationThomas Arnhold2-3/+3
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-18coverity#738556 Unitialized scalar fieldNorbert Thiebaud1-0/+8
Change-Id: Iad7ca3d9928e34d0510c85242dc20a6dca6f09bb Reviewed-on: https://gerrit.libreoffice.org/2209 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-6/+9
...that had once been workarounds for compilers that did not yet support the C++98 scoping rules for declarations in for-init-statements. Change-Id: I51dc42982b30bf3adea6de1a10a91c0b4b4acfbe
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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 Behrens1-2/+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 Behrens5-10/+10
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 Grandin1-1/+1
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-22AllSettings with LanguageTagEike Rathke5-5/+5
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
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-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida3-42/+42
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida3-3/+3
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-09-29re-base on ALv2 code.Michael Meeks25-572/+350
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud7-11/+11
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 Bergmann9-71/+19
...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud6-11/+195
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 Montania1-1/+1
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 Montania29-306/+260
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-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-29fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak15-91/+0
Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55
2012-06-29fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak10-22/+22
Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013
2012-06-29Remove UNO includes commentsThomas Arnhold3-6/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-11re-base on ALv2 code.Michael Meeks7-161/+98
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-05-29nuke unused typedefTakeshi Abe2-5/+0
Change-Id: I12a55e08a83b88221d992790c97c830761755582
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+2
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-7/+7
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2-4/+4
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2-4/+4
2011-12-23gbuildize accessibilityDavid Tardon1-78/+0
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2-2/+2
Part I Modules unoControl, accessibility and avmedia
2011-11-27remove include of pch header in accessibilityNorbert Thiebaud32-61/+0
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2-2/+2
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-1/+1
2011-09-24remove obsolete Forte NOOPT filesMichael Meeks1-3/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-09-12callcatcher: various unused methodsCaolán McNamara5-11/+1
2011-07-29catch by const refCaolán McNamara3-3/+3
2011-06-07use standard pattern for thisCaolán McNamara6-47/+43
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-1/+0
2011-04-18Fix build - the same symbol defined on 2 places.Jan Holesovsky2-8/+5