summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-4/+4
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-3/+2
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-17Constructor functions for singletons still need to pass out single instancesStephan Bergmann1-2/+18
2014-01-16Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""Stephan Bergmann2-352/+543
2014-01-15Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."Matúš Kukan2-543/+352
2014-01-15sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan2-352/+543
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan1-1/+1
2013-12-10Fix another string conversion regression.Matúš Kukan1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-4/+4
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-7/+7
2013-07-08rename sfx2 log area to sfxMichael Stahl1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-34/+34
2013-04-02sfx2: remove macrosThomas Arnhold1-130/+124
2013-04-02drop prefix from ::cssThomas Arnhold1-2/+2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-10-29fdo#46808: Fix previous commitStephan Bergmann1-7/+2
2012-10-29fdo#46808, use service constructor for task::JobExecutorNoel Grandin1-11/+7
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-06re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]1-5/+10
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-6/+2
2012-06-02targeted string re-workNorbert Thiebaud1-10/+10
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-04-12removed unused definesTakeshi Abe1-3/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-13/+13
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi1-6/+0
2012-02-13WaE: unreferenced local variableTor Lillqvist1-2/+2
2012-02-05Remove unused codeElton Chung1-7/+0
2012-02-01Some cppcheck cleaningJulien Nabet1-2/+2
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev1-17/+17
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-3/+3
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-3/+3
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-12/+12
2012-01-10Remove cruft in debug toolsMarcel Metz1-3/+0
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst1-2/+2
2011-11-27remove include of pch header from sfx2Norbert Thiebaud2-4/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2-0/+0
2011-03-28Remove commented code in libs-core/sfx2Xisco Fauli1-9/+0
2011-03-12fix mis-merge all-around.Norbert Thiebaud1-1/+1
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens3-135/+49
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-83/+47
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara1-25/+25
2011-01-07removetooltypes: #i112600# remove tooltypesMikhail Voytenko1-2/+2
2010-12-23undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]2-50/+1