summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxpicklist.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Revert "sfx2: -Werror=unused-parameter"Christian Lohmaier1-2/+0
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-10-16Revert "tdf#95095: Don't create thumbnails on load."Jan Holesovsky1-3/+3
2015-10-16sfx2: -Werror=unused-parameterMiklos Vajna1-0/+2
2015-10-15tdf#95095: Don't create thumbnails on load.Jan Holesovsky1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-14/+21
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-02-17boost->stdCaolán McNamara1-2/+2
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-4/+1
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida1-0/+1
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-08coverity#1237351 Logically dead codeCaolán McNamara1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-5/+4
2014-08-24fdo#80755 Don't generate thumbnails for encrypted filesMaxim Monastirsky1-1/+3
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-05-21speed-up writer conversion in headless modeTomaž Vajngerl1-1/+1
2014-05-07coverity#1209611 Explicit null dereferencedCaolán McNamara1-1/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18Don't bother creating thumbnails on non-desktop, at least for nowTor Lillqvist1-2/+5
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-10startcenter: don't generate thumbnails in headless modeMiklos Vajna1-1/+2
2014-02-04startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky1-2/+26
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-3/+3
2013-11-08Unwind SFX_REFERER_USERStephan Bergmann1-2/+1
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin1-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-09Call AddDocumentToPickList in SFX_EVENT_OPENDOCJesús Corrius1-26/+1
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+3
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-24/+24
2013-02-25Remove useless SfxStringEncode and SfxStringDecodeThomas Arnhold1-8/+3
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-2/+2
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-1/+1
2012-04-27Related fdo#37775: Update Recent Documents for r/o docs, tooStephan Bergmann1-2/+1
2012-02-14fdo#37775: Recent Documents not updated by Save & Save AsMuhammad Haggag1-44/+65