Commit graph

303480 commits

Author SHA1 Message Date
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
Stephan Bergmann
094cf7caf9 Fix delivery of jvmfwk ini/data files
...that are (also) used during the build (e.g., cd testtools/*/lib &&
./bridgetest_inprocess_java).  Broken by gbuild'ification of jvmfwk.
2012-03-26 17:47:19 +02:00
Luboš Luňák
cedaaf89d7 fix comment 2012-03-26 17:41:33 +02:00
Tor Lillqvist
d770275587 More hacking 2012-03-26 17:53:22 +03:00
Tor Lillqvist
10f5ab71a7 Hardcode default inifile as /assets/rc on Android 2012-03-26 17:53:22 +03:00
Tor Lillqvist
e56c5b511c Add an OSL_TRACE when opening Android /assets files 2012-03-26 17:53:21 +03:00
Tor Lillqvist
b5ca34fa40 Field IDs on Dalvik are more unique than in JVMs 2012-03-26 17:53:21 +03:00
Caolán McNamara
7d6656adde merge getVerticalDeltaAngle and GetVerticalFlags 2012-03-26 15:30:24 +01:00
Petr Vorel
226d310c1a remove unused code (oox) 2012-03-26 15:30:24 +01:00
Nicolas Christener
19648377e1 Rename WEIT_WECH to FAR_AWAY 2012-03-26 10:22:36 -04:00
Santiago Martinez
6bc1f24ceb Remove unused code in svtools. 2012-03-26 15:01:16 +01:00
Santiago Martinez
c576a5c483 Remove unused code in xmloff. 2012-03-26 14:59:36 +01:00
Santiago Martinez
564d216f77 Remove unused code in vlc. 2012-03-26 14:58:28 +01:00
Santiago Martinez
6539ea5335 Remove unused code in scaddins. 2012-03-26 14:58:28 +01:00
Takeshi Abe
6749dcc154 removed duplicate includes in basic / canvas / chart2 / comphelper 2012-03-26 22:39:42 +09:00
Takeshi Abe
3397f7cf38 removed duplicate includes in avmedia 2012-03-26 22:39:41 +09:00
Caolán McNamara
24b867c1e1 Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow) 2012-03-26 13:53:55 +01:00
Caolán McNamara
adf7d6e173 configuration checked before component context exists
in simple applications, e.g. spadmin, which don't have a custom main, then this
configuration check happens too early before Application::Main gets run to have
a chance to set the ProcessComponentContext.
2012-03-26 12:36:35 +01:00
Caolán McNamara
e443216ce2 readUnicodeString can just return the string
seeing as no-one checks the return value, we don't need
the intermediate temporary string
2012-03-26 12:18:09 +01:00
Caolán McNamara
723613ab5c need seen for seperate CUI_RESSSTR 2012-03-26 12:18:09 +01:00
Caolán McNamara
8a539e49c4 ditch some UniStrings and intermediate temporaries 2012-03-26 12:18:08 +01:00
Caolán McNamara
ad5c3b4753 callcatcher: update list, Table::Seek gone 2012-03-26 12:18:08 +01:00
Caolán McNamara
70eb5c15e8 callcatcher: shiny unused method reduction from to-stl conversions 2012-03-26 12:18:08 +01:00
Caolán McNamara
4eb52acf4e WaE: compile under product and dbgutil modes 2012-03-26 12:18:08 +01:00
Caolán McNamara
d41b5a88bd reduce over use of static OUStrings 2012-03-26 12:18:08 +01:00
Caolán McNamara
35fe7d4365 ditch collection of static OUStrings 2012-03-26 12:18:07 +01:00
Caolán McNamara
2770031b57 fold accessibilityoptions_const.hxx into accessibilityoptions.cxx 2012-03-26 12:18:07 +01:00
Caolán McNamara
28ee890d88 dead helper dir 2012-03-26 12:18:07 +01:00
Miklos Vajna
2452e28a06 oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel 2012-03-26 13:08:19 +02:00
Fridrich Štrba
7a19798c73 Compatibility option for incorrect relative moves after closePath (fdo#47406) 2012-03-26 12:55:59 +02:00
Thorsten Behrens
a2ee8055e9 Fix fdo#47406 incorrect relative moves after closePath
I missed the fact that odf export still uses the old exporter in
xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update
of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx
2012-03-26 12:15:32 +02:00
Andras Timar
b36a42fb83 fdo#34324 put 16x16 math icon in RGB color space 2012-03-26 12:15:22 +02:00
Luboš Luňák
8a66c8f557 sal_rtl_strings unittest depends on sal_textenc library
there's a dlopen of it somewhere in sal's string classes
2012-03-26 12:12:15 +02:00
Stephan Bergmann
8945f1bc85 Fix recent paintfrm.cxx regressions
...as reported by Linux-RHEL6-x86_64@14-with-check tinderbox.

For one, e94c4ab552 "Conver SV VARARR to
std::deque for sw module." did not use rbegin/rend to iterate backwards.

For another, e94c4ab552 and subsequent
1a41271403 "fixed crash due to use of STL deque
for SwLineRects" failed to get the nested loop "Remove all help line that are
almost covered (tables)" at the start of SwSubsRects::PaintSubsidiary converted
correctly.  This attempt here at fixing it models the original behavior (before
conversion) more closely, and hopefully gets it right now.
2012-03-26 12:07:45 +02:00
Regina Henschel
b42362e709 Adapt arrowhead pathes to corrected svg path z hangling 2012-03-26 10:10:26 +02:00
Olivier Hallot
8906ad17b7 fdo#42328 Impress slide backgrounds with Liberation fonts 2012-03-26 09:15:43 +02:00
Olivier Hallot
b9a0dfd169 fdo#42328 Impress slide backgrounds with Liberation fonts 2012-03-26 09:13:06 +02:00
Markus Mohrhard
cb2c9eb114 prevent update during init in name dlgs, related fdo#45679 2012-03-26 05:03:52 +02:00
Markus Mohrhard
bd20b48795 prevent update during init in new autofilter dlg, fdo#45679 2012-03-26 04:58:47 +02:00
Markus Mohrhard
549a68159c sal_Bool -> bool in dociter.[ch]xx 2012-03-26 03:22:49 +02:00
Markus Mohrhard
240464f62b clean-up sc's macros_test a bit 2012-03-26 03:22:49 +02:00
Markus Mohrhard
891574788a disable password test onwindows for now 2012-03-26 03:22:49 +02:00
Miklos Vajna
da1a73fa0b rtftok: added missing test document 2012-03-25 23:01:06 +02:00
Norbert Thiebaud
e00cb3336f use $(file in gbuild when available 2012-03-25 12:45:24 -05:00
Norbert Thiebaud
fd83e6cb19 detect of gnumake support $(file function
$(file is a new function that landed in gnu-make cvs
it allow to write a makefile variable directly into a file
bypassing the usual command line size limitiation
2012-03-25 12:45:04 -05:00