summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
AgeCommit message (Expand)AuthorFilesLines
2014-04-23sc: sal_Bool->boolNoel Grandin2-10/+10
2014-04-06whitespace cleanup in scMarkus Mohrhard3-126/+0
2014-04-03svtools/treelistentry.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-5/+5
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms5-28/+28
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms3-62/+62
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-5/+5
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-6/+6
2014-02-18sal_Bool->boolNoel Grandin2-17/+17
2014-02-07sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann2-8/+8
2013-12-28convert xml source dialog to .uiCaolán McNamara1-0/+18
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-02Integrate branch of IAccessible2Steve Yin2-14/+245
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-1/+1
2013-10-23Bail out on first hit. No need to go through the whole set.Kohei Yoshida1-10/+7
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-98/+18
2013-10-23remove useless includeLaurent Godard1-3/+0
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-22/+77
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin2-4/+4
2013-10-08convert sc/source/ui/navipi/*.cxx from String to OUStringNoel Grandin4-45/+43
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-9/+9
2013-10-04convert sc/source/ui/inc/n*.hxx from String to OUStringNoel Grandin3-20/+20
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara2-20/+18
2013-08-17sal_Bool to boolTakeshi Abe1-13/+13
2013-08-17Mark as constTakeshi Abe1-1/+1
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-3/+3
2013-05-21Resolves: #i122261# Calc Navigator - assure non-overlapping layoutOliver-Rainer Wittmann1-3/+7
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-19/+45
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-17/+17
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist2-4/+4
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+6
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-10/+9
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks5-115/+70