summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-01-09replace C-style casts with const_castJochen Nitschke1-3/+3
2017-01-09New loplugin:externvar: svxStephan Bergmann3-4/+4
2017-01-08unused mpToolBoxFontColorSwCaolán McNamara1-1/+0
2017-01-08TextPropertyPanel cleanupMaxim Monastirsky3-105/+9
2017-01-08XSubToolbarController is only used by SvxColorToolBoxControlMaxim Monastirsky1-1/+12
2017-01-07default copy ctor and assignment operator are good enoughCaolán McNamara1-4/+0
2017-01-05unwind RID_SVXBMP_FRMSEL_ARROWS imagelistCaolán McNamara3-20/+123
2017-01-05flatten and simplify this resource hierarchyCaolán McNamara6-76/+34
2017-01-05convert from bmp to pngCaolán McNamara1-1/+1
2017-01-05Base SvxLineEndWindow on ToolbarPopupMaxim Monastirsky2-54/+84
2017-01-05Prefix SvxLineEndWindow membersMaxim Monastirsky1-48/+48
2017-01-05Get rid of SvxLineEndWindow resizingMaxim Monastirsky1-109/+10
2017-01-05Support icon theme change in a floating border controlMaxim Monastirsky1-0/+15
2017-01-05Use command labels for the color popup titleMaxim Monastirsky3-68/+2
2017-01-04last bitmaps that pMaskColor arg was used on converted to true transparencyCaolán McNamara1-1/+1
2017-01-03tdf#39674: translated German to English in svdtrans.cxxkerem1-22/+22
2017-01-01fdo#39674: translated German to English in svdmodel.cxxkerem1-44/+44
2017-01-01Add custom HIDs for the Page Style - Footer tabpageGabor Kelemen1-0/+13
2016-12-30cleanup tailing backslashesJochen Nitschke2-15/+15
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin2-240/+242
2016-12-24tdf#70998 Text change: graphics/picture to imagetamsil1amani31-6/+6
2016-12-23tdf#87700 command to rotate 180 degreesgiacco1-0/+15
2016-12-23tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar1-1/+1
2016-12-23merge IScript with NewStyleUNOScriptNoel Grandin1-16/+3
2016-12-23merge svx::sidebar::BulletsSettings with svx::sidebar::BulletsSettings_ImplNoel Grandin1-9/+2
2016-12-22unwind RID_SVXIMGLIST_FMEXPL ImageListCaolán McNamara8-214/+271
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin5-9/+9
2016-12-22convert BmpFilter to scoped enumNoel Grandin1-8/+8
2016-12-21unwind RID_SVXIMGLIST_XFORMS_TBX ImageListCaolán McNamara4-32/+29
2016-12-21convert VclButtonsType to scoped enumNoel Grandin2-5/+5
2016-12-21unwind RID_SVXIL_FRAME ImageListCaolán McNamara2-33/+79
2016-12-21drop unused IL_IMAPDLG resourceCaolán McNamara2-29/+0
2016-12-21Useless namespace around a #defineStephan Bergmann1-5/+0
2016-12-21Merge unogalthemeprovider.hxx into .cxxStephan Bergmann2-83/+46
2016-12-21Merge tbunosearchcontrollers.hxx into .cxxStephan Bergmann2-395/+328
2016-12-21tdf#104737: Bullets and Numbering: inconsistent naming of last tab pageTamás Zolnai1-14/+1
2016-12-21unwind RID_SVXIL_DATANAVI ImageListCaolán McNamara4-57/+47
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin8-177/+177
2016-12-21convert EnumContext::Application to scoped enumNoel Grandin7-139/+139
2016-12-20Fix metric spinbox tool item sizeJan-Marek Glogowski1-3/+1
2016-12-20Result of css::ui::ContextChangeEventMultiplexer::get cannot be nullStephan Bergmann1-1/+1
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-2/+3
2016-12-19make sure the variables are set upMarkus Mohrhard1-0/+3
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin1-8/+0
2016-12-17tdf#104722: Wrong text alignment when text box is smaller than the text insideTamás Zolnai1-1/+9
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann3-27/+27
2016-12-17fix !HAVE_FEATURE_DBCONNECTIVITY buildCaolán McNamara1-1/+0
2016-12-16svx: remove nonsense exception throwing codeMichael Stahl1-30/+2
2016-12-16tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl1-1/+5
2016-12-16avoid dynamic_castEike Rathke1-14/+16