summaryrefslogtreecommitdiff
path: root/fpicker
ModeNameSize
-rw-r--r--AllLangResTarget_fps_office.mk760logplain
-rw-r--r--CppunitTest_fpicker_dialogs_test.mk1650logplain
-rw-r--r--Library_fps.mk1744logplain
-rw-r--r--Library_fps_aqua.mk1301logplain
-rw-r--r--Library_fps_office.mk1504logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_fpicker.mk883logplain
-rw-r--r--README61logplain
-rw-r--r--UIConfig_fps.mk560logplain
-rw-r--r--WinResTarget_fps.mk487logplain
d---------inc40logplain
d---------qa / unit31logplain
d---------source96logplain
d---------test76logplain
d---------uiconfig / ui29logplain
/commit/sfx2/source/inc/macroloader.hxx?id=a40278562557828634886924c82f58e215be9756'>loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin Change-Id: Ia01f3a9aa21c88df5fe5242ad4a3c0acbe68fda0 Reviewed-on: https://gerrit.libreoffice.org/27903 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4 2015-10-29com::sun::star->css in sfx2Noel Grandin Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197 Reviewed-on: https://gerrit.libreoffice.org/19643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe with the variadic variants. Change-Id: Id9b4ad4d1fa700c5ea3dd7417292cf2ddb7ade50 Reviewed-on: https://gerrit.libreoffice.org/18229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-06-28coverity#1308489 Uncaught exceptionCaolán McNamara Change-Id: I7d332fcd06e39d096f449790b1e590227d2f8a26 2014-05-27cid#707147 Uncaught exceptionNoel Grandin Change-Id: Ie49e70c3fa7704727129e613814aaf559d1a7fb6 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky This is much better approach compared to the callback function, as it allows passing arguments to the c++ constructor directly, while still allowing some additional initialization after having acquired the instance. Change-Id: I5a0f981915dd58f1522ee6054e53a3550b29d624 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky Many of the initalizations (in eg. framework) have to be done on an acquire()'d object, so instead of doing the initialization directly, return the initialization member function back to the createInstance() / createInstanceWithContext() / ... and perform the initialization there. As a sideeffect, I belive the calling initialize() from servicemanager is not that much a hack any more - whoever converts the implementation to be constructor-base has the choice to provide the callback, or still initialize through XInitialization, where the callback is preferred by servicemanager when it exists. Change-Id: I8a87b75c54c1441ca0f184967d31ff4902fc4081 2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan Extract that class to its own source file. Change-Id: Idc192354b88d4489db22f6f6e9b7f5178f4030e4