summaryrefslogtreecommitdiff
path: root/sfx2/source/view/frame.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-2/+2
2014-10-02coverity#1242857 Unused valueCaolán McNamara1-3/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-07-25convert the weak reference macro in tools into a templateNoel Grandin1-6/+0
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin1-1/+1
2014-07-09provide a route to get the default document targetsCaolán McNamara1-9/+10
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-33/+33
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2014-02-23coverity#441618 Dereference null return valueCaolán McNamara1-1/+2
2014-01-28bool improvementsStephan Bergmann1-13/+13
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-4/+4
2014-01-14PrepareClose should probably return boolStephan Bergmann1-5/+5
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-3/+3
2013-11-18Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann1-0/+16
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-8/+8
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin1-5/+5
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-2/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-4/+4
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida1-1/+1
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-20Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vectorNoel Grandin1-21/+26
2012-03-30removed duplicate includes in sfx2Takeshi Abe1-1/+0
2012-02-05Remove unused codeElton Chung1-10/+0
2011-12-08childs -> childrenMichael T. Whiteley1-2/+2
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-2/+0
2011-08-23callcatcher: yet more unused codeCaolán McNamara1-22/+0
2011-04-06Additional translations of German commentsAlbert Thuswaldner1-1/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-28Remove commented code in libs-core/sfx2Xisco Fauli1-1/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-18/+18
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12fix mis-merge all-around.Norbert Thiebaud1-2/+2
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-16/+16
2011-03-11Transalations (5)Albert Thuswaldner1-34/+35
2011-01-07removetooltypes: #i112600# remove tooltypesMikhail Voytenko1-17/+17
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers1-5/+5
2010-11-18fwk160: #i114694# support XDocumentEventBroadcasterMikhail Voytenko1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-09Remove redundant #ifndef & #ifdef directivesJ. Graeme Lingard1-3/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek1-8/+0