summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2016-05-22tdf#89329: use unique_ptr for pImpl in pszctrlXisco Fauli1-49/+48
2016-05-22Convert HelplineStyle2D to scoped enumNoel Grandin1-3/+3
2016-05-22Convert HYPERDLG_EVENT to scoped enumNoel Grandin1-20/+21
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin4-23/+23
2016-05-20loplugin:refcountingNoel Grandin1-2/+1
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli4-6/+4
2016-05-20tdf#87668 Add control to show or hide "Original Size" option.Gulsah Kose1-0/+17
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin8-8/+11
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-19loplugin:unusedmethods in svxNoel Grandin32-191/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin3-18/+21
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-16convert FORMS to scoped enumNoel Grandin3-17/+20
2016-05-16convert GALLERY_ITEM to scoped enumNoel Grandin3-16/+21
2016-05-16convert CONTROL_STATUS to scoped enumNoel Grandin3-24/+28
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara3-0/+3
2016-05-13more places we use other than end ellipsizeCaolán McNamara2-2/+2
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin2-5/+5
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2-2/+2
2016-05-12WaE: -Werror=logical-op dynamic_cast dbg test is on the result not inputCaolán McNamara1-1/+1
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin41-202/+174
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin4-6/+6
2016-05-12Convert RulerType to scoped enumNoel Grandin1-46/+47
2016-05-11sd: remove pointless micro-optimizationMichael Stahl1-1/+0
2016-05-11Convert RulerExtra to scoped enumNoel Grandin1-3/+3
2016-05-11Convert RULER_MARGIN to scoped enumNoel Grandin1-7/+7
2016-05-11Convert RULER_BORDER to scoped enumNoel Grandin1-6/+6
2016-05-11Convert RULER_DRAGSIZE to scoped enumNoel Grandin1-10/+10
2016-05-11convert RULER_INDENT to scoped enumNoel Grandin1-12/+7
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+16
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann16-33/+50
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann2-0/+2
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin2-2/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin15-33/+33
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2-10/+11
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin8-22/+22
2016-05-06svx: replace boost::assign::list_of with C++11Michael Stahl1-525/+523
2016-05-06Set toggle/radio ToolBox bits in .ui tooMaxim Monastirsky2-30/+23
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-2/+2
2016-05-05tdf#94221 repair dialog for text along pathRegina Henschel1-13/+16
2016-05-05Hide text highlight color button for cellsMaxim Monastirsky1-1/+3
2016-05-04tdf#89466: Slide Background tabRishabh Kumar1-0/+92
2016-05-04use Any constructor instead of temporariesNoel Grandin8-49/+16
2016-05-04Underline should be a split buttonMaxim Monastirsky1-1/+1
2016-05-04loplugin:staticmethodsStephan Bergmann2-2/+5
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann3-15/+10
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos11-602/+409