summaryrefslogtreecommitdiff
path: root/sfx2/source/control/unoctitm.cxx
AgeCommit message (Expand)Author
2015-07-03tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-14SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typoMiklos Vajna
2015-04-13format changesSiqi Liu
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-12sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-08Fix build.Jan Holesovsky
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky
2014-10-02fix for older compiler, doesn't like <::Noel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet
2014-04-11Use valid UNOIDL identifiers in css.frame.Status.ItemStateStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12coverity#440973 Dereference after null checkCaolán McNamara
2014-02-10coverity#441011 Dereference after null checkCaolán McNamara
2014-01-28coverity#440882 Logically dead codeCaolán McNamara
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-11Destroy SfxAllItemSet before calling framework::Desktop::terminateStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-08-22convert include/sfx2/unoctitm.cxx from String to OUStringNoel Grandin
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-07-23convert sfx2 UNO services to WeakImplHelperNoel Grandin
2013-07-14Mark as constTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-09-12targetted VBA re-work.Noel Power
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud