summaryrefslogtreecommitdiff
path: root/sfx2/source/view/frame.cxx
AgeCommit message (Expand)Author
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-07-08Fix typosAndrea Gelmini
2015-06-29remove custom RTTI from SfxFrameNoel Grandin
2015-05-14TyposJulien Nabet
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-02-03callcatcher: shave off some moreCaolán McNamara
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-02coverity#1242857 Unused valueCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-07-25convert the weak reference macro in tools into a templateNoel Grandin
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin
2014-07-09provide a route to get the default document targetsCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441618 Dereference null return valueCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-15remove sfx2/appuno.hxxMatúš Kukan
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann
2014-01-14PrepareClose should probably return boolStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-11-18Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-20Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vectorNoel Grandin
2012-03-30removed duplicate includes in sfx2Takeshi Abe
2012-02-05Remove unused codeElton Chung