David Tardon [Sun, 4 Nov 2012 09:21:13 +0000 (4 10:21 +0100)]
rework CLI support in gbuild
I took a couple of "shortcuts" in the original approach which I thought
harmless, but which proved otherwise later. This revised approach is
more like I had wanted to do it but had been too lazy to really do :-)
The differences from user's POV are:
* several classes were renamed
- CliLibrary -> CliAssembly
- CliNativeLibrary -> CliLibrary
* CliLibrary is now based on LinkTarget, so there is no need for an
intermediate Library for it
I also added a comment to all functions and an explanation of purpose to
most classes.
Change-Id: If3d1be3016d84c21a35093fc370c0bcf7995d1bd
Matúš Kukan [Sat, 27 Oct 2012 21:32:04 +0000 (27 23:32 +0200)]
tabs vs. spaces cleanup; and use QADEVOOO
Change-Id: I881f9c80accabb1ca1110a6872d12fcf5b5c7f69
Caolán McNamara [Sat, 27 Oct 2012 19:24:49 +0000 (27 20:24 +0100)]
sprinkle some more SAL_WARN_UNUSED around
Change-Id: Iaa1508584f005cba6e2ab63d4053cde4ce8637df
Caolán McNamara [Sat, 27 Oct 2012 19:16:33 +0000 (27 20:16 +0100)]
remove xmlreader from string now I don't need it anymore
Change-Id: I8d280a5fa352bf4514a5e593b34be767648f4e64
Caolán McNamara [Sat, 27 Oct 2012 15:50:37 +0000 (27 16:50 +0100)]
drop unnecessary usings
Change-Id: I65b7c81a45925894ef78f141219fd00652ad5c1d
Peter Foley [Sat, 27 Oct 2012 17:43:54 +0000 (27 13:43 -0400)]
fix linking on windows
Change-Id: Ibd2fe3cf8775cbda51f768ceaeb92b66a91c3850
Ricardo Montania [Sat, 27 Oct 2012 01:35:24 +0000 (26 23:35 -0200)]
OUString cleanup finished in basctl
Change-Id: I6d18f5cde7866828ca95ccff702eb86d2e40c58d
Reviewed-on: https://gerrit.libreoffice.org/925
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Ricardo Montania [Sat, 27 Oct 2012 00:41:53 +0000 (26 22:41 -0200)]
OUString cleanup and some identation
Change-Id: Id222047750b7527e35977b73213ceeb12a53b57a
Reviewed-on: https://gerrit.libreoffice.org/924
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
gerhard oettl [Wed, 24 Oct 2012 05:28:15 +0000 (24 07:28 +0200)]
rtl::OUString to OUString clean up
unsing rtl::OUString, etc clauses had to be reinserted in
sw/qa/extras/rtfexport/rtfexport.cxx to pass the test
Change-Id: I3767ea89c8cfd9afe2dc8a80e5c7284be9d1cf57
Reviewed-on: https://gerrit.libreoffice.org/926
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Caolán McNamara [Sat, 27 Oct 2012 15:26:43 +0000 (27 16:26 +0100)]
usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woes
Change-Id: I879ed580de72df91e269d38add23cddd29c71982
Caolán McNamara [Sat, 27 Oct 2012 15:22:35 +0000 (27 16:22 +0100)]
loplugin: various objects that are never used
Change-Id: I379540dcce5cd0adae0f0f670821af92ab6432f4
Caolán McNamara [Sat, 27 Oct 2012 15:17:08 +0000 (27 16:17 +0100)]
t4 is always true, probably some debugging thing
Change-Id: I8038174c64d2ed5eb3cae503dbde49be96dd7d5c
Julien Nabet [Sat, 27 Oct 2012 15:09:04 +0000 (27 17:09 +0200)]
Remove unused overrideDataPath
Change-Id: I7dfaa933d918023999bfe78a497da7dbd59f7fc1
Caolán McNamara [Sat, 27 Oct 2012 14:13:34 +0000 (27 15:13 +0100)]
callcatcher: update list, stop hiding uncalled tests :-)
Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
Matúš Kukan [Sat, 27 Oct 2012 13:23:42 +0000 (27 15:23 +0200)]
shell: use x64 zlib version here
Change-Id: Ie61966f28b937db7d4997753cc388332dda25f63
Matúš Kukan [Sat, 27 Oct 2012 12:52:00 +0000 (27 14:52 +0200)]
there is no sal_textenc for Android
Change-Id: I7a55f775cf1b9d608a71e1d754df7027545c1254
Caolán McNamara [Sat, 27 Oct 2012 12:13:47 +0000 (27 13:13 +0100)]
bump to new .gitignore versions
Change-Id: I3e60cfa1a8680b84142bc4d0adda96f970e030cd
Matúš Kukan [Fri, 26 Oct 2012 14:33:35 +0000 (26 16:33 +0200)]
unusedcode: sc: unused ctors
Change-Id: Iaa082d85ef95c58da14013c80cb06a2e1112d4ef
Miklos Vajna [Sat, 27 Oct 2012 10:39:10 +0000 (27 12:39 +0200)]
fix top/left/right/bottom margin of RTF imported inline images
This is similar to
3d7e168a2a43c2414b0633379102ddb29437e75b, but for RTF
(Word default is 0, Writer is something larger).
Change-Id: Ibb429eed5d3c1d09777db88ba2a98503c8ed0ed8
Miklos Vajna [Sat, 27 Oct 2012 10:31:04 +0000 (27 12:31 +0200)]
fdo#42407 fix RTF import of WMF images inside textframes
Since commit
f4f4a899, we send the external header of WMF images to the
importer, but that seems to be cause problems with this document. To be
on the safe side, revert this only for pictures inside textframes.
Change-Id: I7e443beb9ca4261abf3e3a1257270d6c70b85918
Miklos Vajna [Sat, 27 Oct 2012 10:27:09 +0000 (27 12:27 +0200)]
ignore spaces while reading RTF image data
Change-Id: I6a1af0cd98ed832204d4485e135da6e56e575b4a
Miklos Vajna [Sat, 27 Oct 2012 10:25:26 +0000 (27 12:25 +0200)]
writerfilter: make it easy to debug the old RTF filter
Change-Id: Ifc1d6b78f55e7f202f5cc391f1401de5b65ed395
Miklos Vajna [Fri, 26 Oct 2012 11:42:30 +0000 (26 13:42 +0200)]
use textframes for importing RTF_DPTXBX
This allows inline pictures on shapes later, plus matches what the
DOC/DOCX filter does.
Change-Id: I5da56ccf59a26cc9657925dec94fb58f97692bb8
Ivan Timofeev [Sat, 27 Oct 2012 09:45:47 +0000 (27 13:45 +0400)]
fix resource id
Change-Id: Ief85da80e14078e1d5a0b2812a2959484717da76
Caolán McNamara [Fri, 26 Oct 2012 22:38:21 +0000 (26 23:38 +0100)]
Resolves: fdo#52353 navigation buttons disabled in read-only mode
Change-Id: Ib60ae077be6a179568e6ccd8454e572c22c35e7e
Caolán McNamara [Fri, 26 Oct 2012 21:53:59 +0000 (26 22:53 +0100)]
fix fractured comment
Change-Id: Ib4227a74232b1ba6ca48d037340c4a7441ab08e7
Caolán McNamara [Fri, 26 Oct 2012 19:58:15 +0000 (26 20:58 +0100)]
chop last string out into generic .src
Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac
Peter Foley [Fri, 26 Oct 2012 21:02:18 +0000 (26 17:02 -0400)]
fix x64 zlib on win
Change-Id: Ib9b06e843f3e44c3a1ec3c1a64335d2a6ebed810
Caolán McNamara [Fri, 26 Oct 2012 19:42:17 +0000 (26 20:42 +0100)]
add generic sc/sw log categories
Change-Id: I64995db8f9e913db5f4ab4e81359dd163bc29d15
Caolán McNamara [Fri, 26 Oct 2012 19:39:13 +0000 (26 20:39 +0100)]
missing a default button for insert break
Change-Id: I417a6d46dc72ee251b43e00836363b6ae07c2b4c
Caolán McNamara [Fri, 26 Oct 2012 19:13:16 +0000 (26 20:13 +0100)]
connect adjustments to spinbuttons
Change-Id: Ia840ae93a0582e96df8faa2507835dc4fbb7141d
Jack Leigh [Fri, 26 Oct 2012 17:25:26 +0000 (26 18:25 +0100)]
migrate Insert Floating Frame dialog to .ui file
Change-Id: I732bd280295097fe098d3175127eb4d8a026dc32
Lionel Elie Mamane [Fri, 26 Oct 2012 17:56:28 +0000 (26 19:56 +0200)]
fixup
Change-Id: I579dd5fc6c71ac9dad2de622e9125b399f3e160e
Markus Mohrhard [Fri, 26 Oct 2012 17:50:27 +0000 (26 19:50 +0200)]
remove the temp file after loading
Change-Id: I8ba88cf9b19612800beac5e200bbaeff6da32f97
Markus Mohrhard [Fri, 26 Oct 2012 17:49:47 +0000 (26 19:49 +0200)]
this test should not been disabled
Change-Id: I21aa786a9f214ba5137d35497318c4f088456845
Markus Mohrhard [Fri, 26 Oct 2012 17:48:20 +0000 (26 19:48 +0200)]
disable the password test for some platforms
Change-Id: I31c91bec6807b699333f646d758078ce5e69570d
Markus Mohrhard [Fri, 26 Oct 2012 17:47:14 +0000 (26 19:47 +0200)]
implement export password test
Change-Id: I90ef759639c8b1410ec314fed4ff0fd877d8e224
Markus Mohrhard [Fri, 26 Oct 2012 16:29:06 +0000 (26 18:29 +0200)]
add basic calc export test
Change-Id: Idd1f670dba9d88233a22b9f6ff084bf2ef41fb54
Luboš Luňák [Fri, 26 Oct 2012 17:24:24 +0000 (26 19:24 +0200)]
do not warn about missing area in SAL_DEBUG
Change-Id: I99314136cac7f47a5adf8e0e29093ec9fbf4fd90
Michael Stahl [Fri, 26 Oct 2012 17:17:14 +0000 (26 19:17 +0200)]
sw: tweak previous comment translations
Change-Id: I8702c70eb2579781e2f524b2364191e1636370c5
Philipp Weissenbacher [Fri, 26 Oct 2012 15:01:23 +0000 (26 17:01 +0200)]
Translate German comments
Change-Id: I54db750b79f77ee964c31febe466f0eeee82b9d1
Reviewed-on: https://gerrit.libreoffice.org/917
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Lionel Elie Mamane [Fri, 26 Oct 2012 16:57:34 +0000 (26 18:57 +0200)]
ODBC PreparedStatement Parameters: redesign setXXX handling
More type-safe way, instead of void* everywhere
void* instead of sal_Int8 for raw memory / multi-use buffers
Fixed more issues than I care to count, but at least:
- updates to a DECIMAL were truncated to integer because DecimalDigits set to 0
maybe/probably also NUMERIC
- setObjectWithInfo(... DataType::LONGVARCHAR ...) was passed as AT_EXEC, but the buffer was already free()d by then -> crash or wrong data
Change-Id: I0e6791a05b96fb345bfe3f911386263e6cfedde9
Lionel Elie Mamane [Fri, 26 Oct 2012 15:36:49 +0000 (26 17:36 +0200)]
duplicated code
Change-Id: Ifa9b93b2daf0bb448711eb1bd3ebab69febf4f9c
Lionel Elie Mamane [Thu, 25 Oct 2012 09:40:12 +0000 (25 11:40 +0200)]
odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtype
Change-Id: I6de4e86f09be74518c9980d1b2347217cdcc4e02
Lionel Elie Mamane [Thu, 25 Oct 2012 09:35:10 +0000 (25 11:35 +0200)]
UpdateBuffer optimisation: cache column value, isBound() and isNull()
Change-Id: I70f92224e22e9a9a1283564b5b1be7bf1e0240d0
Lionel Elie Mamane [Thu, 25 Oct 2012 09:16:24 +0000 (25 11:16 +0200)]
fdo#52392 dbase: correctly NULL out non-filled in fields in inserted rows
Change-Id: Id2e8ad5b6bed1c184de6dccf7fa43254099fb958
Lionel Elie Mamane [Thu, 25 Oct 2012 08:15:39 +0000 (25 10:15 +0200)]
improve comments
Change-Id: I50c64d5fcf1d642052be5edbe64dde2c03c1eba9
Lionel Elie Mamane [Thu, 25 Oct 2012 08:10:15 +0000 (25 10:10 +0200)]
dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argument
Change-Id: Icf6a71900d79377cde84c2307ce85a9b3c96a54f
Stephan Bergmann [Fri, 26 Oct 2012 14:22:16 +0000 (26 16:22 +0200)]
fdo#49517: Revert "fdo#46102: Load Java scripts with class loaders [...]"
This reverts commit
dd6c4f4db1d62268d73e09ae52d23f760a967dcc "fdo#46102: Load
Java scripts with class loaders that actually find them." That commit broke
support for macros embedded in documents (as
new java.net.URL("vnd.sun.star.tdoc:...") throws a MalformedURLExcetpion), and
it looks like that commit was not necessary after all -- or rather that what it
tried to work around must have been some other problem that has been fixed
meanwhile. "It is unclear to me how the Java script provider shall ever have
found the script jars in the past" indicates that something must have been
fishy, and what I failed to notice back then is that createURL creates
java.net.URL instances with a UCBStreamHandler that does allow to obtain content
from weird-looking URLs.
Anyway, with that reverted, all three following scenarios work on both current
master (towards LO 3.7) and libreoffice-3-6 (towards LO 3.6.4); I haven't yet
come around to test on libreoffice-3-5:
1 Stock macros, "Tools - Macros - Run Macro... - LibreOffice Macros -
HelloWorld", running all of the four "helloworld.bsh", "helloworld.js",
"HelloWorldPyhton", and
"org.libreoffice.example.java_scripts.HelloWorld.printHW".
2 Per-document macros, loading test.odt attached to fdo#49517, then "Tools -
Macros - Run Macro... - test.odt - HelloWorld", running
"org.libreoffice.example.java_scripts.HelloWorld.printHW".
3 Extension macros, installing ScriptDispatch.oxt attached to fdo#46012 as
shared extension, then loading StartScriptDispatch.odt attached to fdo#46012 and
pressing the "Start Java via ScriptProvider" button.
Change-Id: I31cd16b3720ffeb1058722d4d1fdffb773f8a067
Caolán McNamara [Fri, 26 Oct 2012 16:16:25 +0000 (26 17:16 +0100)]
add svl.numbers to log-areas
Change-Id: I6b26f2805d08d2eb1b28ade459d38a1c6895addf
Caolán McNamara [Fri, 26 Oct 2012 15:51:20 +0000 (26 16:51 +0100)]
Resolves: fdo#35991 rowspan is of size sal_Int32, not size long
Change-Id: I347672a2175cf7a0304cf5d6c0f8f3f6afa92cd4
David Tardon [Fri, 26 Oct 2012 14:03:00 +0000 (26 16:03 +0200)]
minizip is not used anymore
Change-Id: I0ddc4d343882248d208c9f96366625bcbe6ac4f7
David Tardon [Fri, 26 Oct 2012 13:33:26 +0000 (26 15:33 +0200)]
gbuildify zlib
Change-Id: I702c044fdf510c67364f2fc32889ca394583edf6
Xisco Fauli [Fri, 26 Oct 2012 15:07:27 +0000 (26 17:07 +0200)]
pyletter: Fix a crash when trying to load the wizard again
Remove tabs too
Change-Id: I8f7b2148f95e5694ad17d1a1b98001f1c803ce7e
Xisco Fauli [Fri, 26 Oct 2012 15:01:17 +0000 (26 17:01 +0200)]
pyfax: Fix a chash when trying to load the wizard again
Change-Id: I1c571327f977a95fc4193567142e3897cbfc3e14
Eike Rathke [Fri, 26 Oct 2012 14:25:04 +0000 (26 16:25 +0200)]
SAL_WARN on dup positions
Change-Id: I6ac3940fb0b07d280998a56d5eaede0909f14bce
Stephan Bergmann [Fri, 26 Oct 2012 14:14:06 +0000 (26 16:14 +0200)]
Work around premature disposing of PackageRegistryBackends
With ucbhelper::Content now requiring an XComponentContext during construction,
calling "unopkg add" with an .oxt that requires license acceptance would lead to
an assertion about a null XComponentContext, as doChecksForAddExtension calls
the XPackage's checkPrerequisites -> checkLicnese -> getTextFromURL, which
creates an ucbhelper::Content with getMyBackend()->getComponentContext(), but
early release of the "tmp" manager would already have caused disposing of that
backend, which clears m_xComponentContext.
I assume this problem had always been lurking silently in the code.
Change-Id: I9f59c612fe3831b2f6dd832ef2f0505b6590b8e0
Stephan Bergmann [Fri, 26 Oct 2012 14:13:45 +0000 (26 16:13 +0200)]
Add sanity-check assertion
Change-Id: I119f008734e4978d6bcf5f786ae3604db5c0f8a9
Flex Liu [Fri, 26 Oct 2012 14:18:35 +0000 (26 15:18 +0100)]
Resolves: fdo#47432 Improve the "faux bold" in cairo canvas
The "faux bold" make the bold font in Asian ugly & unacceptable,
Adjust & improve the "faux bold" to make the bold font better.
Change-Id: I2e02156ffc30629476b80134ffb0b50e793f7ead
Petr Mladek [Fri, 26 Oct 2012 14:15:47 +0000 (26 16:15 +0200)]
Revert "new change in helpcontent2"
Hmm, this did not work as expected. The submodules seems to be a bit
error-prone to get git into inconsistent state :-(
This reverts commit
af8d133ea0698ce7a163664e061d9ed33fb358c6.
Caolán McNamara [Fri, 26 Oct 2012 14:04:10 +0000 (26 15:04 +0100)]
loplugin: misleading indent
Change-Id: I382b2a01ec5c7bbe5a3faf7333c161e8a76fdd27
Petr Mladek [Fri, 26 Oct 2012 14:00:13 +0000 (26 16:00 +0200)]
new change in helpcontent2
Change-Id: I13d08b9ecf86bf78389effb2bb6f167f74f37827
Eike Rathke [Fri, 26 Oct 2012 13:46:10 +0000 (26 15:46 +0200)]
consistently use SAL_WARN svl.numbers
Change-Id: I16c555e87f8df19a74c8d34f21bce4570c1d756f
Caolán McNamara [Fri, 26 Oct 2012 13:51:16 +0000 (26 14:51 +0100)]
Resolves: fdo#47291 polypoly[line|gon] points are signed
regression from
f6a34255af1339cd7132b7527dc0c10c10d38249
Change-Id: Iabfaf92629cd4d53ab7af5f3e3013eb81bb8104d
Caolán McNamara [Fri, 26 Oct 2012 12:15:00 +0000 (26 13:15 +0100)]
XubString->OUString
Change-Id: Ie54528ccf641b380eda1d1bb12b39d0536c4d17b
Luboš Luňák [Fri, 26 Oct 2012 12:44:10 +0000 (26 14:44 +0200)]
set up CCACHE_EXTRAFILES too, just like ICECC_EXTRAFILES
Change-Id: I39ce208c1e5dd307631c628217ff596632753f23
Stephan Bergmann [Fri, 26 Oct 2012 12:02:39 +0000 (26 14:02 +0200)]
Remove obsolete comment
Change-Id: I91ca29d9960e2f92c0f8bdec97695b58078fac6b
Caolán McNamara [Fri, 26 Oct 2012 11:57:37 +0000 (26 12:57 +0100)]
add hook to block use of markup in .ui files
Change-Id: Ia7eed5e9e1f8fba9876730e909461dabc167deb9
Caolán McNamara [Fri, 26 Oct 2012 11:41:27 +0000 (26 12:41 +0100)]
loplugin: unused aName string and whacky indent
Change-Id: I3febbc1618ca86f19c851a8eea313327a9c0a96c
Christian Lohmaier [Thu, 11 Oct 2012 16:51:44 +0000 (11 18:51 +0200)]
simplify pattern-target by using a simple recursion…
…instead of using eval to process the same rule multiple times
Saves quoting, makes it more readable.
(% always matches whole sub-paths, not only on Mac, see
http://www.gnu.org/software/make/manual/html_node/Pattern-Match.html)
Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd
Reviewed-on: https://gerrit.libreoffice.org/858
Reviewed-by: Peter Foley <jpfoley2@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Matúš Kukan [Fri, 26 Oct 2012 11:37:59 +0000 (26 13:37 +0200)]
RepositoryExternal: add disabled graphite case
Change-Id: I16c40fceb2fc84147eb298aa86987b8682a81c8e
Caolán McNamara [Fri, 26 Oct 2012 10:47:13 +0000 (26 11:47 +0100)]
Resolves: fdo#50285 merging props unsafe with intermediate charstyle prop
Its a nice idea to merge properties of the same type and value if one starts
and the same place the last one ended. But character styles are properties as
well, so if we have character-style+superscript on range a, and
character-style+superscript on range b and merge these so that we end up as...
character-style on range a, superscript on range a+b, and character-style on
range b then that clearly gives the wrong result if applied in that order.
So its only safe to merge if there are no intermediate properties that can
affect the merge candidates.
A regression from
b3cee382f449aa69213dc21f7b1ba6a5356d2865
Change-Id: I541563d11265426736b840de068922eef8d45573
Caolán McNamara [Fri, 26 Oct 2012 08:15:43 +0000 (26 09:15 +0100)]
set width in chars for url field to avoid character dialog overgrowing
Change-Id: I892a77f65ad420d0fbf4b95179e4bcfc2ec55192
Michael Stahl [Fri, 26 Oct 2012 10:56:24 +0000 (26 12:56 +0200)]
expat: GNUCOPY is empty on Darwin, use cp instead
Change-Id: I96893aa0aed6144c3888a85afe64f90d969e9448
Ricardo Montania [Tue, 23 Oct 2012 00:11:23 +0000 (22 22:11 -0200)]
::rtl::OUString -> OUString in basctl
Change-Id: Ief0083c0274c573fce62c32dfae35a647804b20e
Reviewed-on: https://gerrit.libreoffice.org/900
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Ricardo Montania [Tue, 23 Oct 2012 00:22:43 +0000 (22 22:22 -0200)]
More ::rtl::OUString -> OUString in basctl
Change-Id: Ia68b74d06ffe533bcc302fb5094267e0efae6faa
Reviewed-on: https://gerrit.libreoffice.org/901
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Luboš Luňák [Fri, 26 Oct 2012 10:43:55 +0000 (26 12:43 +0200)]
fix incorrect assert() usage
In final (NDEBUG) builds assert expands to (more or less) nothing.
Change-Id: Ie6d43cac381975880c9db2b4a01bd9ed30e2714b
René Kjellerup [Thu, 18 Oct 2012 23:44:29 +0000 (18 16:44 -0700)]
warn free build of dmake, concat-deps and lpsolve
add error handling for fread, fwrite, and fscanf calls
use "fputs" instead of "fprintf" to avoid warning that it couldn't varify
the format string because it wasn't a string literal.
Change-Id: I1137160d28461fbac69c8e05d32ba010da491c57
Reviewed-on: https://gerrit.libreoffice.org/903
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Matúš Kukan [Fri, 26 Oct 2012 09:59:30 +0000 (26 11:59 +0200)]
tools: add missing dep: dlopened sal_textenc
Change-Id: I6a1d51e6a1e5e41b9866bc67c2e9707a2bd2e9a4
Stephan Bergmann [Fri, 26 Oct 2012 09:19:37 +0000 (26 11:19 +0200)]
Turn SAL_INFO back to SAL_WARN
...the reason it started firing was a regression that has now been addressed
with
402eaced7554aaeea75c10015857ea197191ba34 "Related fdo#46808: Fix
UUIInteractionHandler::initialize argument handling."
Change-Id: I2f36e1cb5ae1af293a7c07c366f1602e56e966ea
Stephan Bergmann [Fri, 26 Oct 2012 09:16:50 +0000 (26 11:16 +0200)]
Related fdo#46808: Fix UUIInteractionHandler::initialize argument handling
This was a regression introduced with
c25cb8a641723ab098980bb842caf75c0dc9b059
"fdo#46808, Adapt task::InteractionHandler UNO service to new style."
Change-Id: I52e36c4aabbf4b2b4552ed0e8ea164db15071980
Stephan Bergmann [Fri, 26 Oct 2012 08:54:38 +0000 (26 10:54 +0200)]
Simplify SAL_INFO usage even further
Change-Id: I452319aa627c8de17e87033597a151f186c4361c
Stephan Bergmann [Thu, 25 Oct 2012 16:13:16 +0000 (25 18:13 +0200)]
config_host.mk can no longer be sourced
...with its ifneq ... endif sections, so require make cmd instead here.
Change-Id: Ifab2117c5fb775c0c4ca7001f954716bd09a3844
Stephan Bergmann [Thu, 25 Oct 2012 16:11:36 +0000 (25 18:11 +0200)]
Consistently use gb_Helper_make_url
Change-Id: I6613cad010267afa551ddcab7cf92c7d930d409a
Stephan Bergmann [Thu, 25 Oct 2012 15:45:02 +0000 (25 17:45 +0200)]
Improve error message
Change-Id: Icdbb60525f858a2a0002a5e6f599eb6a6954a9dd
David Tardon [Fri, 26 Oct 2012 04:24:15 +0000 (26 06:24 +0200)]
add sal to cross_tail_build
Change-Id: I81d0902ca41b8dcb43d58d47b9758b8718c25e86
David Tardon [Fri, 26 Oct 2012 04:25:25 +0000 (26 06:25 +0200)]
drop dep on sal
The windows (dmake) build no longer needs uwinapi.
Change-Id: Ifcbee0c94ce55a59b46c5542cb42ede54c7d8b57
David Tardon [Fri, 26 Oct 2012 04:23:36 +0000 (26 06:23 +0200)]
chop out uwinapi from more ext. projects
Change-Id: I29dd9d4e0a4dc342d28cb93a4cff65aa394848d4
Peter Foley [Fri, 26 Oct 2012 00:34:45 +0000 (25 20:34 -0400)]
fix sourcing config_host.mk
Change-Id: I0ef147e1a86a7a88359c30c458e69cc5ac35741c
Peter Foley [Fri, 26 Oct 2012 00:26:22 +0000 (25 20:26 -0400)]
add sal to tail_build
Change-Id: Id398311fe86dbd81e5d1cbdf129783e659973737
Markus Mohrhard [Fri, 26 Oct 2012 00:04:42 +0000 (26 02:04 +0200)]
uncommpressed stream size is now 64bit, fdo#56291
Change-Id: I13de2ea8cdd63cd2ba365a0ee02c224092d3f65f
Peter Foley [Thu, 25 Oct 2012 22:55:47 +0000 (25 18:55 -0400)]
fix gbuildified expat
Change-Id: Idaa56eb209e356c434804ce86b644b33773f44d1
Peter Foley [Thu, 25 Oct 2012 21:47:00 +0000 (25 17:47 -0400)]
fix link error
Change-Id: Id643fc7bb16a4456dc6821efe44a8bc0e73d88f7
Matúš Kukan [Thu, 25 Oct 2012 07:55:13 +0000 (25 09:55 +0200)]
graphite: convert to gbuild
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
Miklos Vajna [Thu, 25 Oct 2012 16:40:07 +0000 (25 18:40 +0200)]
if git hooks are moved, move the README as well
Change-Id: I1d9e64bf16b7572de120e9f81e9f13c7c4c11ca0
Miklos Vajna [Thu, 25 Oct 2012 14:59:52 +0000 (25 16:59 +0200)]
fdo#55939 fix RTF export of footnotes
Regression from
d4069372484f18b242a42a1996767f57b031fff6.
Change-Id: I58e8d48ac3222b795f7edfd0e74ecd86ea36f380
Caolán McNamara [Thu, 25 Oct 2012 15:50:43 +0000 (25 16:50 +0100)]
add filter.xslt log area
Change-Id: Ia212489c33da72f85d96618aa1d4db5972044bb2
Michael Stahl [Thu, 25 Oct 2012 15:32:19 +0000 (25 17:32 +0200)]
boost: disable MSVC warnings C4510, C4610 for ...
boost::detail::multi_array::ConstMultiArrayConcept
Change-Id: I8937079337eb3c4cfd29c03c6602b99b28f5c59e
Michael Stahl [Thu, 25 Oct 2012 12:26:22 +0000 (25 14:26 +0200)]
curl: disable use of debug configuration (needs msvcr90d.dll)
Change-Id: I7c22869028a78f48836741a4eb4cd5bbff16e884
Michael Stahl [Thu, 25 Oct 2012 11:02:55 +0000 (25 13:02 +0200)]
expat: for 64bit 1 static library is enough, only utf16 variant used
Change-Id: I98a3428578b52c6d9d7210a8fb0211876d6f7cae