Commit graph

301591 commits

Author SHA1 Message Date
Elton Chung
4cd2af27cb fdo#44993: Remove obsolete FSysRedirector 2012-02-21 14:52:56 +00:00
Winfried Donkers
836d986462 fdo#44611 writer: paragraph background color picker with split button 2012-02-21 14:50:04 +00:00
Caolán McNamara
46cf18fdf1 catch by reference 2012-02-21 14:45:05 +00:00
Caolán McNamara
776be2f2a3 make this weird-ass DBCONNECTIVITY foo build 2012-02-21 14:44:19 +00:00
Caolán McNamara
548b28a947 WaE: unused variable 2012-02-21 14:25:44 +00:00
Caolán McNamara
e7031fb14a WaE: add virtual dtor 2012-02-21 14:25:44 +00:00
Caolán McNamara
42eb8d310c unwrap ifdefs with unused members 2012-02-21 14:25:44 +00:00
Caolán McNamara
4bb264574a ByteString->rtl::OString 2012-02-21 14:25:43 +00:00
Caolán McNamara
b4d3e2f99c WaE: pFmt may be uninitialized 2012-02-21 14:25:43 +00:00
Markus Mohrhard
8f82bccf26 add test case for old password algorithm, related fdo#45171 2012-02-21 15:19:19 +01:00
Riccardo Magliocchetti
84c8559820 Fix most of the build with --disable-database-connectivity 2012-02-21 15:36:49 +02:00
Andras Timar
deb9b28697 fdo#46382 s/Slovakian/Slovak/ 2012-02-21 14:32:53 +01:00
Thomas Arnhold
48bfb52d71 expand and remove NS_* macro 2012-02-21 14:02:45 +01:00
Thomas Arnhold
8b03510230 expand and remove CSS* macro 2012-02-21 14:02:45 +01:00
David Tardon
0c128345ea reintroduce hardcoded dll names as defaults 2012-02-21 14:01:02 +01:00
David Tardon
743a56fcce allow to pass default dll list 2012-02-21 14:01:01 +01:00
Noel Power
634b211632 allow keyword Append to be used as a variable. bnc#745930
statements like
  Dim AppEnd As Integer
will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
2012-02-21 12:26:29 +00:00
Tor Lillqvist
136f53f58e More clever way to filter out component files for libs not built
I.e. BASIC stuff for iOS and database connectivity stuff when using
--disable-database-connectivity. All of this quite experimental so
far, using the latter will break your build.
2012-02-21 14:19:50 +02:00
Tor Lillqvist
f9a5c4cbc2 More --disable-database-connectivity work, still experimental 2012-02-21 14:19:49 +02:00
Tor Lillqvist
efa6a5f044 Filter out stuff not built for iOS 2012-02-21 14:19:47 +02:00
Tor Lillqvist
747257231e Rethink cppunittest "plugins" for iOS, more to come 2012-02-21 14:19:46 +02:00
David Tardon
fcba36f109 move binfilter mime types into extra .desktop file 2012-02-21 12:40:36 +01:00
Miklos Vajna
0e5455ebff testcase for n#695479 2012-02-21 12:21:13 +01:00
Riccardo Magliocchetti
dac4874eb0 desktop: Don't call setIniFilename() for LIBO_HEADLESS
mmeeks suggests we don't want setIniFilename(), who am i to disagree? :)
2012-02-21 13:09:21 +02:00
Riccardo Magliocchetti
e125c8fa82 Put HEADLESS definition under LIBO namespace
tml reminds us that use a generic and potentially clash-prone word
like HEADLESS as preprocessor defintion is pretty lame.
He suggests to put it under the already used LIBO namespace.
To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
2012-02-21 12:46:28 +02:00
Tor Lillqvist
0a7058b48a xcr has been merged 2012-02-21 11:03:02 +02:00
Fridrich Štrba
b5f727d395 Fix build of generic unix vcl plugin with older fontconfig 2012-02-21 09:51:18 +01:00
Stephan Bergmann
9945de1a08 Revert "WaE: add missing sal and cppunit dependencies causing tinderbox failure"
This reverts commit 8c67428341, which had been
obsoleted by e69b8a7580 "disabled officecfg
unittest due to dependencies problems."
2012-02-21 09:42:03 +01:00
Stephan Bergmann
437fe5a444 Work around g++ -std=c++0x rejecting "typeof" keyword 2012-02-21 09:31:34 +01:00
Stephan Bergmann
bc19ce46dd Typo nsResult -> nsresult 2012-02-21 09:30:29 +01:00
David Tardon
967c82e9ce add missing semicolon 2012-02-21 06:21:15 +01:00
Markus Mohrhard
e4f14d089d don't add empty categories, fdo#46332 2012-02-21 03:09:07 +01:00
Markus Mohrhard
fc8a69bd33 fix typo 2012-02-21 03:09:07 +01:00
Markus Mohrhard
b57137d1ca use const_iterator for begin and end 2012-02-21 03:09:07 +01:00
Bjoern Michaelsen
41ad8739cb make debugrun run debugrun and not subsequentcheck 2012-02-21 01:06:40 +01:00
Jani Monoses
e13dc26e39 ARM bridge: fixes for passing double arguments on the stack 2012-02-21 01:15:02 +02:00
Josh Heidenreich
1248e2af6a Fixed a possible NULL-dereference found by cppcheck in svx 2012-02-21 09:31:24 +10:30
Thomas Arnhold
30869cdcf7 vcl: TwoRect -> SalTwoRect 2012-02-20 23:50:01 +01:00
Riccardo Magliocchetti
f8a120b0e4 headless: cleanup HEADLESS definition
Define HEADLESS globally as it is meant to be.
2012-02-20 22:42:14 +01:00
Riccardo Magliocchetti
3c177b96b8 desktop: remove duplicated gb_Library_set_include call 2012-02-20 22:42:14 +01:00
Andras Timar
0699556c30 updated LibreOffice contributors' credits (2012-02-02) 2012-02-20 22:36:29 +01:00
Katarina Machalkova
fd33b0d28e fdo#31551: Show actual line width in the legend
however, limit the line width from above by legend entry height
(which +- matches the font height)
2012-02-20 22:24:20 +01:00
Thomas Arnhold
ced95abf53 vcl: simplify logic
Thanks to Cor Nouws
2012-02-20 22:19:37 +01:00
Thomas Arnhold
e656e2cb0b remove now unused swunodef.hxx 2012-02-20 22:19:37 +01:00
Thomas Arnhold
9a6332f4e4 expand and remove macro STAR_REFERENCE 2012-02-20 22:19:36 +01:00
Thomas Arnhold
0235bb8ea2 expand and remove macro CLIP_NMSPC 2012-02-20 22:19:36 +01:00
Thomas Arnhold
2bc792f2bb expand and remove macro UNO_NMSPC 2012-02-20 22:19:35 +01:00
Thomas Arnhold
97f788ca2b expand and remove macro STAR_NMSPC 2012-02-20 22:19:35 +01:00
Thomas Arnhold
f67efce371 svx: simplify this 2012-02-20 22:19:35 +01:00
Thomas Arnhold
e7e4871b28 unusedcode.easy: some cleaning 2012-02-20 22:19:34 +01:00