Commit graph

298038 commits

Author SHA1 Message Date
Lionel Elie Mamane
fb46e93e1a tg_ext: fix unpack for zip files 2011-12-09 00:22:55 +01:00
Lionel Elie Mamane
694627b786 mysqlcppconn: force recompilation when switching between different bindings 2011-12-08 23:56:40 +01:00
Lionel Elie Mamane
4097499989 Allow Xinerama to sit in another directory than other X libraries 2011-12-08 23:22:15 +01:00
Tor Lillqvist
03a8c54cfc Fix build with internal zlib 2011-12-08 23:52:26 +02:00
Tor Lillqvist
8b8dfa2536 Unused obsolete stuff 2011-12-08 23:40:44 +02:00
Tor Lillqvist
8f82764271 We don't need any btm files 2011-12-08 23:40:43 +02:00
Tor Lillqvist
0f8bcb0652 We don't use this 2011-12-08 23:40:43 +02:00
Tor Lillqvist
d8280dd065 We don't use any gbuild.lst files 2011-12-08 23:40:42 +02:00
Tor Lillqvist
99ee003d61 Unused and obsolete 2011-12-08 23:40:41 +02:00
Tor Lillqvist
297b58140a EIS is dead 2011-12-08 23:40:40 +02:00
Tor Lillqvist
36e28fa846 We have abandoned pch 2011-12-08 23:40:39 +02:00
Tor Lillqvist
9c787c2217 Weird old crack, presumably not used 2011-12-08 23:40:39 +02:00
Tor Lillqvist
344e17efbf No idea what this is, seems obsolete 2011-12-08 23:40:38 +02:00
Tor Lillqvist
bbc6099213 Bump version to 3.6 (3.6.0, 360, 360m1) 2011-12-08 23:40:37 +02:00
Cédric Bosdonnat
52422457d4 Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...) 2011-12-08 21:43:56 +01:00
Michael Meeks
f1db9ee6c3 Fix misc. bugs in presenter view switch screen feature: make it work. 2011-12-08 19:45:40 +00:00
Michael Meeks
d122fd76eb de-inline display fetch/set functions to assist in debugging 2011-12-08 19:45:40 +00:00
Lionel Elie Mamane
85863c130a fix build with --enable-ext-mysql-connector --without-system-mysql 2011-12-08 20:43:36 +01:00
Ivan Timofeev
dc61ebdc93 fdo#42147: fix crash
it is not valid to use (type & ND_TEXTNODE) before casting to SwTxtNode,
type of SwCntntNode has the ND_TEXTNODE bit as well, but SwCntntNode is not
derived from SwTxtNode.
2011-12-08 23:05:30 +04:00
Norbert Thiebaud
0c60677c96 WaE Mac gcc is confused with >>= operator overload (it is not alone)
>>= operator overload turn the right-value of the operator into a
left value... which confuse the heck out of the compiler's detection
of use of unitialized variables (and also C-reader like me for
whom >>= means something else altogether...
(why on earth are we right-bitshifting... with an unitialized variable...
oh! fracking operator overload!!!)
2011-12-08 13:04:08 -06:00
Norbert Thiebaud
a41bf63060 ./download need to be run with $SRCDIR as working dir 2011-12-08 13:04:07 -06:00
Norbert Thiebaud
f2825ed71a clean-up header and set the modfiel appropriately 2011-12-08 13:04:06 -06:00
August Sodora
cfcbcc8939 Removed basic/svtmsg.hrc 2011-12-08 13:59:58 -05:00
August Sodora
9b8e3d285b Removed basic/dispdefs.hxx 2011-12-08 13:57:47 -05:00
August Sodora
da35c131fe Removed basic/process.hxx 2011-12-08 13:56:03 -05:00
August Sodora
0c1a331599 Remove unused code 2011-12-08 13:54:13 -05:00
August Sodora
954c3b2d9a Remove unused code 2011-12-08 13:54:13 -05:00
August Sodora
7cf6d38eb6 Remove unused code 2011-12-08 13:54:12 -05:00
Jan Holesovsky
ddbe08e1dd Fix build on Linux. 2011-12-08 17:11:01 +01:00
Bjoern Michaelsen
c240dbc820 Fix 18npool build on Windows. 2011-12-08 16:49:48 +01:00
Luboš Luňák
5214f7843c enable -gdwarf-4 by default if possible
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08 16:38:23 +01:00
Luboš Luňák
9a8d7e2a3f add docx starmath testing documents
It's simply a bunch of documents with various math features in them.
It'd be nice to have an automated test built on top of them that
checks the formula is the same (roughly, in the meaning, it can't be
precise because import adds e.g. extra {}'s) after an export+import
roundtrip.
2011-12-08 16:36:19 +01:00
Fridrich Štrba
8a51676799 no config.h inside LO build 2011-12-08 16:06:36 +01:00
Stephan Bergmann
e7d2e8ffe2 Missing dependency. 2011-12-08 15:34:11 +01:00
Tor Lillqvist
9a18da1e45 There is no LibreOffice with bundled JRE and won't be 2011-12-08 16:20:43 +02:00
Tor Lillqvist
dfc4e8223c Fix Windows build 2011-12-08 16:20:40 +02:00
Stephan Bergmann
ac579e29ad Added Makefile for SDK Python example. 2011-12-08 15:12:44 +01:00
Laurent Godard
07249785a7 SDK examples : add Python section and ToolPanel python example
correct minor css rendering too
2011-12-08 15:12:44 +01:00
Fridrich Štrba
1ed632b4cd Don't forget to download the libcdr 2011-12-08 14:30:57 +01:00
Fridrich Štrba
dd8b86ea55 CDR importer: fixing some build and esthetic issues 2011-12-08 14:28:04 +01:00
Fridrich Štrba
d701a0e9cc Stub Corel Draw importer 2011-12-08 14:28:04 +01:00
Caolán McNamara
3e6ae8428a Resolves: fdo#43337 optimize weak-char overriding
When writer would choose the same bias automatically that word
implies or this doc hard-codes, then elide the font-forcing.
2011-12-08 12:41:12 +00:00
Andras Timar
9cb0e7af9d add Aragonese spelling dictionary 2011-12-08 13:35:19 +01:00
Eike Rathke
ab7926e54c changed MinimalDaysInFirstWeek to 4 for correct week-of-year calculation 2011-12-08 12:56:56 +01:00
Cédric Bosdonnat
2e2c804b20 fdo#43521: Don't shown the name of a reference field if it's empty 2011-12-08 12:35:31 +01:00
Thorsten Behrens
456ec763d7 Rework yacc rule for gcc platforms.
Generalized the OSX ppc workaround for ancient bison versions,
factored out for all gcc platforms. Put bison version detection
into configure accordingly, to switch on that, and not on platform.
2011-12-08 12:22:57 +01:00
Muthu Subramanian
704ee5bc85 n#719989: Rotation needs to be done post flipping. 2011-12-08 16:47:56 +05:30
Michael Meeks
2f964613ab re-enable the java fax wizard by using the correct ?start url 2011-12-08 10:40:13 +00:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Stefan Knorr (astron)
ad2eb6c4ba Less succes, more success 2011-12-08 09:06:09 +01:00