Commit graph

292142 commits

Author SHA1 Message Date
Thomas Arnhold
59def01e05 fix tab 2011-08-10 21:36:18 +02:00
Norbert Thiebaud
0ca248b0d5 remove the concept of modules_type, source_config and related things
all these bells and whistles seems to be hamburg specific.
modules_type in you build seems to always be 'mod', so no need
to track it.

the whole source_config things is not use in our build either.

note: this is a rough cut... there is probably left-over to trim as
a consequence of this.
2011-08-10 14:19:46 -05:00
Harri Pitkänen
4a111eaece Enable export of basic CSS styles in HTML 3.2 mode
Although "style" does not seem to be valid attribute in HTML 3.2
it is harmless to export it. This simplifies the code and makes
the exported HTML more useful in modern browsers.
2011-08-10 20:05:53 +02:00
Harri Pitkänen
0153fc3c88 Enable paragraph border settings in HTML editor for all HTML variants
Previously border settings were not available in paragraph format dialog
when HTML export format was "HTML 3.2". This was confusing since documents
with borders could still be imported and you could even access the border
dialog with suitably configured shortcut key.
2011-08-10 20:05:53 +02:00
Matúš Kukan
b664042088 solve problems with processing of resources 2011-08-10 19:08:11 +02:00
Kohei Yoshida
958b3dbc74 sal_Bool to bool switching while I'm at it. 2011-08-10 11:48:05 -04:00
Kohei Yoshida
a649d4aaae Probably better to rename ppClipTab to rClipTabs, for consistency. 2011-08-10 11:29:34 -04:00
Matúš Kukan
5580d3e43f add dependency 2011-08-10 17:20:57 +02:00
Kohei Yoshida
47ce01c9e5 Fixed an infinite loop when the paste destination has only one sheet. 2011-08-10 11:20:10 -04:00
Gabor Jenei
de1b819b7e fdo#39167: Change the UI for PDF hybrid files export 2011-08-10 16:21:52 +02:00
Matúš Kukan
ed4393f649 process also resource files 2011-08-10 15:57:25 +02:00
Eike Rathke
f521db9f7a Extraneous text after `ifneq' directive, removed trailing ,-g) 2011-08-10 15:27:21 +02:00
Caolán McNamara
20edd9cfbd revert lunatic commit, restore paste 2011-08-10 14:14:05 +01:00
Caolán McNamara
f3374fbb08 convert this debugging thing over too 2011-08-10 14:14:05 +01:00
Eike Rathke
0ad32ea62a remove superfluous makefile.mk 2011-08-10 14:35:41 +02:00
Maciej Rumianowski
45fdd31fb9 Use STL find() in SvxNumberFormatShell
With SvULongs replaced by std::vector std::find can be used in IsRemoved_Impl IsAdded_Impl
2011-08-10 14:35:40 +02:00
Cédric Bosdonnat
df8b288372 gbuild: added -g option to javac when building with debug symbols 2011-08-10 14:07:15 +02:00
Caolán McNamara
18602dd206 ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar 2011-08-10 12:21:27 +01:00
Cédric Bosdonnat
2b648adc2c Translated a few german comments in paintfrm.cxx 2011-08-10 12:53:37 +02:00
Caolán McNamara
cd690d2e72 Resolves: fdo#39159 don't restore original view settings on temp documents 2011-08-10 11:49:50 +01:00
Caolán McNamara
e16221d3e0 ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar 2011-08-10 11:49:49 +01:00
Caolán McNamara
c8484a5ddf callcatcher: remove unused code 2011-08-10 11:49:49 +01:00
Caolán McNamara
4e113aec15 update list 2011-08-10 11:49:49 +01:00
Caolán McNamara
a37338e742 callcatcher: remove some unused methods 2011-08-10 11:49:49 +01:00
Jan Holesovsky
d865fed229 Do not use ccache when --enable-icecream is given. 2011-08-10 11:23:31 +02:00
Matúš Kukan
dfcabc5560 add include path for .hrc files 2011-08-10 10:58:18 +02:00
Troy Rollo
2346420400 fdo#33960 - import/export xrefs to numbered paras 2011-08-10 10:18:04 +02:00
Troy Rollo
7e631b6160 fdo#33960, Implement new rule for xref to numbered paragraphs 2011-08-10 10:18:03 +02:00
Kohei Yoshida
6615f2f654 Partially reverted 96336b01a8.
Be careful here.  It's not right to mark the whole expression #REF!
when only one of the references is invalid.  fdo#37391 is about
invalidating a single reference, not a whole formula expression.
2011-08-10 00:53:05 -04:00
Kohei Yoshida
6c0734bf12 Lots more cleanups. 2011-08-09 23:13:53 -04:00
Kohei Yoshida
21bc383fc6 Pass by const reference. 2011-08-09 22:57:18 -04:00
Norbert Thiebaud
3e7737968e we don't have mercurial repositories 2011-08-09 19:34:27 -05:00
Eike Rathke
f0935404ed bool => false 2011-08-10 02:26:26 +02:00
Matúš Kukan
38dcd6a3b3 convert uui to gbuild 2011-08-10 01:51:05 +02:00
Eike Rathke
ea4470cbac Number formatter sal_Bool -> bool clean-up and cosmetics 2011-08-10 01:32:41 +02:00
Matúš Kukan
5eb0b845a1 do not try to deliver .component file when it's not there 2011-08-10 00:53:11 +02:00
Markus Mohrhard
df59a409a7 change from sal_Bool to bool in ScRangeName/ScRangeData 2011-08-10 00:06:43 +02:00
Markus Mohrhard
96336b01a8 fix for fdo#37391: don't write invalid references to files 2011-08-10 00:06:43 +02:00
Matúš Kukan
8b0e9caca9 convert xmlsecurity to gbuild 2011-08-09 23:28:06 +02:00
Caolán McNamara
10c0e027b8 Resolves: fdo#32177 add a modification listener on new XDocumentProperties 2011-08-09 22:01:18 +01:00
Norbert Thiebaud
9b981cafaa Adjust the parallelism of tail_build to be max(max-process, num-cpus)
tail_build run mostly by itself and wrap a dozen of module,
using just MAXPROCESS for the parallelism force to limit NB_CPUS
in order to avoid a NB_CPUS x MAXPROCESS scenario.
This mitigate this problem, until we don;t need MAXPROCESS anymore
and NB_CPUS becomes the only driving force.
2011-08-09 15:52:50 -05:00
Kohei Yoshida
a81389fb84 Correctly import from Excel charts with multiple ranges.
This was "fixed" in i#107275, but the fix only worked in locales
where the range/argument separator was ';' (e.g. German locale).
This is the correct fix that works in all locales regardless of
the separator.
2011-08-09 15:52:34 -04:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
c6043980bb annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalid 2011-08-09 16:46:42 +01:00
Lionel Elie Mamane
46fb06b64d Trust "make fetch" to dowload mysqlc; do not require it at configure time 2011-08-09 16:36:46 +01:00
Christophe Strobbe
2eb2e571ab fix fdo#39561
make html & xhtml consistent in treatment of svg:title -> image:alt tag
2011-08-09 16:23:25 +01:00
Nigel Hawkins
2642cdbcab Replace SvUShorts with vector in xmloff/xmlnumfe.cxx
LGPLv3+/MPL1.1
2011-08-09 15:51:32 +01:00
Caolán McNamara
708f8c2373 Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 property 2011-08-09 15:48:12 +01:00
Nigel Hawkins
b3a2205527 Replace SvUShorts with vector in svl/zforlist.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:29:47 +01:00
Nigel Hawkins
bb8ea3fc5f Replace SvUShorts with vector in aeitem.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:23:32 +01:00