summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Expand)AuthorFilesLines
2014-12-05-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2014-12-05ooo#93212 avoid slicing during construction of SdrPageDavid Tardon3-10/+34
2014-11-25svx: add debug printing of SvxColumnDescriptionMichael Stahl1-0/+10
2014-11-22fdo#86517 make predefined palette names localizableAndras Timar1-0/+4
2014-11-21More fixes after SdrMetricItem changesStephan Bergmann1-1/+1
2014-11-19Move SdrObjPlusData out of SdrObject's header.Kohei Yoshida1-24/+1
2014-11-19Move SdrObjUserDataList out of the header.Kohei Yoshida1-17/+1
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl1-0/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-13Realy->ReallyCaolán McNamara2-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini10-12/+12
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt1-1/+5
2014-11-10callcatcher: unused codeCaolán McNamara1-1/+0
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt2-2/+1
2014-11-09fdo#85804 Use the new popups in the sidebar tooMaxim Monastirsky2-60/+2
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky1-0/+2
2014-11-08Unindent.Kohei Yoshida10-423/+328
2014-11-07coverity#1251176 Uncaught exceptionCaolán McNamara1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-5/+5
2014-11-07Make SdrGrafObj swapping methods private.Zolnai Tamás1-0/+3
2014-11-07More unused swapping related methods / member of SdrPageZolnai Tamás1-9/+0
2014-11-07ForceSwap{In,Out}Objects methods are unused nowZolnai Tamás1-5/+0
2014-11-07Remove duplicated swapping methodsZolnai Tamás1-3/+0
2014-11-07SdrUndoDelObj: one more manual swap out callZolnai Tamás1-3/+0
2014-11-05changed some timer to idleJennifer Liebel1-1/+1
2014-11-04line spacing: Unused.Jan Holesovsky1-1/+0
2014-11-04line spacing: Kill RID_POPUPPANEL_PARAPAGE_LINESPACING.Jan Holesovsky1-4/+3
2014-11-04line spacing: Convert the ParaLineSpacingControl to .ui.Jan Holesovsky1-10/+0
2014-11-04line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky2-0/+52
2014-11-04Unindent.Kohei Yoshida3-282/+255
2014-11-04Unindent.Kohei Yoshida1-131/+118
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2-1/+3
2014-11-04Remove indirection...Kohei Yoshida1-2/+0
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida4-52/+24
2014-11-04Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida1-0/+5
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida1-2/+2
2014-11-04Remove 'virtual' keyword. Nobody overwrites this.Kohei Yoshida1-1/+1
2014-11-04Make this member private. Nobody accesses it directly.Kohei Yoshida1-5/+6
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida2-2/+2
2014-11-04rename nWink->nAngleNoel Grandin19-60/+60
2014-11-04some random renaming of Wink fields -> AngleNoel Grandin2-5/+5
2014-11-04rename TakeWinkStr->TakeAngleStrNoel Grandin1-1/+1
2014-11-04rename GetEndWink->GetEndAngleNoel Grandin1-1/+1
2014-11-04rename GetStartWink->GetStartAngleNoel Grandin1-1/+1
2014-11-04rename nEndWink->nEndAngleNoel Grandin1-3/+3
2014-11-04rename nStartWink->nStartAngleNoel Grandin1-3/+3
2014-11-04rename GetWinkStr->GetAngleStrNoel Grandin1-1/+1
2014-11-04rename DrehWink to RotationAngleNoel Grandin1-1/+1
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin1-1/+1