summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-17Bin --enable-desktop-gui-elementsTor Lillqvist1-1/+1
2013-09-27cppcheck: redundantAssignmentJulien Nabet1-4/+2
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara1-56/+2
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-23/+23
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+1
2013-08-29convert include/sfx2/shell.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-22convert include/sfx2/viewfrm.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-16WaE: C4805: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2013-08-03fdo#46037: remove another 1 comphelper/configurationhelper in sfx2Julien Nabet1-1/+0
2013-07-31fdo#46037: no more comphelper/configurationhelper in sfx2/viewJulien Nabet1-48/+30
2013-07-08rename sfx2 log area to sfxMichael Stahl1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-2/+2
2013-06-07sidebar: disable impress task pane if sidebar is enabled.Michael Meeks1-5/+10
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-20WaE: 'e' : unreferenced local variableTor Lillqvist1-1/+1
2013-05-20Only register and use the Sidebar if it is globally enabled.Michael Meeks1-2/+22
2013-05-20disable sidebar menu option if it is disabled.Michael Meeks1-1/+6
2013-05-20add experimental option for sidebar to 'Advanced' pane.Michael Meeks1-0/+24
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+12
2013-05-02Add --enable-desktop-gui-elements to show such even on non-DESKTOP platformsTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-41/+41
2013-04-02Don't call SFX_OBJECTBAR_REGISTRATION in non-DESKTOP environmentsTor Lillqvist1-1/+2
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-2/+3
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-2/+2
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist1-2/+4
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin1-1/+2
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin1-6/+2
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-3/+3
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-7/+5
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat1-3/+4
2012-10-29fdo#46808, use service constructor for frame::DispatchRecorderSupplierNoel Grandin1-3/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-1/+1
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-24/+21
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat1-3/+22
2012-10-11CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat1-1/+4
2012-10-11InfoBars: first implementationCédric Bosdonnat1-0/+11
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida1-2/+5
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-29/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-26tidy some resource stringsCaolán McNamara1-3/+3
2012-06-20Convert SV_DECL_PTRARR(SfxViewFrameArr_Impl) to std::vectorNoel Grandin1-15/+14
2012-06-20Convert SV_DECL_PTRARR(SfxViewShellArr_Impl) to std::vectorNoel Grandin1-1/+1
2012-06-15Give Macro recorder separate option, apart from Experimental featuresCor Nouws1-2/+2