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
|
76092149d0
|
add a pad and truncate
|
2011-09-17 23:20:45 +01:00 |
|
Caolán McNamara
|
1b69a16689
|
boost::scoped_ptr is sufficient here
|
2011-09-15 17:01:56 +01:00 |
|
Stephan Bergmann
|
d996328cd5
|
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
|
2011-09-12 22:47:50 +02:00 |
|
Tor Lillqvist
|
9e126721bc
|
Nested classes need to be marked separately DLLPUBLIC, apparently
|
2011-09-12 13:32:43 +03: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
|
cd9038dd39
|
move to comphelper, and rename
|
2011-09-02 09:54:17 +01:00 |
|
Caolán McNamara
|
3829892dbc
|
merge together 5 or ascii isalpha/isalnum/isdigit implementations
|
2011-08-29 09:56:08 +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
|
25ad04f718
|
Rename List -> WeakReferenceList
Just to clearify which List we're talking about.
|
2011-08-21 07:36:28 -07:00 |
|
Norbert Thiebaud
|
d64bbd6bf8
|
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
|
2011-08-19 18:29:07 -05: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 |
|
Caolán McNamara
|
0c571e233f
|
add and use a matchL
|
2011-08-17 09:54:14 +01: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
|
eba1f976ce
|
rename test
|
2011-08-15 09:21:49 +01:00 |
|
Caolán McNamara
|
061ebc3446
|
add a getToken wrapper for extracting a single token painlessly
|
2011-08-15 09:21:49 +01: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
|
a04d91ea3b
|
restore cppunit test (yet again)
|
2011-08-15 09:21:48 +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
|
ceb4689553
|
Removed the rest of FORWARD_DECLARE_INTERFACE.
|
2011-08-11 19:58:59 -04:00 |
|
Tom Tromey
|
c2a634416b
|
fix more -fpermissive compile errors from trunck gcc
|
2011-08-11 09:58:30 +01:00 |
|
Takeshi Abe
|
b2bd33ea25
|
prefer makefile-gmake-mode to plain makefile-mode
|
2011-08-10 02:12:48 +09: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 |
|
Takeshi Abe
|
10e14793d5
|
Emacs modeline compatible with vim's one
|
2011-08-05 11:04:32 +09:00 |
|
Kohei Yoshida
|
fd073bb648
|
Use rtl::OUStringHash.
|
2011-08-04 21:43:39 -04:00 |
|
Tor Lillqvist
|
704bc46ae4
|
Add consistent Emacs and vim mode lines
|
2011-07-30 23:12:12 +03:00 |
|
Bjoern Michaelsen
|
a233dac065
|
resyncing to master
|
2011-07-21 18:56:16 +02: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 |
|
Matus Kukan
|
22f299b12e
|
Remove component_getImplementationEnvironment methods
|
2011-07-12 17:59:30 +02:00 |
|
Bjoern Michaelsen
|
941020379b
|
Merge branch 'master' into feature/gnumake4
Conflicts:
basebmp/prj/d.lst
basebmp/test/basictest.cxx
basebmp/test/makefile.mk
basegfx/inc/basegfx/basegfxdllapi.h
basegfx/inc/basegfx/tools/debugplotter.hxx
basegfx/inc/basegfx/tuple/b2ituple.hxx
basegfx/prj/d.lst
basegfx/source/numeric/makefile.mk
basegfx/source/polygon/makefile.mk
basegfx/source/range/makefile.mk
basegfx/source/raster/makefile.mk
basegfx/source/tuple/makefile.mk
basegfx/source/vector/makefile.mk
basegfx/test/basegfx1d.cxx
basegfx/test/makefile.mk
basegfx/util/makefile.mk
canvas/Library_canvasfactory.mk
canvas/Module_canvas.mk
canvas/prj/build.lst
canvas/prj/d.lst
canvas/source/cairo/cairo_canvashelper_texturefill.cxx
canvas/source/cairo/makefile.mk
canvas/source/tools/makefile.mk
comphelper/qa/string/makefile.mk
cppcanvas/Module_cppcanvas.mk
cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
cppcanvas/prj/build.lst
cppcanvas/prj/d.lst
cppcanvas/source/mtfrenderer/makefile.mk
cppcanvas/util/makefile.mk
i18npool/source/search/makefile.mk
regexp/Library_regexp.mk
regexp/prj/d.lst
sax/CppunitTest_sax.mk
sax/Library_sax.mk
sax/prj/d.lst
sax/qa/cppunit/test_converter.cxx
sax/source/expatwrap/attrlistimpl.hxx
sax/util/makefile.mk
svtools/Library_svt.mk
tools/Executable_sspretty.mk
ucbhelper/prj/d.lst
ucbhelper/source/provider/configureucb.cxx
ucbhelper/source/provider/provconf.cxx
ucbhelper/util/makefile.mk
unotools/Library_utl.mk
unotools/Module_unotools.mk
unotools/Package_inc.mk
unotools/prj/build.lst
vcl/Library_desktop_detector.mk
vcl/Library_vcl.mk
vcl/Library_vclplug_gtk.mk
vcl/aqua/source/gdi/salprn.cxx
vcl/inc/aqua/saldata.hxx
vcl/unx/generic/gdi/salgdi3.cxx
|
2011-06-19 12:47:44 +02:00 |
|
Hans-Joachim Lankenau
|
0e6ab013f7
|
ause130: #i117218# change .idl handling to gnu make
|
2011-06-18 11:29:28 +02:00 |
|
Michael Stahl
|
bd162cb75a
|
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
|
2011-06-17 14:24:10 +02:00 |
|
Michael Stahl
|
f3ef6ed540
|
gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]
|
2011-06-17 09:47:33 +02: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 |
|