summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)AuthorFilesLines
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-06fix typos (wich instead of which)Philipp Riemer6-7/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-4/+4
2013-04-13resolved fdo#63421 crash in pivot table with accessibilityEike Rathke1-27/+64
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák19-153/+148
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-3/+2
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-20/+16
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-1/+1
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida1-1/+1
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold17-32/+32
2013-03-01coverity#736015: use of invalid iteratorMarkus Mohrhard1-3/+3
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-17coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida4-4/+4
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-1/+1
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks2-5/+17
2012-12-04re-base on ALv2 code. Includes:Michael Meeks19-502/+325
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens4-16/+16
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-12/+10
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud11-12/+12
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann3-14/+7
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-09Remove superfluous empty lines on topThomas Arnhold8-17/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-3/+3
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida1-1/+1
2012-04-13Put enum definition under class scope to avoid name clash.Kohei Yoshida1-2/+2
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-2/+2
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-2/+2
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida1-0/+8
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-3/+3
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-08childs -> childrenMichael T. Whiteley1-90/+90
2011-12-01Remove uses of charAtAugust Sodora1-3/+3
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud23-46/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida3-0/+4
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara1-4/+6
2011-11-04catch exception by const referenceTakeshi Abe1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara8-1/+20
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida3-3/+3
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida1-1/+1
2011-08-26String to rtl::OUString.Kohei Yoshida2-2/+2
2011-07-05basic multiline input implementationAnurag Jain1-7/+7
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara1-1/+0
2011-06-03use standard template for this throughoutCaolán McNamara13-141/+103