summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2015-03-02V813: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2015-03-02sd::Window::LogicInvalidate: add missing mm100 -> twips conversionMiklos Vajna
2015-03-02sd::ViewShell::LogicMouseButtonDown(): typoMiklos Vajna
2015-03-02Introduce SdXImpressDocument::postMouseEvent() overrideMiklos Vajna
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-03-01WaE: implicit conversion (IntegralToBoolean) of literal of type 'sal_Bool' ...Tor Lillqvist
2015-03-01condition is always true because of wrongly placed )David Tardon
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