Philipp Weissenbacher
24a2cfff83
Translate German comments
2012-03-27 21:35:14 +02:00
Bartosz Kosiorek
7628ced726
Convert SV_PTRARR_DEL to boost::ptr_vector
2012-03-27 15:07:34 -04:00
Kohei Yoshida
3670b2a2b1
Let's hide stuff like this from header..
2012-03-27 14:27:02 -04:00
Kohei Yoshida
80ecd30e1c
It's cleaner to use copy ctor for cloning.
2012-03-27 14:19:31 -04:00
Kohei Yoshida
e747c9df0b
Publicly deriving from STL is not a good idea...
2012-03-27 14:13:47 -04:00
Kohei Yoshida
1e91520e7a
UniString removal.
2012-03-27 13:04:31 -04:00
Kohei Yoshida
685c0f41b9
We can safely remove this.
...
There is no definition given anyway, so its use would've caused
a link error.
2012-03-27 13:04:31 -04:00
Stephan Bergmann
54e3855bff
MinGW: Adapted cpp_uno bridge to GCC 4.7
...
...which incompatibly changed the calling convention of the third (dest)
function pointer parameter of __cxa_throw to __thiscall.
2012-03-27 18:52:49 +02:00
Caolán McNamara
8ff435eab9
fix build, restore these constructors for now
...
These classes appear to never be constructed and can go in
their entirity, but its a bit of a rats nest at the moment
2012-03-27 16:52:46 +01:00
Petr Vorel
16410cdcb9
remove unused code (oox, sc)
2012-03-27 16:52:46 +01:00
Takeshi Abe
16244e7f24
removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper
2012-03-28 00:30:29 +09:00
Caolán McNamara
867588b4ca
Resolves: rhbz#807316 don't complain that nocrashreport is an unknown option
2012-03-27 15:22:14 +01:00
Andras Timar
45a222a72b
fix number of chars in strncmp after OpenOffice.org->LibreOffice change
2012-03-27 15:56:50 +02:00
Andras Timar
935150a59b
typo fix in comment
2012-03-27 15:49:22 +02:00
Andras Timar
a7dc11cfbf
typo fix
2012-03-27 15:47:07 +02:00
Andras Timar
99d1eff4a8
replace OpenOffice.org to LibreOffice in registry keys
2012-03-27 15:40:18 +02:00
Andras Timar
45295f3cdc
don't install 32-bit shell extensions on 64-bit Windows
2012-03-27 15:40:15 +02:00
Caolán McNamara
1192b22754
Resolves: rhbz#802173 crash in ScRowStyles::GetStyleNameIndex
2012-03-27 13:04:20 +01:00
Noel Power
5ae64e4b0c
fix vertical align when switching mode in multibar fdo#44140
...
switching between SumAssign & OkCancel mode in the multibar results in a slight 'jumping' of the toolbar items when end up out of allignment with the other toolbar items.
2012-03-27 12:38:49 +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
Stephan Bergmann
fd065e692a
Remove superfluous comment
...
...that looks out of place after previous commit.
2012-03-27 12:28:55 +02:00
Noel Grandin
e4d9dabce8
fdo#46808, Adapt UNO serviecs to new style, Part 1
...
Convert the IDL files in the udkapi module, and update the
types.rdb database.
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-03-27 12:28:55 +02:00
Tor Lillqvist
b0ba143843
Bin annoying "CHECKING CONSISTENCY" message
2012-03-27 12:57:45 +03:00
Miklos Vajna
894406e640
RTFFrame::getSprms: Id is a number, not an instance
2012-03-27 11:33:07 +02:00
Lionel Elie Mamane
077e711b5f
fdo#47937: copy column privileges into table privileges
2012-03-27 10:52:47 +02:00
Tor Lillqvist
31d0dcfa76
qahelper.hxx's loadFile() needs liblo-bootstrap on Android
2012-03-27 09:43:40 +03:00
Stephan Bergmann
ef5b4b577c
dev-install needs to depend on build after all
...
...as only "build" passes through instsetoo_native, where some files (pyuno.py
etc.) are copied into places where ooinstall expects to find them.
2012-03-27 08:17:52 +02:00
Kohei Yoshida
df827af160
Let's not use a macro for this...
2012-03-27 01:34:35 -04:00
Kohei Yoshida
292d71f513
Translated German class description (thanks to Markus Mohrhard).
2012-03-27 01:08:48 -04:00
Markus Mohrhard
5d123a0b0e
export all style information to xls/xlsx, fdo#46738
...
Fixes that if more than 84 empty but formatted rows at the end of a file
have been found the export skipped those rows.
2012-03-27 05:18:10 +02:00
Thorsten Behrens
06c16e1e26
Fix vcl alpha blending n#714787
...
The way alpha compositing took place in vcl's alpha vdev was subtly
wrong - it was supposed to implement porter-duff 'over', but didn't.
This is now fixed also for cases where the source surface contains
alpha, and needs to blend correctly into fully-transparent
background.
For reference: http://en.wikipedia.org/wiki/Alpha_compositing
2012-03-27 02:57:21 +02:00
Matúš Kukan
f64d58e3e1
more dependencies and include paths
2012-03-27 01:48:56 +02:00
Matúš Kukan
5686fe0ad1
be consistent
2012-03-27 01:48:56 +02:00
Julien Nabet
a04fee7204
Fix Prefer prefix ++/-- operators for non-primitive types
2012-03-26 23:13:20 +02:00
Kohei Yoshida
c7b8b3482c
fdo#46942: Fix a regression caused by List removal.
...
3236c2c3af
accidentally removed the gallery
item count which was used to differentiate the gallery symbols from
normal ones.
2012-03-26 16:21:41 -04:00
Kohei Yoshida
622a0ee581
Move this into a real method also.
2012-03-26 16:21:41 -04:00
Kohei Yoshida
0087946df5
This string is assigned but not used.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
9e18d9f9c5
bool and string.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
4361ab3b47
Move the fat handler code into a real method.
...
To allow my editor to do static analysis correctly. Those IMPL_LINK
macros screw it up.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
1b7bfb7b36
UniString to rtl::OUString.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
98add982f5
Attempt to translate some German comments, but not all.
2012-03-26 16:21:40 -04:00
Kohei Yoshida
34ab87b37d
Removed use of UniString.
2012-03-26 16:21:39 -04:00
Norbert Thiebaud
5dd7f9e468
typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filename
2012-03-26 14:06:16 -05:00
Luboš Luňák
205ee3062e
finish work-in-progress test
2012-03-26 19:11:45 +02:00
Luboš Luňák
09517a98fe
string literal overload for OString::operator=()
2012-03-26 18:57:04 +02:00
Luboš Luňák
62983d5ae6
CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()
2012-03-26 18:57:04 +02:00
Luboš Luňák
92fec304fb
string literal overloads for OUStringBuffer
2012-03-26 18:57:04 +02:00
Tor Lillqvist
0a08973de9
No separate sal_textenc library built for Android
...
(As a low-hanging fruit to drop the shared library count by
one... Each library less counts.)
2012-03-26 19:10:46 +03:00
Stephan Bergmann
40193672b1
Revert "Field IDs on Dalvik are more unique than in JVMs"
...
This reverts commit b5ca34fa40
.
829a9b9c10
"In Java, css.uno.RuntimeException is
not derived from css.uno.Exception" is a better fix.
2012-03-26 17:48:45 +02:00
Stephan Bergmann
829a9b9c10
In Java, css.uno.RuntimeException is not derived from css.uno.Exception
...
which lead to Bridge::map_to_java (jni_data.cxx) copying the Context member of RuntimeException
twice, once with a fieldID for Exception, which fails on Dalvik.
2012-03-26 17:47:20 +02:00