Commit graph

914 commits

Author SHA1 Message Date
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
1b69a16689 boost::scoped_ptr is sufficient here 2011-09-15 17:01:56 +01:00
Caolán McNamara
b55910d9ba why leak m_pImpl 2011-09-12 09:10:02 +01:00
Michael Meeks
0f690c3495 Initial DocumentSettingsSerializer implementation 2011-09-11 09:27:05 +02:00
Caolán McNamara
f57baefbd3 add chaff to encrypted documents 2011-09-08 15:29:53 +01:00
Lionel Elie Mamane
5c64fd7ce0 Restore ABI compatibility with LO 3.4 and earlier
Factor out ABI-breaking changes to OPropertySetHelper into a derived
class OPropertySetHelper2.

Only gcc3.map is up-to-date.
2011-09-07 11:17:55 +02:00
Caolán McNamara
5fc8699128 tell me *what* failed 2011-09-05 10:54:19 +01:00
Caolán McNamara
313332e76b various centralized isFOOAsciiStrings 2011-08-29 09:56:08 +01:00
Caolán McNamara
14d2a60053 remove ByteString::IsAlphaNumericAscii and refactor a bit 2011-08-29 09:56:06 +01:00
Michael Meeks
d7e0e737c1 add a helper class to do path resolution
includes horrible lifecycle stack workaround for free.
2011-08-26 17:11:24 +01:00
Caolán McNamara
dea4557b92 callcatcher: and so now unused 2011-08-22 09:39:14 +01:00
Caolán McNamara
0c3296aee4 callcatcher: post-unotools cleanup this is now unused 2011-08-22 09:39:13 +01:00
Joseph Powers
e745ff93d0 unusedeasy: cleanup comphelper::MediaDescriptor 2011-08-18 07:42:10 -07:00
Matúš Kukan
4b60da5d1d add more component prefixes 2011-08-17 23:51:45 +02:00
Tor Lillqvist
9890c98480 Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC build
Always pass the value to search for of type equal to what the
iterators return.
2011-08-17 20:59:50 +03:00
Kohei Yoshida
bc01bc636d Less indent level. 2011-08-16 21:22:41 -04:00
Kohei Yoshida
85696df0b1 Fixed a crash due to invalid index for Sequence.
With this, 3.81 sec -> 1.2 sec.
2011-08-16 21:22:40 -04:00
Caolán McNamara
90fe8dadaa add a jdk 1.5-alike string replace to comphelper::string 2011-08-15 09:21:49 +01:00
Caolán McNamara
9124003eb1 ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
2011-08-15 09:21:48 +01:00
Kohei Yoshida
af3a393700 Let's use std::deque instead of uno::Sequence.
This makes things a little simpler.
2011-08-04 22:51:53 -04:00
Kohei Yoshida
e2258940b3 Found one inconsistency between deque and uno::Sequence usages.
ListenerType vs ScriptType.  Also, deque supports clear().
2011-08-04 22:45:56 -04:00
Kohei Yoshida
2c5401be8f Include <functional> for std::unary_function.
Mac build fails without this, apparently, accordingly to Norbert's
tinderbox log.
2011-08-04 22:34:50 -04:00
Kohei Yoshida
c70e39d784 Prefer std::for_each to manual looping. 2011-08-04 22:22:12 -04:00
Kohei Yoshida
fd073bb648 Use rtl::OUStringHash. 2011-08-04 21:43:39 -04:00
Matúš Kukan
74140442bb Drop macros from componentmodule.hxx 2011-07-21 13:47:30 +02:00
Caolán McNamara
3314acfa46 callcatcher: remove unused GetTemporaryStorageOfFormat 2011-07-19 09:32:43 +01:00
Caolán McNamara
0402152ad4 use standard template here 2011-06-01 23:59:50 +01:00
Caolán McNamara
bbf267835f overly static 2011-06-01 15:21:55 +01:00
Caolán McNamara
c532fd3e08 make this a well-behaved singleton 2011-06-01 15:21:54 +01:00
Jan Holesovsky
9e5584a826 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	i18npool/inc/i18npool/lang.h
	i18npool/source/isolang/isolang.cxx
	svtools/source/filter/exportdialog.cxx
	svtools/source/graphic/grfmgr.cxx
	vcl/aqua/source/dtrans/aqua_service.cxx
	vcl/aqua/source/window/salframe.cxx
	vcl/inc/sft.hxx
	vcl/inc/unx/pspgraphics.h
	vcl/inc/vcl/cursor.hxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/settings.hxx
	vcl/prj/d.lst
	vcl/source/app/settings.cxx
	vcl/source/control/edit.cxx
	vcl/source/gdi/gdimtf.cxx
	vcl/source/window/cursor.cxx
	vcl/source/window/window.cxx
	vcl/unx/generic/fontmanager/fontconfig.cxx
	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
	vcl/unx/kde4/KDESalGraphics.cxx
2011-05-27 20:47:31 +02:00
Tor Lillqvist
27266b10b8 Drop OS2 2011-05-21 17:00:45 +03:00
Caolán McNamara
c639da5a41 config leaks: drop dodgy LegacySingleton foo 2011-05-20 15:23:38 +01:00
Noel Power
342af38811 Revert "do not leak memory"
this seems to cause some problems with a number of components
This reverts commit f9496177a4c942f2acc39a978a3cd65689f14d8d.
2011-05-17 15:26:31 +01:00
David Tardon
51922ecd11 do not leak memory 2011-05-12 14:32:54 +02:00
Julien Nabet
dc135ac4c0 Some cppcheck cleaning 2011-05-04 22:58:22 +02:00
Thorsten Behrens
b78698e14f Applied normalize-template-paths-fix (slightly adapted)
Fix for n#512146
2011-04-29 19:03:43 +02:00
Jan Holesovsky
83380a7805 Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
Conflicts:
	cppcanvas/source/mtfrenderer/transparencygroupaction.cxx
	l10ntools/scripts/localize.pl
	l10ntools/source/directory.cxx
	l10ntools/source/srciter.cxx
	padmin/Executable_spadmin.bin.mk
	padmin/Library_spa.mk
	svtools/inc/svtools/filter.hxx
	svtools/inc/svtools/grfmgr.hxx
	svtools/source/filter/filter.cxx
	svtools/source/filter/filter2.cxx
	svtools/source/filter/wmf/emfwr.cxx
	svtools/source/filter/wmf/enhwmf.cxx
	svtools/source/filter/wmf/winmtf.cxx
	svtools/source/filter/wmf/winmtf.hxx
	svtools/source/filter/wmf/winwmf.cxx
	svtools/source/filter/wmf/wmfwr.cxx
	svtools/source/graphic/grfmgr.cxx
	svtools/source/graphic/grfmgr2.cxx
	toolkit/source/controls/controlmodelcontainerbase.cxx
	toolkit/source/controls/unocontrol.cxx
	toolkit/source/helper/formpdfexport.cxx
	toolkit/source/helper/unowrapper.cxx
	vcl/Package_osx.mk
	vcl/aqua/source/app/salinst.cxx
	vcl/aqua/source/app/salsys.cxx
	vcl/aqua/source/dtrans/aqua_service.cxx
	vcl/aqua/source/dtrans/test_aquacb.cxx
	vcl/aqua/source/res/makefile.mk
	vcl/aqua/source/window/salframe.cxx
	vcl/aqua/source/window/salframeview.mm
	vcl/inc/aqua/salgdi.h
	vcl/inc/aqua/salinst.h
	vcl/inc/graphite_adaptors.hxx
	vcl/inc/graphite_cache.hxx
	vcl/inc/graphite_serverfont.hxx
	vcl/inc/impprn.hxx
	vcl/inc/svdata.hxx
	vcl/inc/unx/i18n_status.hxx
	vcl/inc/unx/saldata.hxx
	vcl/inc/unx/salfont.h
	vcl/inc/unx/salinst.h
	vcl/inc/unx/salprn.h
	vcl/inc/unx/salsys.h
	vcl/inc/unx/sm.hxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/graph.hxx
	vcl/inc/vcl/outdev.hxx
	vcl/inc/vcl/polyscan.hxx
	vcl/inc/vcl/svcompat.hxx
	vcl/inc/vcl/svgread.hxx
	vcl/inc/vcl/unobrok.hxx
	vcl/inc/win/salgdi.h
	vcl/inc/win/wincomp.hxx
	vcl/prj/d.lst
	vcl/source/app/dbggui.cxx
	vcl/source/app/idlemgr.cxx
	vcl/source/app/makefile.mk
	vcl/source/app/settings.cxx
	vcl/source/app/sound.cxx
	vcl/source/app/stdtext.cxx
	vcl/source/app/svapp.cxx
	vcl/source/app/svdata.cxx
	vcl/source/app/svmain.cxx
	vcl/source/app/timer.cxx
	vcl/source/app/unohelp.cxx
	vcl/source/components/dtranscomp.cxx
	vcl/source/control/button.cxx
	vcl/source/control/combobox.cxx
	vcl/source/control/ctrl.cxx
	vcl/source/control/edit.cxx
	vcl/source/control/field2.cxx
	vcl/source/control/ilstbox.cxx
	vcl/source/gdi/bitmap.cxx
	vcl/source/gdi/bitmapex.cxx
	vcl/source/gdi/cvtgrf.cxx
	vcl/source/gdi/font.cxx
	vcl/source/gdi/image.cxx
	vcl/source/gdi/imagerepository.cxx
	vcl/source/gdi/impbmp.cxx
	vcl/source/gdi/impgraph.cxx
	vcl/source/gdi/impimagetree.cxx
	vcl/source/gdi/jobset.cxx
	vcl/source/gdi/makefile.mk
	vcl/source/gdi/metaact.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev2.cxx
	vcl/source/gdi/outdev5.cxx
	vcl/source/gdi/outdev6.cxx
	vcl/source/gdi/outmap.cxx
	vcl/source/gdi/polyscan.cxx
	vcl/source/gdi/print.cxx
	vcl/source/gdi/print2.cxx
	vcl/source/gdi/region.cxx
	vcl/source/gdi/salgdilayout.cxx
	vcl/source/gdi/sallayout.cxx
	vcl/source/gdi/svcompat.cxx
	vcl/source/gdi/virdev.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/gcach_vdev.cxx
	vcl/source/glyphs/gcach_vdev.hxx
	vcl/source/glyphs/graphite_adaptors.cxx
	vcl/source/glyphs/graphite_cache.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/glyphs/graphite_serverfont.cxx
	vcl/source/glyphs/graphite_textsrc.hxx
	vcl/source/glyphs/makefile.mk
	vcl/source/src/makefile.mk
	vcl/source/window/accel.cxx
	vcl/source/window/brdwin.cxx
	vcl/source/window/btndlg.cxx
	vcl/source/window/dialog.cxx
	vcl/source/window/dndevdis.cxx
	vcl/source/window/dockmgr.cxx
	vcl/source/window/dockwin.cxx
	vcl/source/window/floatwin.cxx
	vcl/source/window/introwin.cxx
	vcl/source/window/keycod.cxx
	vcl/source/window/menu.cxx
	vcl/source/window/msgbox.cxx
	vcl/source/window/scrwnd.cxx
	vcl/source/window/split.cxx
	vcl/source/window/splitwin.cxx
	vcl/source/window/status.cxx
	vcl/source/window/syswin.cxx
	vcl/source/window/tabpage.cxx
	vcl/source/window/toolbox.cxx
	vcl/source/window/toolbox2.cxx
	vcl/source/window/window.cxx
	vcl/source/window/window2.cxx
	vcl/source/window/winproc.cxx
	vcl/source/window/wrkwin.cxx
	vcl/unx/generic/app/i18n_cb.cxx
	vcl/unx/generic/app/i18n_ic.cxx
	vcl/unx/generic/app/saldata.cxx
	vcl/unx/generic/app/saldisp.cxx
	vcl/unx/generic/app/salinst.cxx
	vcl/unx/generic/app/wmadaptor.cxx
	vcl/unx/generic/fontmanager/afm_hash.cpp
	vcl/unx/generic/gdi/salbmp.cxx
	vcl/unx/generic/gdi/salgdi3.cxx
	vcl/unx/generic/gdi/xrender_peer.cxx
	vcl/unx/generic/window/salframe.cxx
	vcl/unx/generic/window/salobj.cxx
	vcl/unx/gtk/a11y/makefile.mk
	vcl/unx/gtk/app/gtksys.cxx
	vcl/unx/gtk/app/makefile.mk
	vcl/unx/gtk/window/gtkframe.cxx
	vcl/unx/gtk/window/gtkobject.cxx
	vcl/unx/headless/svpinst.cxx
	vcl/unx/headless/svpinst.hxx
	vcl/unx/headless/svpprn.hxx
	vcl/unx/kde/kdedata.cxx
	vcl/unx/kde/salnativewidgets-kde.cxx
	vcl/unx/kde4/KDESalDisplay.hxx
	vcl/unx/kde4/KDEXLib.cxx
	vcl/unx/kde4/KDEXLib.hxx
	vcl/unx/kde4/VCLKDEApplication.cxx
	vcl/unx/kde4/makefile.mk
	vcl/unx/source/app/makefile.mk
	vcl/unx/source/fontmanager/makefile.mk
	vcl/unx/source/gdi/makefile.mk
	vcl/unx/source/inc/salcursors.h
	vcl/util/linksvp/makefile.mk
	vcl/win/source/app/saldata.cxx
	vcl/win/source/app/salinst.cxx
	vcl/win/source/app/salshl.cxx
	vcl/win/source/gdi/makefile.mk
	vcl/win/source/gdi/salbmp.cxx
	vcl/win/source/gdi/salgdi.cxx
	vcl/win/source/gdi/salgdi2.cxx
	vcl/win/source/gdi/salgdi3.cxx
	vcl/win/source/gdi/salgdi_gdiplus.cxx
	vcl/win/source/gdi/salprn.cxx
	vcl/win/source/gdi/salvd.cxx
	vcl/win/source/gdi/winlayout.cxx
	vcl/win/source/window/salframe.cxx
	vcl/win/source/window/salmenu.cxx
	vcl/win/source/window/salobj.cxx
2011-04-22 15:09:06 +02:00
Júlio Hoffimann
52f1b2b471 left arrow comments removed // <-- 2011-04-22 14:41:19 +02:00
Christina Rossmanith
1913e11aeb remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui) 2011-04-19 20:42:51 +02:00
Kayo Hamid
26c8682631 prefer prefix ++/-- operators 2011-04-19 10:29:42 +01:00
Júlio Hoffimann
4fc170d3e8 all bogus comments removed by regular expressions 2011-04-15 10:39:52 +02:00
David Tardon
416c0f6b75 fix typo 2011-04-14 15:18:27 +02:00
Michael Lefevre
8c9f3d38b8 Kill Pos_XXX in favour of osl_Pos_XXX 2011-04-14 12:46:15 +02:00
Michael Lefevre
1caa3ccec5 Kill Pos_XXX in favour of osl_Pos_XXX 2011-04-14 12:42:39 +02:00
Caolán McNamara
8955cc0c39 catched->caught 2011-04-13 10:50:04 +01:00
Caolán McNamara
06fe042102 catched->caught 2011-04-13 09:50:38 +01:00
Caolán McNamara
db62690a90 createFromAscii -> RTL_CONSTASCII_USTRING 2011-04-05 16:57:19 +01:00
Caolán McNamara
723e74b5dc use rtl::Static where double-locked pattern used 2011-04-03 21:43:00 +01:00
Caolán McNamara
3dfc2de702 use rtl::Static pattern here 2011-04-03 21:43:00 +01:00