summaryrefslogtreecommitdiff
path: root/cosv
ModeNameSize
-rw-r--r--Makefile225logplain
-rw-r--r--Module_cosv.mk519logplain
-rw-r--r--Package_inc.mk2455logplain
-rw-r--r--README92logplain
-rw-r--r--StaticLibrary_cosv.mk1038logplain
d---------inc / cosv31logplain
d---------prj37logplain
d---------source172logplain
09'>SfxObjectUI_Impl's pName is now unusedCaolán McNamara 2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara 2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara 2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara 2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara 2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara 2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara 2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara 2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini 2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud 2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin 2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann 2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini 2014-02-26Remove visual noise from sfx2Alexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-02-18Use correct log areaTor Lillqvist 2014-02-18assert() is too harsh here I think, use SAL_WARN_IF() insteadTor Lillqvist 2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist 2014-01-23Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL()Tor Lillqvist 2013-11-25Fix different typos for "unknown"Julien Nabet 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin 2013-11-11sfx2: include <> for external includesNorbert Thiebaud 2013-08-29convert sfx2/source/control/* from String to OUStringNoel Grandin 2013-08-29convert include/sfx2/objface.hxx from String to OUStringNoel Grandin 2013-04-26fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza 2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin 2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac 2013-01-27Some cppcheck cleaningJulien Nabet