Commit graph

309479 commits

Author SHA1 Message Date
Terrence Enger
ae56c4e025 ODBMetaDataRS ctor: abort if statement handle allocation failed
Change-Id: Ieac069565bbc14c909eeecf3e67588191191992f
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2012-07-19 11:47:08 +02:00
Terrence Enger
1c3c15081f avoid freeing the NULL handle
Change-Id: Id3f22bacfbf5e582656cc8ac38d60b781a25b4c3
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2012-07-19 11:40:10 +02:00
Stephan Bergmann
5a3eb92216 Work around bogus Mac GCC uninitialized warnings
Change-Id: Ia735ee75b75b3e2dafe610cf5cd513dd7d4b7392
2012-07-19 11:32:05 +02:00
Radek Doulik
d8720d4e39 odf: export arcangleto commands in enhanced path (use drawooo namespace)
Change-Id: I43a2c08ee8dfc0abe4d05579b837b5be0944c0fe
2012-07-19 11:09:07 +02:00
Radek Doulik
cf08e8a2ee emf+: added implementation of DrawImage record
Change-Id: I6c86c2eaca1586d915b648292373da4378c755ba
2012-07-19 11:09:07 +02:00
Stephan Bergmann
c8e0a0ce4a Work around bogus Mac GCC uninitialized warnings
Change-Id: I79731b0e8a991a96b87938749fa9898110fe2dde
2012-07-19 11:04:10 +02:00
Stephan Bergmann
9ae07fcc77 Work around bogus Mac GCC uninitialized warnings
Change-Id: If16ce75845383cf697a2f1e4cef438a8bc43c125
2012-07-19 10:46:49 +02:00
Stephan Bergmann
390a56b522 Work around bogus Mac GCC uninitialized warnings
Change-Id: I174b34835cc955c234a06618a48f61fc700e4400
2012-07-19 10:23:25 +02:00
Miklos Vajna
173d769a9d fdo#52066 fix RTF import of rectangle shape without text in it
We used to always add a paragraph on shapes, which breaks import of
abused rectangle shapes with minimal height, used as lines.

Change-Id: Ice240bad68bc030e7889c46f72c45646307f17e5
2012-07-19 10:09:31 +02:00
Stephan Bergmann
c68afc22fe Work around Mac GCC error
Change-Id: I7fcd84e923c0971f420cfd3f298e5a1d0b111d1a
2012-07-19 09:21:51 +02:00
Andras Timar
95d6675fd8 skip empty lines in msi-encodinglist.txt
Change-Id: I1dbcf68c9581e5b66df0f4485d73ca19c5168dd9
2012-07-19 08:03:08 +02:00
Norbert Thiebaud
f674de15e1 Revert "hrc cleanup: Remove unused cstitem.src"
This reverts commit ae95e31831.
2012-07-18 18:16:17 -05:00
Julien Nabet
5af5fe4d39 Translate german sentences
Change-Id: I69cf20351bce9d3164b852b3dcaa58950f555a1f
2012-07-18 23:30:54 +02:00
Thomas Arnhold
3e7832724e Revert hrc string cleanup
This reverts mostly all of my hrc string cleanup commits. As Markus
stated in dc05a825e7 those are erroneous
and mostly untested. And therefore absolutely unsave. I only did test
them by compiling and checking the main screens. Cleaning those files
seems to be much more complicated than I thought.

So to be absolutely save I do this huge revert. Sorry for this.

Revert "hrc cleanup: Further cleanup"
This reverts commit 60212988e1.

Revert "hrc cleanup: Remove unused strings"
This reverts commit 0e2d7550dd.

Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc"
This reverts commit efb74b5dfd.

Revert "hrc cleanup: Remove unused Strings in cui"
This reverts commit 527e8f6186.

Revert "hrc cleanup: Remove unused Strings in desktop"
This reverts commit ac3800fbb9.

Revert "hrc cleanup: Remove unused cstitem.src"
This reverts commit ae95e31831.

Revert "hrc cleanup: Remove unused strings in wizards"
This reverts commit 20f9a17443.

Revert "hrc cleanup: Remove unused Strings in sfx2"
This reverts commit c26d4d3446.
2012-07-18 23:28:54 +02:00
Andras Timar
7ed5b092f8 update license documents
Change-Id: Id1f1b5d8b7155e6de01973f7358c2d0c8997dfd7
2012-07-18 22:25:49 +02:00
Andras Timar
8b749cb16d fdo#50584 bundle MS Visual C++ 2010 Runtime so LO can work with JRE7
Change-Id: If22bed6728121ec66ecd89ad4f869e980aeb79b7
2012-07-18 21:54:03 +02:00
Michael Stahl
75b7d3dce6 smoketest: produce a better errror message when Java component fails
Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5
2012-07-18 18:50:31 +02:00
Caolán McNamara
b0f170d7df 0xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.
a) the default properties for the code point make it not split a word it
appears in into two different words in any break mode we have. Which is what we
want from a CH_TXTATR_INWORD

b) unicode TR#20 gives for the interlinear annotation anchor: "What to do if
detected: In a proxy context or browser context, remove U+FFF9", so when we
need to strip it from text to run that text through e.g. the spellchecker or
word counting then there's a solid precedent for stripping it

In addition I *do* want the footnote placeholder to break the word it appears
in, that gives the desired wordcount and cursor travelling behaviour

The BREAKWORD and other *random* selection of CH_TXTATR are still odd choices,
and there's way too many of them.

Change-Id: I930ff8ff806af448829bc1a1ae6cb92053e9a284
2012-07-18 17:27:09 +01:00
Caolán McNamara
165640076d Related: fdo#38244 include ODF_COMMENTRANGE in annotation undo/redo
make sure that insert->comment and undo/redo includes the insertion
of the dummy odfcomment from fdo#38244

Change-Id: Ib46afb194462a3bbfbe3b8e228ad04e522e64535
2012-07-18 17:27:09 +01:00
Caolán McNamara
8a9244afe9 expand cInsert to unicode at compile time
Change-Id: I74a7f905c69912d527dafc2212bf37f97bb78dc4
2012-07-18 17:27:09 +01:00
Caolán McNamara
1a0d0762ea beef up the join and break tests
Change-Id: Ia34c2f18cfa84447578604ff27a9145d17bf354a
2012-07-18 17:27:09 +01:00
Caolán McNamara
b4f077af54 move test to right category
Change-Id: If2cb8da2a24331cc01fed85750747fff3d2fc8e0
2012-07-18 17:27:08 +01:00
Caolán McNamara
f1eab266dc translate comment, use CH_TXTATR_INWORD
Change-Id: I68943de82574897ae787035f35439747510bf88d
2012-07-18 17:27:08 +01:00
Eike Rathke
123fa79cb2 unit test fdo#50345 accept empty string as scalar numeric 0 argument
Change-Id: Ie04cb8d32e9328212d41fedb63cf81b235aa69de
2012-07-18 17:25:47 +02:00
Eike Rathke
a439cb5aba resolved fdo#50345 accept empty string as scalar numeric 0 argument
For OOo/AOOi interoperability convert an empty string or string
containing only spaces to numeric 0 for scalar numeric arguments.

Change-Id: I551d10b647c961df08ca8c936ca8fed5de14d99f
2012-07-18 17:25:47 +02:00
Takeshi Abe
16ea22333c removed unused includes
Change-Id: I71a80be37ab96b44d515803c947ddec19914330b
2012-07-19 00:15:37 +09:00
Fridrich Štrba
e42319c10a Pointless nitpicking to increase my commit count
Change-Id: Id887eeec911e32b8c43e9e561ffc74763f6da05d
2012-07-18 16:53:42 +02:00
Fridrich Štrba
e1832ac55e Further simplification of ldap includes
Change-Id: I5608cc330104f1e50501c5e63ab05545fcd67fb9
2012-07-18 16:38:00 +02:00
Fridrich Štrba
79f15259bc Junking wrapldapinclude.hxx, since it is included only once and is small
Change-Id: I16ec56f8fefd3224b82e074371d9a8a944c75032
2012-07-18 16:24:45 +02:00
Michael Meeks
cf342fe928 re-base on ALv2 code. Includes:
reportbuilder, license file not needed.
    Patch contributed by Armin Le Grand
    http://svn.apache.org/viewvc?view=revision&revision=1305814
    Adapting extras/ to our wordbook setup.
2012-07-18 15:00:25 +01:00
Markus Mohrhard
dc05a825e7 Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207
This commit is totally broken and removes a lot of still used strings.
Please TEST commits before removing stuff!!!!

This reverts commit c1ea4676ba.

Change-Id: I065c17385ced86857c938e4102b9473d622ac59d
2012-07-18 15:26:34 +02:00
Fridrich Štrba
36d506146c Remove unnecessary define
Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128
2012-07-18 15:19:41 +02:00
Fridrich Štrba
d391fe20a1 Using WCHAR ldap api on Windows
Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31
2012-07-18 15:17:32 +02:00
Stephan Bergmann
deae1af649 Fix sense of SAL_WARN_IF conditions
Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3
2012-07-18 14:42:30 +02:00
Stephan Bergmann
aebf5bf223 fdo#52232 ConfigurationSet wrapper unusable for localized properties
The comphelper::ConfigurationSet wrapper, used by the automatically generated
headers to access the configuration data from C++, is based on
com.sun.star.configuration.ReadOnlyAccess/ReadWriteAcess that provide an all-
locales view of the configuration data, i.e., a localized property is represented as a UNO object implementing various container interfaces (to access the per-locale values) instead of a plain value.

Hence,

  xLeaveAccess->getByName(C2U("Label")) >>= sLeafLabel;

silently changed its meaning, now silently failing to extract a string and
leaving sLeafLabel empty, which in turn causes the labels of extension option
pages to disappear from the "Tools - Options..." dialog.

This partially reverts commit 161c3f179f "Some
more comphelper/configurationhelper clean up."

Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802
2012-07-18 14:10:55 +02:00
Fridrich Štrba
ea96897237 First step to proper handling of character encodings in windows ldap backend
Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a
2012-07-18 13:34:48 +02:00
Fridrich Štrba
b79115518b simplify the header a bit
Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e
2012-07-18 12:54:18 +02:00
Miklos Vajna
5da91ea593 implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFEND
Change-Id: I829ec1fbca990f3d42121270f0bf3647dbd08a30
2012-07-18 11:59:15 +02:00
Miklos Vajna
75bcb45ae2 implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNID
Change-Id: I1dc3d3a33dcad2707468b1bfc1baa5239fddee05
2012-07-18 11:59:08 +02:00
Miklos Vajna
b8146f5126 fdo#38244 testcase
Change-Id: I6df325a20994f789e4c6acdf5a2912a57a034276
2012-07-18 11:59:04 +02:00
Eilidh McAdam
0977c5121e Use lcab to generate cabinets for now.
lcab is expected in the sys. path.

Change-Id: Ie1cd8a45966bbd84ce84f2ad1d86da492eafa321
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:02:44 +02:00
Eilidh McAdam
ae0e379a44 Added functionality to msitran for transforms.
Transforms currently cannot be generated as Wine does not implement
MsiDatabaseGenerateTransform().

Change-Id: I03507e07f372871eed23ac932426d5708f765884
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:02:20 +02:00
Eilidh McAdam
a237b03f73 Skeleton code for msimsp
Change-Id: I23349edcf15731a9a33b9698bd77893003682e39
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:57 +02:00
Eilidh McAdam
9971648058 Skeleton code for msitran
Change-Id: Ic48abd66a04bfaafda846e514b096431e37488a8
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:33 +02:00
Eilidh McAdam
0cab13137a Use correct license header for files in this branch.
Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:05 +02:00
Eilidh McAdam
d71bd0dd0b Code tidy up of indentation, comments and debug output.
Change-Id: I966d34205db1825d3aa1d328c03418817bf01bc3
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:00:42 +02:00
Eilidh McAdam
9167f0a1a8 Initial makecab implementation to parse .ddf files.
Currently, makecab does not output .cab files. A subset of the ddf
format is interpreted.

Change-Id: Iae11aefb4759a0eb76f9455b2206b59864086af5
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:00:08 +02:00
Eilidh McAdam
2921203806 Initial implementation of msiinfo.
Msiinfo supports the change of most summary information. Unsupported:
-b, -d

Change-Id: I51466c9acea54fe151db966c4ce47b29f90ab937
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 10:59:40 +02:00
Eilidh McAdam
5d4a9127a4 Initial crossmsi branch with first msidb implementation.
Msidb is a subset of MS msidb. Currently unsupported options are:
-m, -t, -j, -k, -w, -s

Change-Id: Ice5f646f70b2f797266ce3fabce12ae9f689b1c8
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 10:59:09 +02:00
Michael Meeks
456dd17399 remove obsolete delzip files from wizards 2012-07-18 09:40:09 +01:00