summaryrefslogtreecommitdiff
path: root/sfx2/source/control/objface.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-15/+36
2016-09-14put all SfxShell feature flags in one typed_flags classJochen Nitschke1-10/+10
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin1-3/+1
2016-06-01tdf#89329: use unique_ptr for pImpl in objfaceXisco Fauli1-31/+29
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-4/+4
2016-03-07drop unused headersCaolán McNamara1-2/+0
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara1-11/+11
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-14/+1
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-02-08convert SfxSlotKind to scoped enumNoel Grandin1-3/+3
2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky1-0/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann1-2/+2
2014-11-25We now only need one bit of information hereCaolán McNamara1-7/+7
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara1-7/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-18/+13
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara1-3/+3
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-4/+3
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-4/+3
2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara1-7/+3
2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara1-26/+1
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-23/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann1-9/+12
2014-07-22callcatcher: update unused codeCaolán McNamara1-24/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin1-20/+20
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-4/+0
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-02-26Remove visual noise from sfx2Alexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-18Use correct log areaTor Lillqvist1-1/+1
2014-02-18assert() is too harsh here I think, use SAL_WARN_IF() insteadTor Lillqvist1-1/+1
2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist1-7/+7
2014-01-23Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL()Tor Lillqvist1-45/+41
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-12/+8
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert sfx2/source/control/* from String to OUStringNoel Grandin1-4/+4
2013-08-29convert include/sfx2/objface.hxx from String to OUStringNoel Grandin1-12/+12
2013-04-26fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza1-1/+1
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin1-1/+0
2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin1-35/+30
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-1/+1
2013-01-27Some cppcheck cleaningJulien Nabet1-0/+1