summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/outline.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+5
2014-05-01coverity#738911 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-03-30coverity#1194912 Overflowed return valueCaolán McNamara1-1/+1
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin1-63/+40
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-01-28bool improvementsStephan Bergmann1-6/+6
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-6/+6
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe1-2/+3
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-8/+8
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-8/+8
2013-10-15convert sw/source/ui/misc/*.cxx from String to OUStringNoel Grandin1-10/+10
2013-10-10convert sw/source/ui/inc/o*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-10convert sw/source/ui/inc/ui*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-02fdo#62475 - remove visual noise and fix existing commentsPhilipp Riemer1-17/+8
2013-10-02fix format for code consistencyPhilipp Riemer1-5/+5
2013-10-02remove/add blank linesPhilipp Riemer1-4/+0
2013-10-02remove zhaojianwei code markersPhilipp Riemer1-8/+4
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-2/+1
2013-08-25String to OUStringMatteo Casalin1-3/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl1-2/+2
2013-04-26convert numbering name dialog to .uiCaolán McNamara1-32/+23
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-10sal_Bool to boolTakeshi Abe1-3/+3
2013-01-23set all format->untitled X menu entries to the same helpidCaolán McNamara1-0/+8
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-19convert outline numbering tabdialog to .uiCaolán McNamara1-63/+61
2012-12-17sort style list in outline numberingCaolán McNamara1-0/+1
2012-12-06adapt code to use gokul's printoptions .uiCaolán McNamara1-1/+1
2012-12-03convert outline numbering numbering tab over fullyCaolán McNamara1-92/+83
2012-12-03convert outline numbering position tab over fullyCaolán McNamara1-0/+5
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27avoid unnecessary LanguageTag conversionsEike Rathke1-1/+1