summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-5/+5
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-0/+11
2014-10-03coverity#1242479 Dereference null return valueCaolán McNamara1-4/+1
2014-10-03loplugin: cstylecastNoel Grandin1-8/+8
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-11/+0
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-0/+11
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-6/+9
2014-09-02fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+9
2014-09-02widget leak on filling non-existing infobar in helpCaolán McNamara1-0/+8
2014-09-01Revert "fdo#83302 don't display read-only infobar for Base form in normal mode"Miklos Vajna1-7/+1
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-10/+2
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+10
2014-09-01fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
2014-09-01fdo#83311 Fix infobar for documents with read-only propertySamuel Mehrbrodt1-1/+4
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt1-2/+16
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara1-4/+7
2014-08-09fdo#82278 SfxUInt16Item -> SfxInt16ItemMaxim Monastirsky1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-19/+19
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-09coverity#1209785 Dereference before null checkCaolán McNamara1-5/+2
2014-05-01coverity#708174 Uninitialized pointer fieldCaolán McNamara1-1/+0
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-3/+2
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-2/+2
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-2/+2
2014-04-14typo: nummer -> numberThomas Arnhold1-1/+1
2014-04-14typo: titel -> titleThomas Arnhold1-1/+1
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-13/+0
2014-04-09Remove unused MakeVariableStephan Bergmann1-1/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-3/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-101/+101
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-9/+9
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-11/+0
2014-02-26Remove visual noise from sfx2Alexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-71/+71
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12coverity#1130420 improper use of negativeNoel Grandin1-1/+1