summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Collapse)Author
2014-11-04line spacing: Unused.Jan Holesovsky
Change-Id: Icf93aff540da480c7e1a66abe8a639dc6cd0ead0
2014-11-04line spacing: Kill RID_POPUPPANEL_PARAPAGE_LINESPACING.Jan Holesovsky
Change-Id: Ibc442d3c4fa05a47c2900d61623bd02a1b03e48f
2014-11-04line spacing: Convert the ParaLineSpacingControl to .ui.Jan Holesovsky
Change-Id: I81dd0d541e7f7dd3e3fb881c2c318f9adc733fde
2014-11-04line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky
Before it was only sidebar-specific, duplicating most the sfx2 framework, and making it impossible to be used from the toolbars. Change-Id: Ibb382633395157602dd806052824e5275503c3e0
2014-11-04Unindent.Kohei Yoshida
Change-Id: I40f97fb81993ea59e23430d4680981c6b2ed35ad
2014-11-04Unindent.Kohei Yoshida
Change-Id: Ib274ec26768e8a3bd1006601679404799fed986a
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida
The re-construction will be deferred until it becomes visible again. Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba
2014-11-04Remove indirection...Kohei Yoshida
Change-Id: Ia01ed40391a4d5725a9f9e22817406216020c0d2
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida
Change-Id: I54554a229c03ff87096782344a728a49636c1de1
2014-11-04Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida
And absorb 2 special cases from SvxDrawPage::_CreateSdrObject(). Change-Id: I8e400794b9aef4b229b6760835b80dffd56cbc8d
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida
Conflicts: svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdoole2.cxx svx/source/svdraw/svdorect.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxtr.cxx Change-Id: I12dc6c12ee44753c63b15f03276cdaa24e57d395
2014-11-04Remove 'virtual' keyword. Nobody overwrites this.Kohei Yoshida
Change-Id: I02499441f00d6499a576d97115df0ad1d85dcd5e
2014-11-04Make this member private. Nobody accesses it directly.Kohei Yoshida
Change-Id: Id00917198bda71eb80768526375eb83ba46dba11
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida
I hope the reason is obvious.... Change-Id: Ibe30038991b4916a6af230043176f09bd9952ff9
2014-11-04rename nWink->nAngleNoel Grandin
Change-Id: I3a4cec65307c517684d4f8a291ca73b6a212a857
2014-11-04some random renaming of Wink fields -> AngleNoel Grandin
Change-Id: Icd4df8610072f5283276738896cb5c01762838ea
2014-11-04rename TakeWinkStr->TakeAngleStrNoel Grandin
Change-Id: I464505c8d52c2e12e4c0d7ed3512039f0bc4f789
2014-11-04rename GetEndWink->GetEndAngleNoel Grandin
Change-Id: Ibcdc1d4b9bc19dad48a6e2c8d77ebfac19c1d118
2014-11-04rename GetStartWink->GetStartAngleNoel Grandin
Change-Id: I8af435c764dbe020facdd3366a9f00b256b377b2
2014-11-04rename nEndWink->nEndAngleNoel Grandin
Change-Id: I7f8cbf3dfec4d4ca087d637bdc6a3aaa4f863d5a
2014-11-04rename nStartWink->nStartAngleNoel Grandin
Change-Id: I2bc3e0eed4846fca066bfacce4165f392b398666
2014-11-04rename GetWinkStr->GetAngleStrNoel Grandin
Change-Id: I1b3020a9a907059c2fa9109e001c07db004c940d
2014-11-04rename DrehWink to RotationAngleNoel Grandin
Change-Id: I4dfa2d3fa2d0c0b5029eb2cd3d724e7e6f2e3d6e
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin
Change-Id: Iae65d415b20d371250c3be077e0fa3fd73c42e97
2014-11-04SdrFormatter: remove unused attributeJuan Picca
Change-Id: I70633d3a4cea72c21a644e5a2f25865d8ec52122 Reviewed-on: https://gerrit.libreoffice.org/12227 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-03Related: fdo#84844 Get rid of ColorControl and ColorPopupMaxim Monastirsky
Change-Id: Ie2d00cfbccefd69c8e46381b712620def655a798
2014-11-03Related: fdo#84844 Prepare border color status updateMaxim Monastirsky
The Sidebar button handles also the color of diagonal lines. Change-Id: I26d75472a8c9ca482274797127994d4546b1b3e8
2014-11-01Unindent.Kohei Yoshida
Change-Id: I911de1c7b47768233bdd9580361b8cf430b3684e
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
so change from a pointer to a reference Change-Id: I81eb2c9e4df8353fbbdad7058c6ca7ea22286e62
2014-10-28Rename loadColorVector to addEntriesForColorVectorMaxim Monastirsky
So it will be similar to addEntriesForXColorList Change-Id: Ie352e0cf05fa6875ed76e69478131a57293b39a1
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
Change-Id: I8685b451a39e890250a3309ddb70346bac4084b2
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky
Change-Id: I0aa9dbef960391334097b68c980064724435db38
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky
Change-Id: I266cfd8c80088f698ec36662357477bb456a96fe
2014-10-24Forgot to update this commentMaxim Monastirsky
Change-Id: I3922bcf22b7efe43fd42c937d88251b230d6384a
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
Change-Id: I6ccc1d4e71a9fe76cd16dd957f626722aaba543c
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky
This reverts commit 091742e86aeb5287f7236f666fee48946ab4c67b.
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83
2014-10-22Describe text animation types.Kohei Yoshida
Change-Id: I4f878eff707e318fa80b7d3c19833bf724e4bcef
2014-10-22Method descriptions.Kohei Yoshida
Change-Id: Iece61424e09fc36768889fde2c848ed2b0722701
2014-10-22fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph colorMaxim Monastirsky
Change-Id: I0231a52288ca9a8a2a5e5cdb13fdff772b989640
2014-10-22Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControlMaxim Monastirsky
The end goal is to convert the Sidebar to use SvxColorToolBoxControl, and get rid of the Sidebar specific color popup, so we don't need to maintain two popups. Change-Id: I42e5bcb611acae25f16dfe9623d19727fc39ea07
2014-10-22callcatcher: update unused codeCaolán McNamara
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
2014-10-21nShearWink -> nShearAngleMiklos Vajna
Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c
2014-10-20loplugin: cstylecastNoel Grandin
Change-Id: If50022b55a558c4124d71acbbe0ef5eb48801d0b
2014-10-20loplugin: cstylecastNoel Grandin
Change-Id: Ia3055b00c20a885dfa0584f864f0e91ccad1e9c9
2014-10-19-Werror=shadowMiklos Vajna
Change-Id: I940661c947307dc5dea371e5e6f9a9aedbfc904d
2014-10-17Resolves: fdo#62682 crash on second export of svgCaolán McNamara
because the first export has left "dangling" CalcFieldValueHdl Links in Outliners that got created based on the Drawing Outliner while it had a temporary CalcFieldValueHdl installed, and didn't get the old CalcFieldValueHdl installed when the old Drawing Outliner one was re-installed. Change-Id: I064a154ece488c9a4c3467b753451df7e73ae883
2014-10-17coverity#1247643 Uncaught exceptionCaolán McNamara
Change-Id: I0da9140bf1f76a92c95c042c5039f7cfdbde6c34
2014-10-17coverity#1247638 Uncaught exceptionCaolán McNamara
Change-Id: Ibdda31c2a8d8c3314173f381b60800ccfbcc25f7