summaryrefslogtreecommitdiff
path: root/sfx2/source/control/unoctitm.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-19LOK: include ModifiedStatus in CALLBACK_STATE_CHANGEDMiklos Vajna1-1/+2
2015-12-18LOK: get feedback for all of the font/back color commandsMihai Varga1-2/+5
2015-12-13LOK: get state change feedback for more uno commandsMihai Varga1-5/+9
2015-10-29LOK: font/back color callback - use sal_Int32 instead of longMihai Varga1-1/+1
2015-10-29LOK: font/back color feedbackMihai Varga1-0/+7
2015-09-15get feedback for style / font / font size in tiledrenderingMihai Varga1-7/+38
2015-08-06tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky1-3/+11
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-14SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typoMiklos Vajna1-1/+1
2015-04-13format changesSiqi Liu1-6/+7
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu1-11/+44
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-19/+0
2015-03-12sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl1-3/+3
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-0/+1
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky1-1/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-4/+4
2014-10-08Fix build.Jan Holesovsky1-0/+2
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky1-1/+1
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky1-0/+113
2014-10-02fix for older compiler, doesn't like <::Noel Grandin1-1/+1
2014-10-02loplugin: cstylecastNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara1-1/+2
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet1-4/+4
2014-04-11Use valid UNOIDL identifiers in css.frame.Status.ItemStateStephan Bergmann1-2/+2
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-6/+6
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-10/+7
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-12coverity#440973 Dereference after null checkCaolán McNamara1-0/+1
2014-02-10coverity#441011 Dereference after null checkCaolán McNamara1-1/+1
2014-01-28coverity#440882 Logically dead codeCaolán McNamara1-1/+1
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-5/+5
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-1/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-5/+5
2013-11-11Destroy SfxAllItemSet before calling framework::Desktop::terminateStephan Bergmann1-66/+74
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-1/+1
2013-08-22convert include/sfx2/unoctitm.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-2/+3
2013-07-23convert sfx2 UNO services to WeakImplHelperNoel Grandin1-11/+0
2013-07-14Mark as constTakeshi Abe1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+20