summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* clang-cl loplugin: sdStephan Bergmann2016-10-165-12/+14
* tdf#95416 Get rid of #include ../foo/bar.hxx style includesDilek Uzulmez2016-10-1612-12/+12
* Use UNO registration for font name toolbox controlMaxim Monastirsky2016-10-151-1/+0
* rename sd::Outliner to SdOutlinerNoel Grandin2016-10-1424-220/+221
* pass params to Outliner LINK callbacks on stackNoel Grandin2016-10-135-36/+33
* convert SvxPageUsage to scoped enumNoel Grandin2016-10-131-1/+1
* convert impress/draw navigator to .uiCaolán McNamara2016-10-1216-438/+316
* convert IDET flags to typed_flagsNoel Grandin2016-10-124-44/+52
* convert STLPropertyState constants to scoped enumNoel Grandin2016-10-124-82/+84
* convert EID constants to typed_flagsNoel Grandin2016-10-1215-212/+221
* merge a small piece of codeCaolán McNamara2016-10-114-12/+4
* convert PageKind to scoped enumNoel Grandin2016-10-1193-667/+669
* convert EditMode to scoped enumNoel Grandin2016-10-1138-138/+136
* convert DocumentType to scoped enumNoel Grandin2016-10-1143-85/+85
* tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.Gulsah Kose2016-10-102-19/+0
* safemode: Add uno command and menu entrySamuel Mehrbrodt2016-10-102-0/+4
* these navigator menu items should be radio checksCaolán McNamara2016-10-101-7/+7
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-1014-68/+68
* SdDrawDocument::GetHitIMapObject rCmpWnd param is unusedStephan Bergmann2016-10-074-6/+5
* loplugin:staticmethods: sdStephan Bergmann2016-10-0718-44/+44
* Base SvxLineWindow_Impl on ToolbarPopupMaxim Monastirsky2016-10-071-1/+0
* tdf#95845 Use CommandInfoProviderMaxim Monastirsky2016-10-063-46/+5
* We pass the controller anyway, so get the frame from itMaxim Monastirsky2016-10-062-15/+12
* ImageList just reads and discards the MaskColor, so drop itCaolán McNamara2016-10-062-2/+0
* tdf#102852 Fixed BreakDlgArmin Le Grand2016-10-061-2/+7
* convert the last two lonely FixedInfos to FixedTextCaolán McNamara2016-10-053-3/+0
* Base SvxFrameToolBoxControl on PopupWindowControllerMaxim Monastirsky2016-10-051-1/+0
* loplugin:unnecessaryoverride in sd/starmathNoel Grandin2016-10-0527-118/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-0544-124/+124
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-05161-506/+506
* merge sd::FuOutline with sd::FuOutlineTextNoel Grandin2016-10-045-145/+35
* Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara2016-10-031-17/+3
* sd: mpViewShell can be nullptr in DrawDocShell::GetState()Miklos Vajna2016-10-031-3/+6
* fix bug in DocumentSettings::LoadList when testing result of lastIndexOfNoel Grandin2016-10-031-1/+1
* add more dumpAsXml()Noel Grandin2016-10-031-0/+4
* uitest: annotate slidesorter windowMarkus Mohrhard2016-10-021-0/+1
* Engine() return mpOutliner, so can crash if Engine() used post deleteCaolán McNamara2016-10-011-0/+4
* Fix typosAndrea Gelmini2016-10-014-5/+5
* Fix typosAndrea Gelmini2016-10-012-4/+4
* add initial drawinglayer support to UI testing frameworkMarkus Mohrhard2016-10-012-48/+78
* Resolves: tdf#101004 crash on using slide master design from master viewCaolán McNamara2016-09-301-8/+10
* loplugin:constantparamNoel Grandin2016-09-302-9/+4
* LOK: conditionally include part number in invalidation payloadMiklos Vajna2016-09-291-1/+2
* merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkableJochen Nitschke2016-09-292-2/+2
* tdf#101549: Remove tooltip_markup from glade .ui filesMuhammet Kara2016-09-285-7/+0
* Resolves: tdf#102343 unable to undo stylesheet changes in master...Caolán McNamara2016-09-281-0/+9
* convert eNBOType constants to scoped enumNoel Grandin2016-09-262-3/+3
* coverity#1371240 Missing move assignment operatorCaolán McNamara2016-09-252-0/+14
* impl this with a std::unique_ptrCaolán McNamara2016-09-252-18/+15
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-2329-80/+57