summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan
This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
2012-09-19SwCrsrShell::Combine: this can be assertMichael Stahl
Change-Id: Ia23804f213f80f4b31f1e31491dfc87d2d49f46a
2012-09-19rhbz#689053: fix crash following delete at last table cell:Michael Stahl
The IsSelOvr() in SwCrsrShell::Combine() detects that the PaM with mark in the last table cell and point ouside the table is invalid, but unfortunatley restores the wrong position, which does not actually correct the PaM; the deletion on the invalid PaM then removes the last SwTxtNode in the document, which leads to crash later. Change-Id: Ib2ae0b54e6c15dbe5b6811d8696531bf2022e1a4
2012-09-19SwHyphWrapper::bShowError is deadMichael Stahl
Change-Id: Ia9b8205a3b23fb98bf08d2d53aa82fdeda7785f5
2012-09-19Start on experimental support for 64-bit Mac codeTor Lillqvist
Rename the --enable-cl-x64 switch to --enable-64-bit and make its meaning more generic. Drop the CL_X64 config variable, introduce the more generic BITNESS_OVERRIDE instead. Does not build yet. Change-Id: Iac66afe31dceaf40c8262fec2e5aef6a751ba3d2
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard
Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks
2012-09-19Translate German comments and a little cleanup of code in svxacorr.cxx.Tomaž Vajngerl
Change-Id: I6c2bc67a2b837adf9c12c5e93200fc1567732da3
2012-09-19fdo#48729 Change int16->int32 in auto replace dialog.Tomaž Vajngerl
Auto correct / replace dialog supported only 65535 (2^16) entries (per language) due to using sal_uInt16 in the code. This restriction existed only because of legacy code which was meanwhile refactored to use dynamic containers (like std::set, std::vector). This fix changes usage of sal_uInt16 to sal_uInt32 to increase the number of entries to a much higher value. Change-Id: Ica77648915266fed67602a4e30b59a4e55e34efc
2012-09-19sot: stgcache re-factor to use sane lifecycle semanticsMichael Meeks
Store a dirty page hash to allow us to fix the LRU cache next. Change-Id: I67130af37ac1bc2d0a4abbb11f4d9871bb2bc306
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard
Change-Id: I353df8e9d3ccabee32b82d04cdae402e3a83ed23
2012-09-19OResultSet: close() is routinely called after dispose()Stephan Bergmann
Change-Id: Ifb916e0c2935876b85fdb135538357f29cfab157
2012-09-19sot: substantially accelerate sorted cache write-outMichael Meeks
Sort only the pages we want to write out, at the end, using a std::sort instead of a hand-crafted linked-list mess maintained during use. Cleanup StgPage as well, de-friend it from StgCache, clean member names. Remove unused pCache member as well. Change-Id: I0f53d1f85be373fce0d504b226d34ccaf575b2b3
2012-09-19DOCX ink testcaseMiklos Vajna
Change-Id: I0d38edfe1bac8a6db0227d9bbd0d9fbf9cdd93fd
2012-09-19make <module>.all is apparently not just for dmake modulesLuboš Luňák
Change-Id: I5a692b10f259cf95357b1b3da39e0cbc8e68c044
2012-09-19Some mork driver clean-up and configmgr access fixStephan Bergmann
Change-Id: I213a9ac5b41c66cd039016315f4641773364fd7c
2012-09-19Assuming the double iteration is a copy/paste snafuStephan Bergmann
...causes "error: attempt to increment a past-the-end iterator." with debug-mode libstdc++. Change-Id: I89af3944b04ad6ab4ef3561d2aa91b5bab1edf20
2012-09-19Import bezier curves from .docx.Eilidh McAdam
A shape element with a path attribute is interpreted as a bezier. We can support both curve and line commands by using the correct co-ordinate flags when using the UNO interface (omit control points for lines). Alternatively, curves may be specified using the to, from, control1 and control2 attributes of a curve element. Note that when setting the PolyPolygonBezier property of the xshape, the shape size and position are set too large somehow. The workaround for now is manually forcing the pre-calculated shape size and position. Change-Id: If3563474df357d161a2ed2e7a20856d5aed80a94 Reviewed-on: https://gerrit.libreoffice.org/649 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19vml import: WaE (unused variable, unhandled enum value)Miklos Vajna
Change-Id: Ic59b4a68499bb68619cf72fdc17f5a77186274ae
2012-09-19Add VML path parsing to .docx import filter.Eilidh McAdam
Change-Id: Ibb90ff437f6de1cab98b64deeccfa38e0e30756b Reviewed-on: https://gerrit.libreoffice.org/648 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19Wrong includeStephan Bergmann
Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b
2012-09-19Clean up warning/info reportingStephan Bergmann
Change-Id: Ib2a8da9f837b0b91f980aacda9df1c6c5c691eef
2012-09-19Lexicographical sortingStephan Bergmann
Change-Id: If6dd2af2f71c467a8c69305433eb465457b38714
2012-09-19sot: remove un-used LRU cacheMichael Meeks
Change-Id: I3d011a1aae47b6961b1cea2bf544af2c88bd611e
2012-09-19sot: remove horrible hiding of LRU cache mapMichael Meeks
Change-Id: Ic8df1012752e78d3326999a07dc15a99e982b896
2012-09-19sot: remove unused Owner construct on StgPageMichael Meeks
Change-Id: Idd6616ac11e16b4c4631c607a3dc92417a796521
2012-09-19RTF ink testcaseMiklos Vajna
Change-Id: I88ab87525945f81ad6e11756f43bc211f8d2b70a
2012-09-19Related: #112623# add regression test for japanese word break rulesCaolán McNamara
Change-Id: I05baf163cc00d3770b9a8b25b099ffcbd9623a2f
2012-09-19remove duplicated codeLuboš Luňák
Most probably not intended when introduced in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray installation for me. Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
2012-09-19do not use invalid Directory instance (OSL_ASSERT about a NULL pointer)Luboš Luňák
Change-Id: Icc1dffc9b63453575ab927a3bdfa4b25cecfe8f2
2012-09-19remove apparently unused variablesLuboš Luňák
Change-Id: Ia3f971b065bf0fba361871cbed63833d76b462fe
2012-09-19Import RTF shape wrap property.Eilidh McAdam
Property \shpwrN, where N can be 1: Wrap at top and bottom (no wrap at sides) 2: Wrap around shape 3: None (wrap as though shape isn't there) 4: Wrap tightly around shape 5: Wrap text through shape Change-Id: Ic700e06bf9ef894a6efa7e8d033888ed80a7082f Reviewed-on: https://gerrit.libreoffice.org/647 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19Correctly import multiple-point curves from RTF document.Eilidh McAdam
The RTF segment specifier seems to indicate the type of segment with the first two bytes and how many points the specifier applies to with the last two bytes. Note that without further test docs, this hypothesis is yet to be thoroughly tested. Change-Id: I6f85435f52ef244b9c417e67d54c236ef4c7f149 Reviewed-on: https://gerrit.libreoffice.org/646 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19officecfg: oops, create directory first...Michael Stahl
Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5
2012-09-19officecfg: define list of schema files only once in files.mkMichael Stahl
Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15
2012-09-19officecfg: replace hardcoded includes in unit test with generated headerMichael Stahl
Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d
2012-09-19Add ENABLE_SDREMOTE ifdef here, tooTor Lillqvist
Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-19n#778828 testcaseMiklos Vajna
Change-Id: I38ba0fd4128acfa114eac0b6b6e28ea49c335f0c
2012-09-19n#778828 fix docx import of continous section break on title pageMiklos Vajna
Change-Id: Ib9e9cce5abdcf00c2546f831c8af191da10e1b15
2012-09-19Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann
This effectively reverts 8c5cd962353dd9ce8234211a66547eb057202eb5 "config split for sdremote" (what was the rationale for that, anyway? having the two little additions in Impress.xcs always should not be a big deal), 63a73c119c188e6a4b22fb99fc2571f200073bde "Hopefully fix the remote config access to work with the new schema.", ee5403b98bf0e89693a14f7a1ae5658d9e5eb730 "officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and 4cce7027a6e700a6a7392b806c3d059172268f6d "Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess." Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c
2012-09-19Return empty string for null notes to avoid showing null in UI.Andrzej J.R. Hunt
Change-Id: I1f60ce48d9d11b074aa268eda118c427b3cc62c0
2012-09-19More ::rtl::OUString to OUString and some sal_Bool to bool in avmediaRicardo Montania
Change-Id: Ia3ed38eb017e02df7109e684bc59017f47af3543 Reviewed-on: https://gerrit.libreoffice.org/644 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19sdui requires -DENABLE_SDREMOTE too.Andrzej J.R. Hunt
Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a
2012-09-19Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt
Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
2012-09-19fdo#55045 fix broken Hungarian grammar checking optionsLászló Németh
Change-Id: I488dda6f456e841f41c4623634d2cb597e3a3c0a Reviewed-on: https://gerrit.libreoffice.org/639 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-19-Werror,-Wunused-private-field workaround (RemoteDialog)Stephan Bergmann
Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08
2012-09-19Add definition for G_VALUE_INIT as it doesn't exist for glib < 2.30.Andrzej J.R. Hunt
Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07
2012-09-19use the defines instead of hard coded numbersMarkus Mohrhard
Change-Id: Id410cd758f325b9c7011ae1b7b911914a5822e0d
2012-09-19enable the content test for lotus 123 filesMarkus Mohrhard
Change-Id: I8819b99b1eb1ea27d7e242d329f1e4fc878bdb2b