summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Ib477afa1740f14832f49ce85822410b2e9db8d46
2014-04-05coverity#704787 Explicit null dereferencedCaolán McNamara
Change-Id: I8c83648f39c4e8e6aeae06e764820f7677f75288
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-04I can't see that the bVisible as 42 is any difference from 'true'Caolán McNamara
...in practise. If I'm wrong then this needs to be a TriState Change-Id: I4aa499c89ce2f1a46edf443db053b264f285b0d5
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668
2014-04-03Resolves: fdo#76486 Uniform Arrangement of the Help ButtonCaolán McNamara
Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab
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-03Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara
and dialogs that are loaded from the .ui format Change-Id: I37aea52a3973d8d8f6a2ce8dabf80bb1e64db43f
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin
and clean up the mess around the two different Select methods which just led to confusion in the overriding classes. Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a
2014-04-03svl: sal_Bool->boolNoel Grandin
Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385
2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin
Change-Id: I1227c958d58903dc114a4e4173fb2714b2ec33f2
2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara
and dialogs that are loaded from the .ui format Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna
Only the caller can decide if trying to load a graphic is really a problem, e.g. in case no persona is configured, then loading its header is OK. Change-Id: I7286b7d907940fa3a80f6256cd5264cbd5718fb8
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-01coverity#984141 Uninitialized pointer fieldCaolán McNamara
Change-Id: I326923bb14e90a89461283b344cf59c798d647f3
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-03-31SAL_WARN -> SAL_INFO in SfxDispatcher::_FillState()Miklos Vajna
These warnings were hidden so far, don't make them noise till one starts to actually fix them. Change-Id: I142726d54fbc20c1c5591a5b20d26356986ba4b8
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara
Change-Id: I7c1e74f5c685f10d7eba8afb7acb60d2c2e9906b
2014-03-31coverity#1194926 Dereference before null checkCaolán McNamara
Change-Id: I1825de227b760624faaa68a1de2d3ecd5b7657a5
2014-03-31coverity#1194909 Dereference after null checkCaolán McNamara
Change-Id: Iaa7cb625e4ce49b51a1585497befb67fda0a2d85
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-28Merge back branch alg_writerframes to trunkArmin Le Grand
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62) Conflicts: comphelper/inc/comphelper/TypeGeneration.hxx comphelper/source/property/TypeGeneration.cxx cui/source/factory/dlgfact.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/tabarea.cxx cui/source/tabpages/tabarea.hrc cui/source/tabpages/tabarea.src cui/source/tabpages/tparea.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/texture/texture.cxx editeng/inc/editeng/unotext.hxx editeng/source/items/frmitems.cxx include/drawinglayer/texture/texture.hxx include/editeng/brushitem.hxx include/svx/sdr/primitive2d/sdrdecompositiontools.hxx include/svx/svxids.hrc include/xmloff/xmltypes.hxx reportdesign/source/ui/misc/UITools.cxx sc/source/ui/drawfunc/drawsh.cxx sfx2/source/dialog/tabdlg.cxx svl/source/undo/undo.cxx svx/inc/svx/unoshprp.hxx sw/Library_sw.mk sw/inc/doc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/swatrset.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/access/accpara.cxx sw/source/core/attr/format.cxx sw/source/core/attr/swatrset.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtfly.cxx sw/source/core/txtnode/fntcache.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/app/docstyle.cxx sw/source/core/uibase/shells/drawdlg.cxx sw/source/core/uibase/shells/frmsh.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/ui/frmdlg/frmdlg.cxx sw/source/ui/frmdlg/frmpage.src sw/source/ui/inc/frmsh.hxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
2014-03-27SAL_OVERRIDE, Mac OS X sfx2 reduxStephan Bergmann
Change-Id: Ic99184543e2c019e96622e445b56c21760bf025a
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-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl
Apparently this tool was available for early versions of NT; googling finds a caplib.zip from 1992 but that is missing the CAP.dll so there's no way to use this anyway. http://cd.textfiles.com/cica/cica9308/UNZIPPED/NT/CAPLIB/CAP.TXT Change-Id: I4718af0e175b78bcdad38bbca0fc9579b3b12111
2014-03-27sfx2: why is this debug stuff WNT-only?Michael Stahl
Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96
2014-03-27sfx2: s/SAL_LOG/SAL_INFO/ in WNT-only codeMichael Stahl
Change-Id: I0e7c241e0ee9c7d2ace75d8a935ee068da80fb6d
2014-03-27fix extern declarationNoel Grandin
which I missed when I did commit ffca95023020a24eaff4ece1d4c7bedd469bfb78 "sfx2/childwin.hxx: sal_Bool->bool" Change-Id: I75fe4a924cc477194453fac5386d23f23d3a1728
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin
Change-Id: I7303d9533551fcfa7c7a99c9592402511492165a
2014-03-27sfx2: sal_Bool->boolNoel Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin
Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
2014-03-27Basic UI for inserting 3D modelsZolnai Tamás
-By now only in impress. -One supported file format: gltf/.json Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann
...probably better done with callgrind, if still relevant at all. Change-Id: I15069df4e2f271b0c240231f35af2e664a02c296
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: I1af793393a1aceba7a53c85a4943a9b81362a918
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: Ifb0f400136365d85170fbc4c33573ffec6a4bfcd
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: I7afe7bfe295dfa20206fdb6bc10da8ea31adb47e
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: I9ec4c72d4779f7182478b8d40e1039baf3088449
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin
Change-Id: I130c40227a756b396c4f858468457867d53454b1
2014-03-25add parameter to supress dialogMathias Supp
With the new parameter you can now supress the dialog for document compare in writer. Change-Id: I984ee75552e5c006332331510df5d437b687903f
2014-03-25Adapt to sal/log.hxxStephan Bergmann
Change-Id: I96786bcab1205d212926af6c7c6afbf88bfe1453
2014-03-24coverity#704301 Logically dead codeCaolán McNamara
Change-Id: I865979464a2abe51136b577fdb10ec0ae9faf11e
2014-03-24coverity#704300 Logically dead codeCaolán McNamara
since af22075998a021d23ec1b266433f239d3200c35d "undoapi: attempt to fix broken Undo contexts after executing a script" in 2010 Change-Id: I95f5ebf8960dc82d4a6da1ef186ba524e3cddfd1