summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/officerestartmanager.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-12-27tdf#74608: Constructor function for OfficeRestartManager singletonMatúš Kukan1-32/+27
Change-Id: I6c1383c292418b6744dacee95d4f289a6ca1c781
2015-12-21loplugin:unusedmethodsNoel Grandin1-6/+0
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
replaced using: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<\s*OUString\s*> (\w+)\(\s*1\s*\); .*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g" Change-Id: I20ad0489da887a9712982531c3b127339bb8b3b9 Reviewed-on: https://gerrit.libreoffice.org/19969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526 Reviewed-on: https://gerrit.libreoffice.org/19682 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
Change-Id: I5817a5ad3966918cfb1920be568b7401dd6f948c
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-19comphelper: sal_Bool -> bool sequelStephan Bergmann1-2/+2
Change-Id: I2b9bd19abf4510fccef0374a539069cb8222ccae
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-5/+5
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-10/+2
to use cppu::supportsService and other pieces. Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-8/+8
Change-Id: Ib068c06956bc9f04bb7c468375aacd2e6e9db77d
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+2
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-2/+0
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-07-01jl154: #i112673# ensure that client-facing PID remains the same across ↵sb1-2/+2
internal OOo restart on Mac OS X
2010-06-25masterfix: #i10000#,#i112674# prevent restarting on Macobo1-2/+2
2010-05-10jl152: #i108704# allow to restart the officeMikhail Voytenko1-0/+210