Commit graph

298641 commits

Author SHA1 Message Date
David Tardon
bc3683aecd use the same dir structure for images as sc and sw 2011-12-22 13:24:48 +01:00
David Tardon
b80d9acb3e use officecfg/Office/Common.hxx directly 2011-12-22 13:24:47 +01:00
Jan Holesovsky
ee1eb92655 Improve usability of the Page Break control.
- use the same fade in/out values that we use for headers/footers
- clicking on the line opens the menu too
- clicking outside the menu hides the button
- leaving the line or the button hides the button immediately
2011-12-22 12:05:09 +01:00
Caolán McNamara
27aa4dccf2 bump hyphen to 2.8.3 2011-12-22 10:47:26 +00:00
Caolán McNamara
5c1dc778d6 remove some unused code 2011-12-22 10:46:58 +00:00
Caolán McNamara
700d04cf24 default to dbglevel=2 for callcatcher 2011-12-22 09:30:58 +00:00
Caolán McNamara
de2491a4c3 new route left to set pHandler 2011-12-22 09:07:48 +00:00
Caolán McNamara
9d97f5e8ab callcatcher: newly unused code 2011-12-22 09:07:48 +00:00
Caolán McNamara
a5c153bf83 fix msvc build error 2011-12-22 09:07:47 +00:00
Caolán McNamara
be4db0569c catch by const ref 2011-12-22 09:07:47 +00:00
Caolán McNamara
7a6efedd9e split hyphen patch to isolate android support 2011-12-22 09:07:47 +00:00
Caolán McNamara
80a11f0d43 ByteString->rtl::OString 2011-12-22 09:07:47 +00:00
Caolán McNamara
1c1961786a inheriting from ByteString is kind of weird 2011-12-22 09:07:47 +00:00
August Sodora
66714f1888 Remove HelpAgentWindow 2011-12-21 22:34:54 -05:00
Peter Foley
881ea5470a fix build with msvc 2011-12-21 20:56:34 -05:00
Miklos Vajna
0d9d6535a9 dmapper: clog -> SAL_WARN in GraphicImport 2011-12-22 02:33:18 +01:00
Miklos Vajna
3c86591749 fdo#40937 fix RTF import of images with invalid crop data
Add a try-catch, so in case setting crop data fails, the size data will
be still set.
2011-12-22 02:19:00 +01:00
Miklos Vajna
acfdec468d writerfilter: fix dbglevel=2 build
This basically reverts e8f980d10c and
b0e993d42e, while keeping callcatcher
happy.
2011-12-22 01:47:34 +01:00
Bjoern Michaelsen
a308f9172f Revert "Fix gmake detection for MacOSX"
This reverts commit cf33de27eb.

This breaks make bug 20033 detection on Linux. If this can not be reliably
detected on OSX, just disable parallelism for GNU make 3.81 on OSX in general,
but leave the detection intact for Linux.
2011-12-22 01:08:47 +01:00
Cédric Bosdonnat
5e772cda40 Header/Footer,Page Break: fix bad test for printing mode (fdo#43962) 2011-12-21 22:10:43 +01:00
Stephan Bergmann
c9bc4a0406 rtl::OString::copy with count too large raises assert. 2011-12-21 21:22:31 +01:00
Eike Rathke
c1db721af6 ScChangeActionTable conversion: another correction 2011-12-21 20:45:40 +01:00
Michael Stahl
3d96cb2527 ScChangeActionTable conversion: small corrections 2011-12-21 20:14:52 +01:00
Marcel Metz
713d69d960 fdo#38832 Replace ScChangeActionTable with std::map 2011-12-21 20:14:52 +01:00
Marcel Metz
13f8d799b9 Replace SwTxtPortionTable with std::map. 2011-12-21 20:14:52 +01:00
Jan Holesovsky
40fe511d0e Don't show the non-printing characters by default. 2011-12-21 19:40:58 +01:00
Korrawit Pruegsanusak
202eb9a834 Revert this to build on msvc 2008 2011-12-21 18:19:21 +01:00
Eike Rathke
6c37252eb9 resolved fdo#37978 - Date formatting in Spreadsheet is inconsistent
* SvNumberFormatter::IsNumberFormat() ISO 8601 date input results in
  yyyy-mm-dd format if no other date format was set.
* SvNumberFormatter::GetInputLineString() preserves ISO 8601 date format for
  editing if such was set.
2011-12-21 18:06:23 +01:00
Caolán McNamara
98d75b3506 ditch min/max as macros under msvc 2011-12-21 16:39:32 +00:00
Rene Engelhard
b31375be84 don't remove configure and aclocal.m4 in distclean anymore 2011-12-21 17:21:55 +01:00
Caolán McNamara
b9d786f535 WaE: hInstance arg unused under mingw32 2011-12-21 15:55:43 +00:00
Caolán McNamara
458a7c2c7d WaE: add a space to tell SLED-11 gcc that we know what we're doing 2011-12-21 15:53:23 +00:00
Caolán McNamara
3af1efde38 build-fix for windows msvc 2011-12-21 15:50:12 +00:00
Caolán McNamara
b40f2b9b08 get osl_File qa test to build under windows 2011-12-21 15:50:12 +00:00
Michael Stahl
89d2733e16 sw: fdo#39159 fdo#40482: temp selection print doc:
Ensure that the printing temp selection document is not destroyed
prematurely by SwXTextView::NotifySelChanged, called via
ViewOptionAdjustStop, by retaining the temp doc object shell not
at the View but in SwRenderData.

Not restoring the view options for selections does not actually work,
because having a selection surprisingly does not imply printing a
temp document: the preview also uses a selection.
(view option regression from cd690d2e72)
2011-12-21 16:44:50 +01:00
Petr Mladek
c84ac758aa do not use ABOUTBOXPRODUCTVERSIONSUFFIX in download name
I did not read the code carfully enough when added this line few days ago.
2011-12-21 16:44:26 +01:00
Caolán McNamara
c010c77dc3 explicitly write an 8 bit empty string 2011-12-21 15:26:59 +00:00
Caolán McNamara
2a76860a49 update delivering the correct version 2011-12-21 15:20:03 +00:00
Robert Nagy
b8b22391ae only use posix_fallocate() if it's actually available 2011-12-21 16:17:45 +01:00
Caolán McNamara
56c0d3b569 disable min as macro under msvc 2011-12-21 15:16:26 +00:00
Caolán McNamara
da3e169a39 bump mythes to 1.2.2 2011-12-21 14:37:07 +00:00
Caolán McNamara
f5eb8a2fc2 I hate you poxy msvc 2011-12-21 14:32:40 +00:00
Matúš Kukan
683e471f35 gbuild, sal: dl is linux only 2011-12-21 15:27:26 +01:00
Robert Nagy
1c184292ad sync the gb_LinkTarget__command_dynamiclink function from unxgcc.mk 2011-12-21 15:27:05 +01:00
Robert Nagy
891d78eb46 use the internal gethostbyname_r() implementation on OpenBSD too 2011-12-21 15:27:05 +01:00
Caolán McNamara
c1d49234e5 tweak for pre language-defect #77 2011-12-21 13:44:52 +00:00
Caolán McNamara
5c24789ca3 disentangle Read/WriteByteString OUString variants
The ones which use a definite 8-bit encoding read/write pascal-style
strings with a 16bit length prefix.

The ones which use a definite 16-bit encoding read/write pascal-style
UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all

The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending
on the charset. Rename to ReadUniOrByteString like the other
similar horrors to flag this misery
2011-12-21 13:44:52 +00:00
Caolán McNamara
c4f0efc237 convert ReadByteString/WriteByteString from ByteString to OString
Nobody ever used the return values anyway, so for reading just
return the string and for writing the number of bytes written

Doesn't need to be members, make standalone functions

Rename  to
read_lenPrefixed_uInt8s_ToO[U]String and
write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
but much less unambiguous, seeing as a lot of users of it don't
seem to be aware that they read/write pascal-style length
prefixed strings, which isn't surprising given the
apparent simplicity of their original name.

added a unit test
2011-12-21 13:44:52 +00:00
August Sodora
073431d26d More removal from TTProperties 2011-12-21 08:37:43 -05:00
László Németh
4a3ca24020 Fix #43931 (bad hyphenation of French words with hyphen and apostrophe) 2011-12-21 14:05:15 +01:00