summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Collapse)AuthorFilesLines
2011-01-14removetooltypes01: #i112600# fix TRUE/FALSE autodoc tagsMikhail Voytenko8-37/+37
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an ↵Frank Schoenheit [fs]2-3/+5
internal implementation detail, and in fact some clients (the A11Y API implementation) exploited this, e.g. by simply adding elements to the array, without the owner (the TableControl/_Impl) ever noticing it. Replaced that with a working API. In this course, removed XGridSelection::getMin/MaxSelectionIndex. Pretty useless IMO, unused, and ugly to implement.
2011-01-14gridsort: replaced RemoveSelectedRow by ClearSelection - the first ↵Frank Schoenheit [fs]1-2/+1
implementation was buggy, anyway, and ClearSelection is the same as SelectAll( false ) (which was the only use case)
2011-01-13removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong ↵Carsten Driesner7-30/+30
in accessibility
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko1-1/+1
2011-01-06rebase to DEV300_m96Philipp Lohmann [pl]1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-4/+4
2010-11-23vcl117: removed obsolete headerPhilipp Lohmann [pl]2-3/+2
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from ↵Xiaofei Zhang47-593/+277
xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework
2010-11-08remove commented out codeKevin Hunter1-22/+0
2010-11-08use RTL_CONSTASCII_USTRINGPARAMKevin Hunter2-2/+2
2010-11-08use RTL_CONSTASCII_USTRINGPARAMKevin Hunter24-57/+51
2010-11-08Remove unnecessary comment linesKevin Hunter1-9/+1
2010-11-08use RTL_CONSTASCII_USTRINGPARAMKevin Hunter1-12/+12
2010-11-08EasyHack: createFromAscii -> RTL_CONST... macroKevin Hunter4-7/+7
2010-10-28add modelines to .hxx files as wellCaolán McNamara71-0/+156
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud3-3/+3
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25migrate use of OClearableGuard(SolarMutex) to SolarMutexGuardNorbert Thiebaud3-21/+6
3 helper class and a site were using OClearableGuard on the SolarMutex None of these actually needed the Clearable feature, so they were replaced by a simple SolarMutexGuard.
2010-10-25remove the class TLBSolarMutex and use SolarMutexGuard insteadNorbert Thiebaud2-26/+8
The class TBLSolarMutex is a wrapper guard arounf the SolarMutex. the class SolarMutexGuard already provide this function.
2010-10-25remove the class ALBSolarGuard and replace it's use with SolarMutexGuardNorbert Thiebaud2-78/+59
ALBSolarGuard is awrapper guard around the SolarMutex SolarMutexGuard provide this function now.
2010-10-25replace BBSolarGuard with SolarMutexGuardNorbert Thiebaud8-77/+68
BBSloarGuard iw a simple guard wrapper around the SolarMutex. the generic SolarMutexGuard provide this feature.
2010-10-25forgot base clase init callNorbert Thiebaud1-1/+2
2010-10-25replace the now superfluous TCSolarGuard with SolarMutexGuardNorbert Thiebaud8-68/+60
TCSolarGuard is a class that basically wrapped a Guard around Application::GetSolarMutex() This function is now provided directly by the SolarMutexGuard class.
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud3-40/+40
2010-10-22sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth69-0/+182
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05more removed include guards using fixguard.pyPetr Mladek32-82/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek14-14/+0
2010-10-04Comments cleanupDavid Hobley1-1/+1
2010-10-04dead comment removalJacopo Nespolo2-12/+3
2010-10-01Removing dead code and cleaning up some commentsJacopo Nespolo3-20/+3
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb4-6/+42
2010-07-22CWS-TOOLING: integrate CWS tl81_OOO330Jens-Heiner Rechtien1-4/+8
2010-07-21CWS-TOOLING: integrate CWS unoawt2Jens-Heiner Rechtien1-335/+0
2010-07-06unoawt2: removed unused fileFrank Schoenheit [fs]1-335/+0
2010-07-01cws tl81: merge with DEV300_m84Thomas Lange [tl]4-23/+2
2010-06-23cws tl81: #i112363# patch for accessibility crashThomas Lange [tl]1-4/+8
2010-06-21CWS-TOOLING: integrate CWS vcl112obo2-21/+0
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida29-266/+1874
2010-06-03slidecopy: merge after copying in CWS renaissance2Frank Schoenheit [fs]14-37/+1696
2010-06-03vcl112: #i111983# remove unused code (thanks cmc !)Philipp Lohmann [pl]2-21/+0
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]13-241/+151
2010-06-01cws renaissance2: rebase m80Christian Lippka13-229/+150
2010-05-21CWS-TOOLING: integrate CWS gridcontrol_03Kurt Zenker13-229/+150
Notes: split repo tag: components_ooo/DEV300_m79
2010-05-11rebased to DEV300_m77.Kohei Yoshida6-43/+30
2010-04-28renaissance2: rebase m77Christian Lippka2-12/+1
2010-04-28#i107213# use toolbox item window as parent for popup menuChristian Lippka1-7/+6
2010-04-28slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]1-1/+0
2010-04-27gridcontrol_03: merge with DEV300_m77Mihaela Kedikova6-43/+30
2010-04-27#i107213# notify a11y api if a toolbar popup window is openedChristian Lippka2-0/+29