summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin
2013-12-20typo fixesAndras Timar
2013-12-16Check IsRefMode() before accessing the ref range.Kohei Yoshida
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann
2013-12-12Keep maActiveCell, mpAccCell in syncStephan Bergmann
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist
2013-12-03warning C4702: unreachable codeStephan Bergmann
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann
2013-12-03fix windows buildMarkus Mohrhard
2013-12-02fix previous fixStephan Bergmann
2013-12-02-Werror,-Wunused-variableStephan Bergmann
2013-12-02WaE: initialize boolean variable to prevent compiler warning.Pavel Janík
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-26Document a bit the Ugly bad and nasty workaroundFridrich Štrba
2013-08-26Ugly bad and nasty workaround for some dupplicate symbols issueFridrich Štrba
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-13resolved fdo#63421 crash in pivot table with accessibilityEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-01coverity#736015: use of invalid iteratorMarkus Mohrhard
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-17coverity: fix memory leakMarkus Mohrhard
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens