summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
AgeCommit message (Expand)AuthorFilesLines
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin3-11/+11
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-6/+6
2014-10-10typo: follwing -> followingAndras Timar1-1/+1
2014-10-10fix coverity#1242413 Logically dead codeCaolán McNamara1-2/+2
2014-10-04coverity#1242413: logically dead codeNorbert Thiebaud1-2/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin3-10/+10
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-4/+5
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist3-4/+4
2014-06-30related fdo#70998 change names in Navigator to pluralStanislav Horacek1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard4-27/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin2-14/+14
2014-05-05remove some commented out lines from src filesThomas Arnhold1-3/+0
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