summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-03-02V813: Decreased performanceCaolán McNamara3-3/+3
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl1-0/+0
2015-03-02sd::Window::LogicInvalidate: add missing mm100 -> twips conversionMiklos Vajna1-1/+12
2015-03-02sd::ViewShell::LogicMouseButtonDown(): typoMiklos Vajna1-1/+1
2015-03-02Introduce SdXImpressDocument::postMouseEvent() overrideMiklos Vajna4-0/+63
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin6-37/+37
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-1/+1
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-8/+8
2015-03-01WaE: implicit conversion (IntegralToBoolean) of literal of type 'sal_Bool' ...Tor Lillqvist3-10/+10
2015-03-01condition is always true because of wrongly placed )David Tardon3-10/+10
2015-02-28TyposJulien Nabet2-3/+3
2015-02-28TyposJulien Nabet1-1/+1
2015-02-28Typo: skiped->skippedJulien Nabet1-2/+2
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl3-6/+0
2015-02-26TyposJulien Nabet1-3/+3
2015-02-26tdf#84909 Remove presentation button from outline toolbarYousuf Philips1-2/+0
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-1/+1
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-2/+2
2015-02-24Ensure listener is removed during ~SdModuleStephan Bergmann3-13/+8
2015-02-23Typo: initialy->initiallyJulien Nabet1-1/+1
2015-02-23tdf#84909 rearrangement of Impress' drawing toolbarYousuf Philips1-9/+17
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna3-3/+5
2015-02-23sd::ViewShell -> SdrModel for LOK callbackMiklos Vajna4-25/+2
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna1-0/+1
2015-02-23CppunitTest_sd_uimpress: missing libxml2 externalMiklos Vajna1-0/+1
2015-02-23sd: initial ViewShell::libreOfficeKitCallback()Miklos Vajna5-1/+33
2015-02-23sd: initial Window::LogicInvalidate()Miklos Vajna2-0/+11
2015-02-23sd: add SdDrawDocument::dumpAsXml()Miklos Vajna3-0/+28
2015-02-23SdXImpressDocument::initializeForTiledRendering: missing guardMiklos Vajna1-0/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin56-172/+172
2015-02-22IndentJulien Nabet1-1/+1
2015-02-21Disable more tests with _use_library_objects for mergelibsMatúš Kukan1-1/+2
2015-02-18TyposJulien Nabet1-1/+1
2015-02-18boost->stdCaolán McNamara2-10/+10
2015-02-17boost->stdCaolán McNamara3-18/+16
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-12/+12
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin3-7/+7
2015-02-12fix tdf#85027 Add button to StatusBar: Fit page to windowRodolfo Ribeiro Gomes1-0/+1
2015-02-12draw/impress - zoom in/out to the mouse positionRodolfo Ribeiro Gomes1-0/+5
2015-02-12partial fix tdf#86611 (item #5) Draw statusbar tipRodolfo Ribeiro Gomes3-0/+11
2015-02-09android: In Impress, switch to the 'Normal' (slides) view.Jan Holesovsky2-0/+8
2015-02-07fdo#87706 correct object/image styles dialog title and tooltipYousuf Philips3-3/+3
2015-02-07loplugin:deletedspecialStephan Bergmann18-81/+38
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás4-7/+7
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara3-5/+5
2015-02-05No need for rtl::Reference hereStephan Bergmann2-4/+3
2015-02-05Don't hold refcounted objects by naked pointerStephan Bergmann2-17/+16
2015-02-05Updated all precompiled headers.Ashod Nakashian2-1/+6
2015-02-04hard to find accidental leaks with all the deliberate onesCaolán McNamara2-14/+17
2015-02-04coverity#1265801 Dereference null return valueCaolán McNamara1-2/+1