summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann6-20/+8
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-3/+3
2015-04-29WaE: declaration of ‘FILE’ shadows a global declarationDavid Tardon3-7/+7
2015-04-29cppcheck: cstyleCastCaolán McNamara1-3/+1
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin4-10/+10
2015-04-29convert SDRSNAP_ constants to scoped enumNoel Grandin2-12/+12
2015-04-29convert SDRGRAPHOBJ constants to scoped enumNoel Grandin2-6/+6
2015-04-29convert CUSTOMSHAPE_HANDLE_ constants to scoped enumNoel Grandin1-20/+20
2015-04-29convert IMPSDR_ constants to scoped enumNoel Grandin3-8/+8
2015-04-29simplify SDRSEARCHPASS_ constantsNoel Grandin2-11/+10
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin5-45/+44
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin2-4/+4
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin4-70/+70
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin5-70/+73
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin3-17/+17
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin1-17/+17
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin1-41/+39
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-26/+26
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin5-20/+20
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin3-9/+9
2015-04-29convert CS_ constants to scoped enumNoel Grandin1-13/+13
2015-04-29convert PREVIEW_OBJECTTYPE constants to scoped enumNoel Grandin1-12/+12
2015-04-29convert CTF_ constants to scoped enumNoel Grandin3-20/+20
2015-04-29convert FLT_DATE_ constants to scoped enumNoel Grandin1-19/+19
2015-04-29convert MSDFF_HANDLE_FLAGS_ constants to scoped enumNoel Grandin2-181/+182
2015-04-29convert HANDLE_FLAGS constants to scoped enumNoel Grandin1-27/+27
2015-04-29remove unused codeNoel Grandin1-11/+0
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl4-8/+8
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl3-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl23-33/+33
2015-04-28svx: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks182-2445/+3534
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks182-2445/+3534
2015-04-28ImpGetPercent transports the return value as type sal_uInt16/SDR_TRISTATEStephan Bergmann1-1/+1
2015-04-28GalleryExplorer::GetSdrObjCount return type is sal_uIntPtrStephan Bergmann1-1/+1
2015-04-28css.awt.ItemEvent.Highlighted is of type longStephan Bergmann1-3/+3
2015-04-28Fix Boolean expressionStephan Bergmann1-1/+1
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann2-2/+2
2015-04-28CheckBox::GetSavedValue return type is TriStateStephan Bergmann1-1/+1
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann1-6/+6
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann1-1/+1
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2-2/+2
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27if it makes sense to handle DataChanged, then the same init must be calledCaolán McNamara1-5/+12
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara3-18/+0
2015-04-27More loplugin:simplifyboolStephan Bergmann4-6/+6
2015-04-24docking3deffects.ui: Fix typo (lowercase initial) in translatable stringAdolfo Jayme Barrientos1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann24-52/+51
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann17-26/+26