summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Collapse)Author
2014-04-14typo: controlls -> controlsThomas Arnhold
2014-04-10DownLoad -> Download.Jan Holesovsky
Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20
2014-04-09Remove unused MakeVariableStephan Bergmann
...unused ever since at least fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import." Change-Id: I6ec792b68ce6b13b1cf074d9719a23daf3356e66
2014-04-07sfx2: sal_Bool->boolNoel Grandin
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara
The 2 for PrepareClose came in with 38db42605a5b72efd55a43eff81fbc517fe0424b "#89423#: added SID_CLOSEDOC, SID_BACKTOWEBTOP, SID_LOGOUT in PluginMenu" and was checked with if( SfxApplication::IsPlugin() == sal_False || bUI == 2 ) in sfx2/source/doc/objxtor.cxx and then that was removed with 367568c891771d20bb8f8b3b579857f51c0e9016 "#132394#: remove superfluous code" Change-Id: Ib273c88b4365ea6b261c7e52bbe1876aa796dc17
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
Conflicts: include/sal/log-areas.dox Change-Id: I770b8b9fb82f873ccb88dc26ac05206f703ddf33 Reviewed-on: https://gerrit.libreoffice.org/8805 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara
Change-Id: I7c1e74f5c685f10d7eba8afb7acb60d2c2e9906b
2014-03-29typo: persistance -> persistenceThomas Arnhold
2014-03-28coverity#704303 Logically dead codeCaolán McNamara
Change-Id: I3c58b83df2b8b124b777802f12b6014a16c796a7
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
...that had been used for DBG_CTOR, DBG_PROF, etc. Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
Change-Id: Iaaf36d012e353f73f083c9c0ebbbb6d0953b16c8
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-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin
Change-Id: I130c40227a756b396c4f858468457867d53454b1
2014-03-24cppcheck: fix Division by zero + move some linesJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-reports-quot-Division-by-zero-quot-in-new-cxx-sfx2-module-td4102613.html Change-Id: I71433bcb20575016ee2e993a67c6e09646672f9b
2014-03-24Using a local type as a template argument is a C++11-ismTakeshi Abe
Change-Id: I1eddd4382f5ebaf9db43cd4351fc02e66b2cc9ad
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: I7b72c5680d5665b3f1f720f50a2d3ea6fc0c3e39
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I3a266e0c0de413fd0e160dc089f494393cf5e438
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
2014-03-11-Werror,-Wunused-variableStephan Bergmann
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593
2014-03-11convert load template dialog to .uiCaolán McNamara
and merge the expander and the "show preview" checkbox to be the same thing, i.e. expanded is showing, and not expanded is not showing Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I7d98f0d3f101d7441e83d37f0ee36a74b991a996
2014-03-10fdo#75243: MSO export: save custom properties with empty valueTarun Kumar
LO removes empty properties while saving the doc. This is required in some business scenarios. bSkipEmpty is set to false by default to enable LibreOffice to save even empty properties. Change-Id: I7aafe0c0be02a98fa6e72d73e9e4348a015da61f
2014-03-09coverity#1078732 Dereference null return valueCaolán McNamara
Change-Id: I6008d2ef94979a7b2224ca217a158cbcbb1fd716
2014-03-07Revert "fdo#74787, rhbz#1072553: fix Template Mananger import crash"Zolnai Tamás
This reverts commit 6b6ec280f3d7f35fb9c8c8ba92a31d51ab4dca16.
2014-03-07Revert "fdo#74506 fdo#74291 -Template manager-store selection before calling ↵Zolnai Tamás
dialog" This reverts commit a411bf38da3668094698c06c8424aa9d68c85702.
2014-03-07fdo#74787, rhbz#1072553: fix Template Mananger import crashMichael Stahl
File dialog causes call to ThumbnailView::LoseFocus() and clears selected folders. (regression from 0314034d8b23d5b69399cfcdf6b2f2add73f9f47) Change-Id: Ic5f2602e9dd1d12aad8c68c48f6bbb119ee6492c
2014-03-05coverity#982309 Logically dead codeCaolán McNamara
Change-Id: Id05614cf8c90d1c845876e8a6592df8420d57d47
2014-03-05sal_Bool to boolMarkus Mohrhard
Change-Id: I866946a2a987a95a41cf2b32ed089568ff94b236
2014-03-05make sure we always set the filter name in the media descriptorMarkus Mohrhard
Change-Id: I659c87a0f0856a95a5f9c71180b1d595f0dc09fa
2014-03-03minor comment changeTomaž Vajngerl
Change-Id: If917e7e9897db0fb486f4852feb0d73e951c8b74
2014-03-03fdo#61320: Allow user to choose whether to create thumbnails inside odf.christianju
Change-Id: I8c8129534ebcca32941ad76b201bb9a0243d8c3e
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I35a9403da152ea2b637c0235d776c7789e2ef207 Reviewed-on: https://gerrit.libreoffice.org/8420 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from sfx2Alexander Wilms
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a Reviewed-on: https://gerrit.libreoffice.org/8310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>