summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
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
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-24callcatcher: update unused codeCaolán McNamara
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I56072620f9ea28833e1590a7fff7d71ed11fc34c
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-22cppcheck: fix variables reassigned before having been usedJulien Nabet
Change-Id: I0b1025f2697e5cd7abfe5ca9e3c64f02469ba606
2014-03-22coverity#708156 Uninitialized scalar fieldCaolán McNamara
Change-Id: I0ef0047684bf97453c7f0bd958aee73ec5af26a6
2014-03-22bUseTarget is never readCaolán McNamara
Change-Id: I1a21cfd62de2e188c93453f7eebb4d322010de3a
2014-03-22coverity#705885 Dereference before null checkCaolán McNamara
Change-Id: I4e032dc9b77b98cc5981f812958667fc908993da
2014-03-20coverity#705886 Dereference before null checkCaolán McNamara
Change-Id: I707dcfb324760a7058cb0abcb2eca7819e0568e4
2014-03-20coverity#735668 Dereference after null checkCaolán McNamara
Change-Id: Ie7fbc0508ab30c35c52508869367f553b75553e0
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
Change-Id: Id8f852df49b951fa6f5558e7e45018f07a9b104f