summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2015-02-28TyposJulien Nabet
2015-02-28TyposJulien Nabet
2015-02-28Typo: skiped->skippedJulien Nabet
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2015-02-26TyposJulien Nabet
2015-02-26tdf#84909 Remove presentation button from outline toolbarYousuf Philips
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-24Ensure listener is removed during ~SdModuleStephan Bergmann
2015-02-23Typo: initialy->initiallyJulien Nabet
2015-02-23tdf#84909 rearrangement of Impress' drawing toolbarYousuf Philips
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna
2015-02-23sd::ViewShell -> SdrModel for LOK callbackMiklos Vajna
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna
2015-02-23CppunitTest_sd_uimpress: missing libxml2 externalMiklos Vajna
2015-02-23sd: initial ViewShell::libreOfficeKitCallback()Miklos Vajna
2015-02-23sd: initial Window::LogicInvalidate()Miklos Vajna
2015-02-23sd: add SdDrawDocument::dumpAsXml()Miklos Vajna
2015-02-23SdXImpressDocument::initializeForTiledRendering: missing guardMiklos Vajna
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-22IndentJulien Nabet
2015-02-21Disable more tests with _use_library_objects for mergelibsMatúš Kukan
2015-02-18TyposJulien Nabet
2015-02-18boost->stdCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-12fix tdf#85027 Add button to StatusBar: Fit page to windowRodolfo Ribeiro Gomes
2015-02-12draw/impress - zoom in/out to the mouse positionRodolfo Ribeiro Gomes
2015-02-12partial fix tdf#86611 (item #5) Draw statusbar tipRodolfo Ribeiro Gomes
2015-02-09android: In Impress, switch to the 'Normal' (slides) view.Jan Holesovsky
2015-02-07fdo#87706 correct object/image styles dialog title and tooltipYousuf Philips
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05No need for rtl::Reference hereStephan Bergmann
2015-02-05Don't hold refcounted objects by naked pointerStephan Bergmann
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-04hard to find accidental leaks with all the deliberate onesCaolán McNamara
2015-02-04coverity#1265801 Dereference null return valueCaolán McNamara
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-02-03valgrind: fix leakCaolán McNamara
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-02coverity#1267659 Logically dead codeCaolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-02-02coverity#735323 Unchecked return valueCaolán McNamara
2015-01-30coverity#1267671 Dereference after null checkCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann