summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Collapse)Author
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-03-16gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinFrank Schoenheit [fs]
2011-02-17CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-15gridsort: post-rebase fixesFrank Schoenheit [fs]
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
2011-01-22accfixes: removed include of obsolete header fileMalte Timmermann [mt]
2011-01-17gridsort: ClearSelection -> SelectAllRows (forgot this client during a ↵Frank Schoenheit [fs]
previous change)
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an ↵Frank Schoenheit [fs]
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]
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 Driesner
in accessibility
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from ↵Xiaofei Zhang
xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework
2010-07-22CWS-TOOLING: integrate CWS tl81_OOO330Jens-Heiner Rechtien
2010-07-21CWS-TOOLING: integrate CWS unoawt2Jens-Heiner Rechtien
2010-07-06unoawt2: removed unused fileFrank Schoenheit [fs]
2010-07-01cws tl81: merge with DEV300_m84Thomas Lange [tl]
2010-06-23cws tl81: #i112363# patch for accessibility crashThomas Lange [tl]
2010-06-21CWS-TOOLING: integrate CWS vcl112obo
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida
2010-06-03slidecopy: merge after copying in CWS renaissance2Frank Schoenheit [fs]
2010-06-03vcl112: #i111983# remove unused code (thanks cmc !)Philipp Lohmann [pl]
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]
2010-06-01cws renaissance2: rebase m80Christian Lippka
2010-05-21CWS-TOOLING: integrate CWS gridcontrol_03Kurt Zenker
Notes: split repo tag: components_ooo/DEV300_m79
2010-05-11rebased to DEV300_m77.Kohei Yoshida
2010-04-28#i107213# use toolbox item window as parent for popup menuChristian Lippka
2010-04-28slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]
2010-04-27gridcontrol_03: merge with DEV300_m77Mihaela Kedikova
2010-04-27#i107213# notify a11y api if a toolbar popup window is openedChristian Lippka
2010-04-26slidecopy: corrected parenthood of the ToolPanelDecks's A11Y object - had a ↵Frank Schoenheit [fs]
cyclic ancestor chain before ...
2010-04-12slidecopy: mergeFrank Schoenheit [fs]
2010-04-09slidecopy: merge CWS wth MWS-m76Frank Schoenheit [fs]
2010-04-07slidecopy: VCLEVENT_LISTBOX_ENTRY_EXPANDED/COLLAPSED => ↵Frank Schoenheit [fs]
VCLEVENT_ITEM_EXPANDED/COLLAPSED (to allow re-using it in the tool panel drawer items)
2010-04-07slidecopy: additional assertion when creating the XAccessible for the panelFrank Schoenheit [fs]
2010-04-06slidecopy: silence warning 'bout unused parametersFrank Schoenheit [fs]
2010-04-01slidecopy: event notifications for inserted/removed panelsFrank Schoenheit [fs]
2010-04-01slidecopy: the A11Y API for the PanelTabBar now also includes the scroll buttonsFrank Schoenheit [fs]
2010-04-01slidecopy: improved A11Y API implementations for the ToolPanelDeckFrank Schoenheit [fs]
items left: - A11Y representation of the scroll buttons of the PanelTabBar - AccessibleToolPanelTabBar event notifications - consolidate AccessibleToolPanelDeck/TabBar/Item?
2010-04-01slidecopy: initial version of the A11Y API for the tool panel deck's tab ↵Frank Schoenheit [fs]
layouter. Effectively, the implementation showed that the current appraoch of the Deck having n+1 children (n panel selector items, plus one active panel) doesn't work. So, a next step will be a re-factoring so that the PanelDeck has 1+x children, where x children are provided by the layouter.
2010-04-01slidecopy: #i10000# (unxlngi6)Frank Schoenheit [fs]
2010-03-30slidecopy: more A11Y implementations for the ToolPanelDeckFrank Schoenheit [fs]
2010-03-30slidecopy: A11Y for the ToolPanelDeck VCL controlFrank Schoenheit [fs]
2010-03-23gridcontrol_03: merge with DEV300_m75Mihaela Kedikova