summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar
AgeCommit message (Expand)AuthorFilesLines
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-2/+2
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-2/+0
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann10-15/+18
2014-09-25Stop using unnecessary std::auto_ptrTakeshi Abe2-17/+17
2014-09-23fdo#82577: Handle WindowNoel Grandin25-60/+60
2014-09-16fdo#75757: remove inheritance to std::vectorTakeshi Abe2-29/+27
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg16-40/+35
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg3-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard38-913/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-5/+3
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-3/+3
2014-04-24sd: sal_Bool->boolNoel Grandin3-13/+13
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann5-46/+5
2014-04-14typo: controlls -> controlsThomas Arnhold1-1/+1
2014-04-14typo: ommit -> omitThomas Arnhold1-1/+1
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann16-61/+61
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-2/+2
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann4-6/+6
2014-02-15fdo#63154 Remove unused solar.h reference in sd.Alexandre Vicenzi1-1/+0
2014-02-14Drop unnecessary #includeTakeshi Abe2-2/+0
2014-02-11sal_Bool->boolNoel Grandin1-1/+1
2014-02-10the return of callcatcherCaolán McNamara2-61/+0
2014-01-28coverity#1028539 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-28bool improvementsStephan Bergmann3-6/+6
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-0/+4
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-0/+3
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-15convert impress table design panel to .uiCaolán McNamara2-10/+7
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-5/+0
2013-10-28remove local css namespace definitionsThomas Arnhold6-11/+0
2013-10-23fixincludeguards.sh: sdThomas Arnhold22-44/+44
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl2-2/+2
2013-10-18convert remnants of String in SD to OUStringNoel Grandin2-6/+6
2013-10-09update unusedcode listCaolán McNamara9-299/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-4/+0