Caolán McNamara
2c676c03f3
String->rtl::OUString
2012-04-16 15:21:36 +01:00
Michael Meeks
a0b5ba2e82
re-open output file on save to fsync to improve first-start performance
2012-04-15 03:34:14 +02:00
Caolán McNamara
234f150f30
Resolves: fdo#48640 handle various busted rtf docs without hanging
2012-04-14 12:47:23 +01:00
Takeshi Abe
0890896190
removed dead code
2012-04-12 00:45:21 +09:00
Takeshi Abe
25c70a7232
removed useless static data
2012-04-12 00:45:21 +09:00
Takeshi Abe
e486ed7b7f
removed unused defines
2012-04-12 00:45:20 +09:00
Caolán McNamara
628d2e71ac
fix tinderbox
2012-04-10 13:13:24 +01:00
Andrew Higginson
8a3aae9b69
Resolves: fdo#31022 about dialog is suboptimal
2012-04-10 12:49:49 +01:00
Jan Holesovsky
1ae4c87367
char[] -> const char[].
2012-04-10 12:46:54 +02:00
Takeshi Abe
e194f5bda1
removed unused defines
2012-04-10 06:53:35 +09:00
Takeshi Abe
e5c6f53714
removed OS/2 one
2012-04-10 06:53:35 +09:00
David Tardon
6de7392829
add package deps for resources
2012-04-09 10:09:23 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Michael Stahl
4c50f23f87
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
27cea710fd
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Ivan Timofeev
c5154a179f
SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT
2012-04-05 21:11:21 +04:00
Michael Stahl
dc2fe18e95
fdo#43895 lp#905355: fix the fix so it doesn't crash
...
rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion
`beginIndex >= 0 && beginIndex <= getLength()' failed.
(regression from dd2fe95cce
)
2012-04-05 18:13:33 +02:00
Takeshi Abe
b905ac19da
removed unused defines
2012-04-05 00:01:10 +09:00
Andras Timar
9bc0974195
fdo#44698 settings are under a different menu in Mac OS X
2012-04-03 16:22:50 +02:00
Michael Meeks
8fa3aae7b3
fdo#34324 - fix colorspace conversion for greyscale bitmaps
2012-04-02 20:27:21 +01:00
Harri Pitkänen
ce219689ca
Remove unused HTMLMODE_FIRSTLINE
...
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to
have been used to add first line indent for paragraphs in Netscape
version 3 but all currently available export modes use CSS for that.
2012-04-02 19:54:10 +02:00
Tor Lillqvist
3b0e35bf84
Correct method name in warning message
2012-03-30 19:52:31 +03:00
Takeshi Abe
f447ac9ec9
removed duplicate includes in sfx2
2012-03-30 22:30:45 +09:00
Caolán McNamara
1889728897
remove static OUStrings from static_initialization_and_destruction chain
2012-03-30 14:07:20 +01:00
Noel Power
710d768aaf
add for calc extra paste ctx menu with options to paste text or formula only
2012-03-29 19:45:22 +01:00
Andrzej J. R. Hunt
dd2fe95cce
fdo#43895 lp#905355: Never let users save in /tmp by default
2012-03-27 13:26:03 +02:00
Michael Stahl
2e847dfaa5
.mm files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
5be54ad412
.rdf files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
2d78d2409d
.sdw files don't need executable bits
2012-03-23 21:58:17 +01:00
Michael Stahl
30a29aa6f1
README files don't need executable bits
2012-03-23 21:58:17 +01:00
Michael Stahl
fd1ca3bbcf
.stw files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
341bc07c03
.sdi files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
eb4eb698b2
.xcl files don't need executable bits
2012-03-23 21:58:15 +01:00
Michael Stahl
4c5a1a6d43
.sce files don't need executable bits
2012-03-23 21:58:15 +01:00
Michael Stahl
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
d7aacb8461
.hrc files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
68f2753710
.h files don't need executable bits
2012-03-23 21:58:13 +01:00
Michael Stahl
e476a7632c
.java files don't need executable bits
2012-03-23 21:58:12 +01:00
Caolán McNamara
a09d551182
we dont' need any SvCompatWeakBase use in SfxMedium AKAICS
2012-03-23 14:58:02 +00:00
Caolán McNamara
ae7b4576d7
overly static lingering OUStrings
2012-03-23 10:20:46 +00:00
Markus Mohrhard
ec64924ea8
don't need to check for null before delete
2012-03-22 00:24:27 +01:00
Tor Lillqvist
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
Caolán McNamara
8550b42a1d
remove extra string casts
2012-03-20 12:57:31 +00:00
Caolán McNamara
0a14f36501
split macros to elide unneeded methods
2012-03-20 12:57:31 +00:00
Stephan Bergmann
d4b67611c4
Introduced SystemShellExecuteFlags::URIS_ONLY
2012-03-16 15:01:26 +01:00
Stephan Bergmann
6e67c03dc0
Enable -Wnon-virtual-dtor for GCC 4.6
...
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00