320601 Commits

Author SHA1 Message Date
Michael Meeks
bcaa4cd4f3 sdremote: debugging to get a better handle on failed image allocations. 2013-02-19 16:27:22 +00:00
Tor Lillqvist
49db90342f Surely we want closesocket() on Windows
Change-Id: I13d5715248612c9b1b50314d72f5eca202debd04
2013-02-19 18:25:22 +02:00
Caolán McNamara
eea3634b2b Resolves: fdo#52519 crash on typing some Malayalam
Change-Id: Ie31da5896d98908fd540146d1105ecc4257fa071
2013-02-19 16:23:52 +00:00
Caolán McNamara
0db079cd5a coverity#982801 Out-of-bounds access
surely given we stream this in on Load, we should stream
it out on Store, rather than dump it out

Change-Id: Ibf499dad8ebe6eb7a60cdbaf667d35eed8331685
2013-02-19 16:23:51 +00:00
Caolán McNamara
5bdd1e9ee8 related coverity#984042 move potentially uninitialized scalar variables
Change-Id: I7cc181ca1cad1e8bce9cb44a7c2e2c7f534921e5
2013-02-19 16:23:50 +00:00
Luboš Luňák
55dda63b29 fix documentation to match reality
Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7
2013-02-19 17:22:07 +01:00
Radu Ioan
ef1d096ddc fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
- replaced osl_trace with sal_info
 - added new log areas to log-area.dox

Change-Id: Ib47c4b4c9604bca1f8a635dd01bb89702b47b591
Reviewed-on: https://gerrit.libreoffice.org/2010
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-02-19 16:02:40 +00:00
Chr. Rossmanith
a09f11715b Remove RTL_CONST_STRINGPARAM
Change-Id: Iac8a36a1f4a9c56d7b8689acd1b2273550a8c968
Reviewed-on: https://gerrit.libreoffice.org/2257
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 15:50:38 +00:00
Lennard Wasserthal
3998d1abb2 fdo#56886 EMF: Fixes some scaling problems of clipped regions, Twips
If a Metafile's scaling is incompletely defined, there are some arbitrary values used.
This bug is just filed as regression because aoo 3.3 used the WMF part and Lo the EMF part!
Please use environment variable EMF_PLUS_DISABLE if you have further problems with EMF files.
This Patch also adds an (untested) TWIPS scaling, which was missing.
known issue: vertical text ratio still scaled differently than lineart.

Change-Id: I7c0139853961eb338476a9e3a5e08d3f87225f2e
Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1886
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-19 15:49:52 +00:00
Fridrich Štrba
bee8ed6772 Allow specifying of page names 2013-02-19 16:48:51 +01:00
Caolán McNamara
826cb27cc8 reuse the ConstCharArrayDetector in Span
Change-Id: I33bc390aaa8f6e3cc2505632670970038140eb3c
2013-02-19 15:42:16 +00:00
Caolán McNamara
138e5a0518 make it possible to build with system icu 4.2 (RHEL-6)
Change-Id: I69bf7bc33a619c4aa9483e2dc3d5540e4dfa7458
2013-02-19 15:42:14 +00:00
Tor Lillqvist
95e6a0885e Guard against unsigned ickyness for files less than 1024 bytes
Change-Id: I360fb8db35b36194c4f7ae08c93126e2a7bda853
2013-02-19 17:38:35 +02:00
Chr. Rossmanith
a062799bd6 add equals(OString const &text) to Span
useful when removing RTL_CONST_STRINGPARAM

Change-Id: Ic131876a3fb38e69185342c4c7a46d536d60c8e5
Reviewed-on: https://gerrit.libreoffice.org/2256
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 15:33:17 +00:00
Tor Lillqvist
b8da61acb2 Fix scan for central directory end signature in ODF in Spotlight importer
Once this was fixed it seems to work nicely. Add keywords in
File:Properties and they show up in Finder's Properties, and Spotlight
finds text from the document contents.

Change-Id: I203576a5a7e53ca3485b0a82f0c6d06122f361d1
2013-02-19 17:13:51 +02:00
Norbert Thiebaud
bf46dfdb45 coverity#983356 ressource leak
Change-Id: Idcc2d548363ddab04dd8acaa1dfb854a19ca47ef
Reviewed-on: https://gerrit.libreoffice.org/2200
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-02-19 15:06:39 +00:00
Miklos Vajna
349e9248f8 DocxAttributeOutput: fix export of btLr text direction in table cells
Change-Id: Ic99a5a11b32d4712b91d58021e1e9ff3bab7890d
2013-02-19 15:47:53 +01:00
Luboš Luňák
f37df270f1 Revert "Improve the make dev-install message."
The one command running the soffice wrapper that does also
some extra work is the usual and simple case, running soffice.bin
is needed only when launching LO in gdb.

This reverts commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438.

Conflicts:
	Makefile.in
2013-02-19 15:22:03 +01:00
Norbert Thiebaud
396eb4f5cf coverity#440141 Null Dereference
Change-Id: Ifdbfecdb5443024f7186882cf09d8fba998e94f2
Reviewed-on: https://gerrit.libreoffice.org/2213
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 14:16:31 +00:00
Norbert Thiebaud
e70defefd8 coverity#983198 Resource leak
Change-Id: Ie8b8741fbad8e5e9f600dc1497b64ecd27515818
Reviewed-on: https://gerrit.libreoffice.org/2204
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 14:10:04 +00:00
Jean-Noël Rouvignac
7425156391 fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.
Cleaned up the call sites.

Change-Id: I6c688cecd4f872ed064ccfa3af4b402a779860dc
Reviewed-on: https://gerrit.libreoffice.org/2155
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 13:52:30 +00:00
Caolán McNamara
1dace0c3e0 Updated core
Project: help  a97475f929677fa26b59ecabe30ecbfa7159a521
2013-02-19 13:08:17 +00:00
Stefan Schick
f8a75e4b22 Translated some comments from german to english 2013-02-19 13:57:28 +01:00
Bjoern Michaelsen
cac113602c rename SYSTEM_LIBWPG to SYSTEM_WPG to remove specialcasing
Change-Id: I7fe4da07852d538216b92b9350903b7022bdc9fa
2013-02-19 13:23:07 +01:00
Bjoern Michaelsen
3a3254a900 rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasing
Change-Id: I54880cd7d404692b8fee16c331c8e7a64508f52b
2013-02-19 13:23:06 +01:00
Bjoern Michaelsen
a4c80756ca rename SYSTEM_LIBMSPUB to SYSTEM_MSPUB to remove specialcasing
Change-Id: I06d6dec259f4e1d28d0fb13497097bbfae156b2f
2013-02-19 13:23:06 +01:00
Bjoern Michaelsen
fb455e5013 rename SYSTEM_LIBCDR to SYSTEM_CDR to remove specialcasing
Change-Id: I14bd9c0a4b9b55963da67102468d573f7132fab7
2013-02-19 13:23:06 +01:00
Bjoern Michaelsen
5de206a7fb rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasing
Change-Id: Ibc8178e2dd7209705cb752f9570e414483c319a7
2013-02-19 13:23:05 +01:00
Bjoern Michaelsen
fe8bcfa422 rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasing
Change-Id: Ib895be66ecb4c95a86696007fdda453d3a3b34e0
2013-02-19 13:23:05 +01:00
Bjoern Michaelsen
88ed6d1348 rename SYSTEM_LIBCMIS to SYSTEM_CMIS to remove specialcasing
Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad
2013-02-19 13:23:05 +01:00
Bjoern Michaelsen
43682489c1 Re-Revert "simplify external module check with macro" modulo expat/clucene
This reverts commit 324d2f94749dfd94c7f09d1923310e145bb64deb.

Change-Id: I0c1c3412554de2093c9c94de89ff74a89869fa6d
2013-02-19 13:23:04 +01:00
Gergő Mocsi
3cfe6ad137 fdo#38838, ::rtl::OUString to OUString, String to OUString
::rtl::OUString was replaced to OUString and all occurences of String was replaced to OUString in dbaccess/source/core/api

Change-Id: I9771708408e04dcebe18f49a75c83036740f0ca2
Reviewed-on: https://gerrit.libreoffice.org/2239
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-19 11:59:10 +00:00
Lionel Elie Mamane
7acc787052 Tweak properties ordering
That's so that heavily related ones stay together:
 PRINTREPEATEDVALUES
 PRINTWHENGROUPCHANGE

Change-Id: I90513da4ae9ce0798dec91e5057b112735c1cdc2
2013-02-19 12:35:03 +01:00
Lionel Elie Mamane
55c53570e0 janitorial: typo in comment
Change-Id: Ia3d8612e3774ee62b6d885cc9ab801361642c3a3
2013-02-19 12:35:03 +01:00
Lionel Elie Mamane
9f015df355 add comment
Change-Id: Id14dd289f8803378838725fbe08e327c9b1d233d
2013-02-19 12:35:03 +01:00
Lionel Elie Mamane
ae1fbbfb69 Tweak "PrintWhenGroupChange" property label.
Change-Id: Iffd518a36f1418302955b0d85af8700cf8f9f75a
2013-02-19 12:35:02 +01:00
Lionel Elie Mamane
532421d208 fdo#52948 fix print-repeated-values=no with formatted values
Factorise the "should this element be printed" decision into an
utility function, which is used by
1) AbstractReportElementLayoutController
   (in charge of non-formatted values: string, image, OLE object, ...)
   which already obeyed PrintRepeatedValues.
2) TableCellLayoutController
   (in charge of formatted values: dates, numbers, ...)
   which blissfully ignored PrintRepeatedValues,
   but obeyed the display condition.

Rename the inconsistently named
 PrintWhenGroupChange
 PrintWhenGroupChanges
 print-only-when-group-change
 print-when-group-change
to
 PrintWhenGroupChange / print-when-group-change

Change the meaning of "PrintWhenGroupChange" to "override
PrintRepeatedValues in first occurrence in group". Since this feature
never worked under the old semantics, no loss of feature. Since we
change the XML attribute name, no ascending compatibility problem: it
will be reset to its default value.

Pursuant to the new meaning of PrintWhenGroupChange, change its
default to *true*, which is the sane default.

Change-Id: Idbe8e90565a354f70db222d047b3d51eeddbbb9f
2013-02-19 12:35:02 +01:00
Lionel Elie Mamane
818b84eb15 property browser: respect property ordering
Consider the following situation:

Property Name     Property Order Index
-------------     --------------------
propA4                   4
propB5                   5
propB4                   4

And the loop goes over these properties in this order.
propB4 should be before propB5, but with the old code,
propB4 would be pushed after propB5: it asks for position
4, but as positions 4 and 5 are already occupied, it gets
pushed to position 6.

Remaining difficulty: properties from different
property index ordering series will be interleaved.
This should be solved at object model level;
ideally property order index should be unique,
at least within an object.

Change-Id: Ie235a4b22155df97df139f1dc354247845626620
2013-02-19 12:35:01 +01:00
Lionel Elie Mamane
1b2debf80a janitorial: indentation
Change-Id: Id21de98433f52c8659a3432c1c47354e18166f06
2013-02-19 12:35:01 +01:00
Lionel Elie Mamane
9953c1b5a6 pure comment: write down interesting idea gleaned at FOSDEM
Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
2013-02-19 12:35:01 +01:00
Fridrich Štrba
324d2f9474 Revert "simplify external module check with macro"
Reverting this because it breaks a lot of stuff

This reverts commit a2dbcf1e723e082a76ad1a7ef275f693dab34c98.
2013-02-19 12:33:28 +01:00
Thorsten Behrens
25f7288ff8 Fix crashes in sdremote after suspend/resume cycles.
Change-Id: I0f64820887919386f266290ae8b7c53f8a0a5458
2013-02-19 12:19:11 +01:00
Fridrich Štrba
4c7d04c681 g_strcmp0 is not in our baseline glib2
Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697
2013-02-19 12:10:39 +01:00
Caolán McNamara
1c885ce3fc Updated core
Project: help  b568e27d3e9627927db41ebe0600f171cddf3708
2013-02-19 10:56:03 +00:00
Miklos Vajna
793c1b17ab writerfilter: get rid of these hardcoded values
Change-Id: I381266cbc9eb2a6d95b7bdc5e80a1e486112dbbe
2013-02-19 11:54:38 +01:00
Caolán McNamara
b23887e901 move memory option page to cui and adapt code
Change-Id: I0660592f233d9f190d11337068f33f2c13ba9251
2013-02-19 10:48:41 +00:00
Caolán McNamara
7cf8320c5d add a mechanism to load TimeFields from .ui files
Change-Id: I7704f46d262888639a17c5219e784559db91b847
2013-02-19 10:48:41 +00:00
Michael Stahl
9a49ff646b nsscrypto_initializer: MSVC does not support C99 dynamic arrays
Change-Id: I407b2308756b46fbf0920881fc20972b486819b7
2013-02-19 11:34:29 +01:00
Fridrich Štrba
8ff09509d7 No need to copy the gcc libraries anymore
Change-Id: I6dbf44bb78f14ab71a48a9cd4e9ebba60bfc97d2
2013-02-19 11:31:17 +01:00
Michael Meeks
0c3d3d58c9 sdremote: fix linux conditional.
Change-Id: I911863f07b08e771d78a4a98d9a4f82c93a7d55e
2013-02-19 10:07:43 +00:00