summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann2-4/+2
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann2-4/+4
2015-04-30Gradually typed LinkStephan Bergmann33-84/+84
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann7-31/+10
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann9-13/+13
2015-04-29SfxInfoBarContainerWindow: pInfoBar can be 0 hereMiklos Vajna1-1/+2
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin10-26/+26
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29WaE: C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl5-10/+10
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl5-11/+9
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl24-29/+29
2015-04-28sfx2: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks121-1267/+1856
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks121-1267/+1856
2015-04-28bOleServer/bMac vars want to be of type boolStephan Bergmann1-3/+3
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann1-5/+5
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann1-6/+2
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann4-8/+8
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann3-3/+3
2015-04-27tdf#65498, tdf#87545: Don't confuse logically r/o doc with physically r/oStephan Bergmann1-5/+15
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl2-2/+0
2015-04-24loplugin:simplifyboolStephan Bergmann14-23/+23
2015-04-23loplugin:staticcallStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann12-20/+20
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-2/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin33-89/+91
2015-04-23make "Styles & Formatting" preview HiDPI awareTomaž Vajngerl1-3/+3
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert HIB_ constants to scoped enumNoel Grandin2-5/+5
2015-04-22callcatcher: update unused codeCaolán McNamara1-5/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-21loplugin:passstuffbyrefStephan Bergmann1-3/+3
2015-04-21simplify gathering XML conf. data in sidebar ResourceManagerTomaž Vajngerl1-49/+45
2015-04-21cleanup ResourceManagerTomaž Vajngerl2-183/+130
2015-04-21sidebar panel or deck can now be marked as experimentalTomaž Vajngerl6-21/+43
2015-04-21cleanup templdlg.cxx (Style and Formatting)Tomaž Vajngerl1-41/+46
2015-04-21preview of styles in "Style And Formatting" dialogTomaž Vajngerl2-11/+142
2015-04-21highlight the whole entry in "Style And Formatting" tree/listTomaž Vajngerl1-2/+6
2015-04-21StyleManager & StylePreviewRenderer + common implementationTomaž Vajngerl1-1/+4
2015-04-21cleanup SfxTemplateControllerItemTomaž Vajngerl1-8/+7