305433 Commits

Author SHA1 Message Date
Caolán McNamara
a96e7428b7 Resolves: fdo#47347 overwrite incorrect font table entry with the correct one
Change-Id: I563cf50b6eb029276115b9b02951d36b1ec0d39c
2012-05-05 15:57:31 +01:00
Caolán McNamara
349d64b821 Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindex
Change-Id: I3addf0d27058ed9ef01d4893ad932c13623c283c
2012-05-05 15:57:31 +01:00
Matúš Kukan
2794c1945a remove classic theme from configure
If you'd use it, you'd get icons from fallback themes.
That I consider misleading.

Change-Id: I I Id1d71ef3f2e90f783d03ef8287f53f05ce4aa9a9
2012-05-05 16:23:14 +02:00
Matúš Kukan
a90d7788a4 fix typo
Change-Id: Ie8987092a63e9a3b5d3b94f7ae54fbef98fdfc2c
2012-05-05 16:23:10 +02:00
Matúš Kukan
cd40f99c8e update icon-themes readme
Change-Id: I I54bf0861f3c16d925fa91e8a172d60a5c1ee6a9d
2012-05-05 16:17:13 +02:00
Ivan Timofeev
c1ac12f527 gtk: fix drawing of disabled menu-item checkmarks and submenu arrows
Change-Id: Ic9929de974b1dd806dee294e574ad9f561468eb4
2012-05-05 14:36:32 +04:00
Tomas Chvatal
0815a87c0c Do not check for beanshell if not needed
Do not install the benashell/javascript stuff if they are not actually
bult.
Build rhino only when required by javascript extension.

Change-Id: Icc378524008389af35631c64a1a0288eb4f271be
2012-05-05 12:15:38 +02:00
Caolán McNamara
e10adabc55 fix typo
Change-Id: I1cbed51277d67fd69121090ffc6d8e4a44e0eeae
2012-05-05 10:53:27 +01:00
Caolán McNamara
e4bfd2ff06 <fanboy>I love you Neil</fanboy>
https://twitter.com/#!/neilhimself/status/197828433005395969

Don't autocorrect sidewalk to pavement or zip code to postal code for UK
English.

Change-Id: I4b1f895ffc0dd9c05487fcb79ebe4f3e06a46b99
2012-05-05 10:39:35 +01:00
Tomas Chvatal
f7620350ed Add * marking default enabled for crystal theme.
Also add galaxy to known list as it is pseudo alias for default.

Change-Id: I5c1175a950319e73da29e77daca9243f165243f1
2012-05-05 11:32:27 +02:00
Caolán McNamara
567c1db25b Resolves: fdo#49342 crash merging cells, revert conversion to std::map
3af0c948254751eade9bff772b849720747c5494
868bd3b778b6c7b970c67d1dacc469967f69e551
b2e84f9a40fda7821d4e658f9102bcbc783a1ba3
7264d2767095150944ff1e6999c71be1dbdc6f83
858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f

The problem is that a paragraph gets added to the document after the TableBox
selection is created, which changes the node ids of the following paragraphs in
the TableBox but the map has used cached SttNd value as its key, so it can't
recognize nodes using the new index.

This worked in the old implementation because that was effectively a
sorted-vector, so probably the best conversion to stl is a sorted vector

Change-Id: I1143d843b872eee15b016f82b68ecc020969f1b5
2012-05-05 10:27:47 +01:00
Caolán McNamara
4da6915505 to complex -> too complex
Change-Id: I444aeb004a5e62199b67b0dbc7d9965265525379
2012-05-05 10:27:46 +01:00
Matúš Kukan
4eadfa3acd propmerge is not executable, only a script
Change-Id: I35c88dc5ffe1b4082d0ef9611dd2c698c0d4217e
2012-05-05 10:33:41 +02:00
Matúš Kukan
d28ffc8856 add propex.bat back; it is used on Windows
Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
2012-05-05 10:28:46 +02:00
Muthu Subramanian
11713989b1 fdo#48778: PPTX import crashes.
This probably occurs when the document has wrong idx (?)
2012-05-05 12:48:57 +05:30
David Tardon
32f4c79f7a add dependency on fpicker
Change-Id: I45348c7f5c811524c6c2e98f718b36a72b980687
2012-05-05 08:39:16 +02:00
David Tardon
c2cc50ff3c use the packaged header
Change-Id: I3a447ab2b7798922e1805d8ed379359fd9a8f216
2012-05-05 08:39:16 +02:00
Eike Rathke
7c5064d3bd resolved fdo#46160 query model only once whether it is a preview
Query a frame's model only once whether it is a preview model, instead of
doing it for each toolbar and menubar and statusbar and progressbar. Each call
via SfxBaseModel::getArgs() results in SfxObjectShell::GetVisArea() that at
least in Calc determines how far visible attributes extend, with several
toolbars requested on each cell edit.

getArgs() calls GetVisArea() still too many times when loading a document even
if the caller doesn't evaluate the WinExtent property, this is an opportunity
for further optimization.
2012-05-04 23:14:51 +02:00
Thorsten Behrens
f7d3567c1b Fix fdo#49508 incorrect square gradients in slideshow.
Make sure client code sees isotrophic aspect ratio for the
square gradient case. This somehow never worked.
2012-05-04 21:58:52 +02:00
Christian Lohmaier
b134e75c5e lib was renamed, but dylib_file hint for older XCode was missed. 2012-05-04 21:06:47 +02:00
David Ostrovsky
6f1a962490 disable GCC diagnostic #pragma on older GCC versions
Change-Id: Ib0c1ec649b4e391359ef41cebad501b297579557
2012-05-04 20:46:58 +02:00
Luboš Luňák
20a8768b1c .docx wrap values mean different things than in LO, map them (bnc#750838)
Change-Id: Ic355ae9993702c37c958ea16d8d97e6ef4892dcd
2012-05-04 20:19:38 +02:00
Luboš Luňák
3badf6154b remove unused variable
Change-Id: If19f0a37a729ce0dd067eadd82cd42637ca0862f
2012-05-04 20:19:37 +02:00
David Ostrovsky
ced53aa235 fixed subtle flex issue with C++ treatment on Windows
Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
2012-05-04 19:27:20 +02:00
David Tardon
f9bea4448f generate non-interactive scanner
This should avoid problem with missing decl. of isatty.

Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
2012-05-04 18:34:39 +02:00
David Tardon
b4adf8a534 the binaries were build with enabled exceptions before
Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36
2012-05-04 18:08:06 +02:00
David Tardon
63417ac5d3 fdo#49136 use localized .xcu files 2012-05-04 16:45:35 +02:00
David Tardon
9694abe2b6 do not handle description-* as special case 2012-05-04 16:45:35 +02:00
David Tardon
280aa3cbd8 fdo#49136 install description-*.txt 2012-05-04 16:45:35 +02:00
David Tardon
ac07af477f fix executable path for cross-compilation 2012-05-04 16:45:34 +02:00
David Tardon
2c2d2a6e3f fix executable path for cross-compilation 2012-05-04 16:45:34 +02:00
David Tardon
2dcac58e36 fix for cross-compilation 2012-05-04 16:45:33 +02:00
Cédric Bosdonnat
8f64269be1 Library_fps.mk: fixed the fpicker win32 build, missing include dir
Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784
2012-05-04 15:54:22 +02:00
Thomas Arnhold
135c63c8f9 fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
Tor Lillqvist
c48fe71622 One more fix for Mac OS X fpicker build
Change-Id: Ib3ce16f191727d80b9d925447770faf99e5bf533
2012-05-04 16:40:33 +03:00
Cédric Bosdonnat
48d0e203ed fpicker: fixed build problems for macos and windows
Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf
2012-05-04 15:31:27 +02:00
Radek Doulik
57e21cb5e7 removed unwanted/bad cast, fixes n#759178
Change-Id: I37d19086435a39c7090008158397e6e7fddee5ba
2012-05-04 15:29:31 +02:00
Markus Mohrhard
7ead068be9 more robust nss initialization, related fdo#45171
fall back to without profile if path is invalid or profile does not
exist

Change-Id: Ic9a73fbaaa288f8bc99dab2b1d679c2cbe6baa89
2012-05-04 15:13:53 +02:00
Tomáš Chvátal
ffc198fb64 Provide again wrongly removed gallaxy theme.
Also sort all the others alphabetically.
By the default the provided themes are same as on 3.5, otherwise
user can specify each of the available ones.

This avoids use of --with-theme=default which then produces warning
"no such file or directory default" by using the proper theme name
(ie. galaxy) which does not produce this.

There is no visible difference on:
--with-themes=galaxy or --with-themes=default

Change-Id: I I1a6409f55fdfdff6a19781b25627dcb7682b0fb7
2012-05-04 14:56:42 +02:00
Stephan Bergmann
5794a94030 Improved variable name
Change-Id: Id3a505afa3d8a6e99beeccafe30713cf40fc0c76
2012-05-04 14:55:26 +02:00
Matúš Kukan
9fe6e4da50 build Jar_FCFGMerge only in with-java case
Change-Id: I45ba6a2080f489d4b1cf44ca95de81b8e33adac9
2012-05-04 13:58:55 +02:00
Noel Power
da81525ec2 (reworked )reorg. code a little so ole controls are catered for wrt fdo#49430
Change-Id: Ic1d5e31085484e564de61b45b524aec5b5014ee0
2012-05-04 12:54:29 +01:00
Noel Power
b2af4b20a0 Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"
This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5.
2012-05-04 12:51:27 +01:00
Noel Power
4d7047860f remove public: declaration ( remnant of abandoned part of patch )
Change-Id: Iaa27404ca2e604c207568385b7bb2f4ab67ed359
2012-05-04 12:36:00 +01:00
Noel Power
76bab166e2 reorganise code a little so ole controls are catered for wrt fdo#49430
Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a
2012-05-04 12:36:00 +01:00
Matúš Kukan
e3ef482153 there is no localize script and propmerge.bat is not used
Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e
2012-05-04 13:20:37 +02:00
Matúš Kukan
2b391a9111 use formatted path here for cygwin
Change-Id: I1d3ade7813f85c3d87ba2e5017e9635d663ef76a
2012-05-04 12:40:34 +02:00
Sebastian Spaeth
cce89fa528 sw/.../crsrsh.cxx: Translate some German comments
I tried hard, in some cases the German did not make any more
sense than the translations though. I also tried to carefully
improve wording with respect to doxygen comments, without
really having to understand the code...

Change-Id: I I5f3abad10d1591ddc3c9a0cc77a18b80af0de5ce
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-05-04 12:19:27 +02:00
Cédric Bosdonnat
e00e06ce43 fpicker: make the place edition dialog working
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
2012-05-04 12:19:26 +02:00
Miklos Vajna
09ff698215 oox: fix up doxygen syntax in oox/vml/vmldrawing.hxx
Change-Id: Id726f7aa318dbf351cafd62d880b887d1a821431
2012-05-04 10:52:40 +02:00