Commit graph

929 commits

Author SHA1 Message Date
Norbert Thiebaud
b8ee1f9b5f remove include of pch header in comphelper 2011-11-27 13:00:14 -06:00
Caolán McNamara
0dbc4fa3ef add string::strip, can replace EraseLeadingAndTrailingChars 2011-11-23 23:16:44 +00:00
Caolán McNamara
b7ea361014 add stripStart, can replace EraseTrailingChars 2011-11-23 10:10:09 +00:00
Caolán McNamara
20153742d2 add a stripStart, can replace EraseLeadingChars 2011-11-23 10:10:08 +00:00
Caolán McNamara
705e5fe947 callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
Caolán McNamara
dca04e2361 add a StringUtils-alike remove (can replace EraseAllChars) 2011-11-17 23:04:10 +00:00
Kohei Yoshida
e786e2d25a String to rtl::OUString. 2011-11-15 02:02:52 -05:00
Stephan Bergmann
8b75883b87 Simplified some uses of css.configuration.theDefaultProvider.
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Caolán McNamara
40fbc430fd callcatcher: some unused code 2011-11-02 09:58:53 +00:00
Stephan Bergmann
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
Stephan Bergmann
c31d7b012f Some warning cleanup (found with trunk Clang). 2011-10-24 12:56:22 +02:00
Pierre-André Jacquod
07ba372985 cppcheck scope reduction comphelper/.. storagehelper.cxx 2011-10-07 15:57:39 +02:00
Caolán McNamara
b540dc49a6 conversion operator gone 2011-10-05 09:01:40 +01:00
Matúš Kukan
1fe85161e4 callcatcher: comphelper's unused code 2011-10-03 16:11:11 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
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