summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist1-0/+12
2014-09-17TyposJulien Nabet1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-08-29Make opengl chart window always activeZolnai Tamás1-1/+3
2014-08-18InfoBox MSG_ERROR_SEND_MAIL and MSG_CANT_CLOSE to StringThomas Arnhold1-3/+4
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-10/+10
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-1/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-3/+2
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-3/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-39/+39
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18fix return type of SfxViewShell::HandleNotifyEvent_Impl to be boolNoel Grandin1-3/+3
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-11/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-26Remove visual noise from sfx2Alexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-58/+58
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-9/+9
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-2/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-5/+5
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-11/+11
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-6/+6
2013-08-22convert include/sfx2/viewsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev1-2/+2
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-12Related: #i122453# Invalidate slot servers for all view shells...Andre Fischer1-0/+1
2013-04-08viewsh: correct indentationThomas Arnhold1-47/+44
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-51/+51