summaryrefslogtreecommitdiffstats
path: root/accessibility/source
Commit message (Expand)AuthorAgeFilesLines
* UniString::Fill->padToLength(OUStringBufferCaolán McNamara2012-09-271-2/+4
* sal_Bool to bool conversion in accessibilityRicardo Montania2012-09-261-2/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-258-13/+13
* Fix some "Variables reassigned a value before the old one has been used"Julien Nabet2012-09-153-30/+25
* Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann2012-09-1414-109/+29
* gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud2012-09-146-11/+195
* ::rtl::OUString to OUString correction in accessibilityRicardo Montania2012-09-113-12/+12
* OUString cleanup in accessibilityRicardo Montania2012-09-0760-605/+559
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-282-5/+2
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak2012-06-2919-110/+0
* fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak2012-06-2913-27/+27
* Remove UNO includes commentsThomas Arnhold2012-06-293-6/+0
* remove some annoying XubStringsCaolán McNamara2012-06-251-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-1115-351/+216
* Remove superfluous empty lines on topThomas Arnhold2012-06-096-12/+0
* Remove superfluous include commentsThomas Arnhold2012-06-0910-20/+0
* nuke unused typedefTakeshi Abe2012-05-292-5/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-7/+7
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-173-5/+5
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-163-5/+5
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-151-0/+41
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-3/+0
* gbuildize accessibilityDavid Tardon2011-12-233-209/+0
* Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2011-12-095-5/+5
* don't need an extra header, fold into bodyCaolán McNamara2011-12-071-10/+29
* remove include of pch header in accessibilityNorbert Thiebaud2011-11-2767-131/+0
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-062-2/+2
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-061-1/+1
* remove obsolete Forte NOOPT filesMichael Meeks2011-09-241-3/+0
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+2
* callcatcher: various unused methodsCaolán McNamara2011-09-125-11/+1
* catch by const refCaolán McNamara2011-07-293-3/+3
* totally pointless intermediate objectCaolán McNamara2011-06-201-3/+1
* use standard pattern for thisCaolán McNamara2011-06-076-47/+43
* WaE (picky) - noeolChristian Lohmaier2011-05-171-1/+1
* fixed cppcheck warningsAndreas Becker2011-04-281-2/+2
* left arrow comments removed // <--Júlio Hoffimann2011-04-221-1/+0
* Fix build - the same symbol defined on 2 places.Jan Holesovsky2011-04-182-8/+5
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1827-151/+151
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-0927-151/+151
| |\
| | * CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann2011-02-172-5/+6
| | |\
| | | * gridsort: post-rebase fixesFrank Schoenheit [fs]2011-02-151-1/+1
| | | * gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]2011-02-1424-145/+145
| | | |\
| | | * | gridsort: ClearSelection -> SelectAllRows (forgot this client during a previo...Frank Schoenheit [fs]2011-01-171-1/+1
| | | * | gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]2011-01-142-3/+5
| | | * | gridsort: replaced RemoveSelectedRow by ClearSelection - the first implementa...Frank Schoenheit [fs]2011-01-141-2/+1