summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-06drop unused RscImageListFlags::MaskColorCaolán McNamara1-2/+1
2016-10-06no MetricFields are loaded from .src files nowCaolán McNamara3-23/+1
2016-10-06drop now unused sfx2/sidebar/ResourceDefinitions.hrcCaolán McNamara1-46/+0
2016-10-06convert AreaTransparencyGradientPopup to .uiCaolán McNamara3-8/+21
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand1-0/+5
2016-10-06drop this newly unused IMAGE_STDBTN_COLOR defineCaolán McNamara1-1/+0
2016-10-06drop now unused BitmapItem rsc fieldsCaolán McNamara1-4/+2
2016-10-06outdated commentCaolán McNamara2-5/+3
2016-10-05tdf#102238 START CENTER: Templates should be activated with single clickAkshay Deep1-0/+2
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-6/+0
2016-10-05now ditch WB_INFOCaolán McNamara2-2/+1
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara6-41/+0
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin18-64/+0
2016-10-05no FixedLines are loaded from resources files anymoreCaolán McNamara2-2/+0
2016-10-05drop unused heipids and resourcesCaolán McNamara1-8/+0
2016-10-05Split some stuff from ToolbarMenu to a base classMaxim Monastirsky1-15/+26
2016-10-05Base SvxFrameToolBoxControl on PopupWindowControllerMaxim Monastirsky1-11/+0
2016-10-05PopupWindowController: Small cleanupMaxim Monastirsky1-5/+1
2016-10-05PopupWindowController: Use ImplInheritanceHelperMaxim Monastirsky1-6/+3
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann1-2/+2
2016-10-05remove various unused hrc defines and headersCaolán McNamara1-3/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin13-34/+36
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann156-418/+418
2016-10-04can now remove both PopupContainer copiesCaolán McNamara2-48/+0
2016-10-04These are just floating windows, no need for all the special intrastructureCaolán McNamara3-114/+10
2016-10-04remove PopupControl as an intermediate stepCaolán McNamara4-60/+10
2016-10-04Actually delegate to Bitmap's move assign opStephan Bergmann1-1/+5
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna2-4/+5
2016-10-04@since tag; sortingStephan Bergmann1-0/+2
2016-10-04crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara2-3/+81
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara1-2/+3
2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna1-0/+1
2016-10-04OUTLINERMODE_USERMASK is useless nowNoel Grandin1-4/+2
2016-10-04clang-cl loplugin: salStephan Bergmann2-5/+5
2016-10-03Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara1-3/+2
2016-10-03Calc: implemented parallel cell text editingMarco Cecchetti1-1/+20
2016-10-03Fix typosAndrea Gelmini4-5/+5
2016-10-03add more dumpAsXml()Noel Grandin2-1/+7
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke2-11/+11
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini3-3/+3
2016-10-01add initial drawinglayer support to UI testing frameworkMarkus Mohrhard1-0/+37
2016-10-01Notebookbar: fixed context handlingSzymon Kłos1-2/+0
2016-10-01add missing include guardsMarkus Mohrhard1-0/+5
2016-09-30coverity#1371302 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-30Revert "these are equal to the defaults"Caolán McNamara1-4/+3
2016-09-30coverity#1371191 Missing move assignment operatorCaolán McNamara1-2/+14
2016-09-30coverity#1371302 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-30these are equal to the defaultsCaolán McNamara1-3/+2
2016-09-30loplugin:constantparamNoel Grandin13-22/+10