summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-20vcl: change from clipMgr to pClipMgrprivate/tbsdy/clippingChris Sherlock
Change-Id: I7bd54761b7646c60ba40f9654adbf2a93566849c
2014-07-20vcl: migrate rest of clipping functions from clipping.hxx into clipmgr.hxxChris Sherlock
Change-Id: If4646d96bafb113004dd6965d26f29e2194d237e
2014-07-19vcl: move Window::EnableClipSiblings() to ClipManagerChris Sherlock
Change-Id: I0382f2828824390503144345951b6ff6b804a467
2014-07-19vcl: migrate ClipCoversWholeWindow into ClipManagerChris Sherlock
I have moved Window::ClipCoversWholeWindow() into ClipManager. To do this, I have moved clipmgr.hxx to a global header. Change-Id: I47c830380b9750e5f3bf4ce3f824d25501317741
2014-07-19vcl: GetWindowClipRegionPixel simplifiedChris Sherlock
Window::GetWindowClipRegionPixel() has a lot of unneeded functionality. It's not being (ab)used anywhere except for SwViewShell::SmoothScroll() which uses it to work out if clipping area covers the whole window or not (taking into account the child clipping area). So I've basically removed the unneeded flags, and now it doesn't return a region, I just use it as a check to see if the clipping area covers the whole window - hence the name change to ClipCoversWholeWindow(), which now just returns a boolean value. Change-Id: I182cb91d78f4a44ff5da86d768d9ece0633ae3a3
2014-07-19vcl: use Set/GetParentClipMode through ClipManagerChris Sherlock
Change-Id: Ib8bb0101053ca64f59a23c1fdb14ee444f3342db
2014-07-19vcl: move ImplClipAllChildren() to ClipManagerChris Sherlock
Change-Id: I24a8d8538516992c77d4d36426979515e6ddef8a
2014-07-19vcl: move ImplIntersectWindowRegion to ClipManagerChris Sherlock
Moved Window::ImplIntersectWindowRegion() to ClipManager::Intersect(). Change-Id: I1893e5934c18404427b6975f580e8f698c6c590b
2014-07-19vcl: Move more clipping functions from Window into ClipManagerChris Sherlock
Moved: * ImplInitWinChildClipRegion() -> initChildClipRegion() - private * ImplGetWinChildClipRegion() -> GetChildClipRegion() - public Change-Id: Ifdee45a77181fc1c8670437ba445cdbc8e3a6140
2014-07-19vcl: move ImplClipChildren() to ClipManagerChris Sherlock
Change-Id: I510a44ea0d746e8f0e8ba753acfe26470e4ff7e2
2014-07-19vcl: move ImplExcludeWindowRegion() to ClipManager::Exclude()Chris Sherlock
Change-Id: Iecc1f5a1289c5e56fc211f6514489bad2bd070f1
2014-07-19vcl: move ImplExcludeOverlapWindows() to ClipManagerChris Sherlock
Change-Id: I50c2e7d27c7ce706ef926fe9ce90503617c7df30
2014-07-19vcl: remove unnecessary ImplExcludeOverlapWindows2()Chris Sherlock
Change-Id: Ie1442b1ae1944c5fe2006c1d4d50f8618fba023d
2014-07-19vcl: move ImplIsOverlapWindow into ClipManagerChris Sherlock
Change-Id: I9b1224dc36ea489248bad8558c20948b5ba288a7
2014-07-19vcl: move more Window clipping functions into ClipManagerChris Sherlock
Moved ImplIntersectWindowClipRegion to ClipManager as private function intersectClipRegion, as this is only used by ImplClipBoundaries. ImplClipBoundaries was also moved to ClipManager as ClipBoundaries. Change-Id: Id026e232e6738b2338043344d08677e7c4d09b1c
2014-07-19vcl: start window clipping managerChris Sherlock
Change-Id: I8a8fcb9006eed90e35161cb73f690b411572c862
2014-07-19add test for fdo#79305Markus Mohrhard
Change-Id: I498f272e9da8c5f988e0bf734ffcc1c04b528210
2014-07-19respect flag for relative paths, fdo#79305Markus Mohrhard
Change-Id: I8f4e5f8f5e489d543f81b0b20255c875b83f7afc
2014-07-19fdo#80363 add _wfullpath to expand ".." in dictionary pathsLászló Németh
Change-Id: I6c9edd0b4d2c63f7735d090e5d2d72d5fb81b921 Reviewed-on: https://gerrit.libreoffice.org/10400 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-07-19indentation fixesMiklos Vajna
Change-Id: I2c1f99128698778233b0bd46256b571d3f794713
2014-07-19fdo#81336 bison priority increase with bigger numberLionel Elie Mamane
Change-Id: Ib99f08c52379fd9df90c30b61cc246ee53022506 Reviewed-on: https://gerrit.libreoffice.org/10401 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-07-18Remove unused classes.Kohei Yoshida
Change-Id: I28003ddd2bb0120250eb0bd562af82346c58829d
2014-07-19fdo#78502: actually empty parameter to getParagraph() is not testedMichael Stahl
Change-Id: Ia0423eaa6454480979795f9443296919c44a0051
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4
2014-07-19writerfilter: RTF import: ignore \listname destination differentlyMichael Stahl
This adds a skeleton for \listname but not immediately obvious what it should do... Change-Id: Icd8dd3b5d597f1c4038044ec2eba8b63718e0d3d
2014-07-19fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl
The ";" terminates an entry and shall not be inserted as text, even if some over-engineered producer encodes it as {\uc1 \u59 ?}. Also, remove the special-casing of the \leveltext destination, since the bugdoc does contain \uc inside it and it's not obvious why that should be ignored. Change-Id: I1e19c9df39597cb1b22bbda97853c829d7812e29
2014-07-19(related: fdo#78502) writerfilter: RTF import: fix invalid string copyMichael Stahl
... in leveltext destination. Change-Id: I74de6d14170130bf33923854a0c9851dc7cc390f
2014-07-18CppunitTest_sw_ooxmlfieldexport: enable on OS XMiklos Vajna
Change-Id: I3ded4fc864870c20e0e5a7dc0aef02ca7b792ebc Reviewed-on: https://gerrit.libreoffice.org/10372 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida
Change-Id: If5f9122213d2f35aabcc66ca70c3d432120995cc
2014-07-18bnc#885548: Add test for import / export of revisions for xlsx.Kohei Yoshida
It's the same test as with the xls variant. Change-Id: Ice3d3c34213cc521e2782ef0f98d28d135c72fbe
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida
Change-Id: I0058d9ddfea545390e615a3030171a366e333c85
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida
Change-Id: Ie0528490d024093cbabf38541fe70be96a9caa2e
2014-07-18gbuild: really fix the build of instset with missing .ui translationsMichael Stahl
workdir zip file was not copied to instdir Change-Id: I47f86745613a1b99836523036fba2b393f9ba1bd
2014-07-18scp2: stupid typosMichael Stahl
Change-Id: I94b3f39ce3dc642c97dfd515b026e4470724b06c
2014-07-18fix buildDavid Tardon
Change-Id: Ic370d7a2443543b83677280394bfd796365392c6
2014-07-18gbuild: fix build of installation set with missing .ui translationsMichael Stahl
As demonstrated by commit b875362cd576b29aee4da899335b8d8f6c74d192, scp2 will reference all languages' UIConfig zip file, but gbuild only builds those that have existing input files from translations; tweak UIConfig class to always build a zip file, and the Zip command to work with no inputs as well, which requires a little hack. Change-Id: If6dbb07aa856c94802b9abdcaa20ba03e59d37fa
2014-07-18scp2: move pdfimport library to AutoInstallMichael Stahl
Change-Id: Iac7d30ea181edbc479034e7b6f8eea285d7f6fbb
2014-07-18vcl: kde4: [loplugin:saloverride]Michael Stahl
Change-Id: I215a53b468710ce26d2729880f3dd9fcd27a30da
2014-07-18DOCX export: handle <w:alias> for the date SDTMiklos Vajna
Change-Id: I97d4331a5e49815cc03e8579b50a076b37530f96
2014-07-18DOCX import: handle <w:alias> for the date SDTMiklos Vajna
Change-Id: I4a58fd9fc1db4e0fd3f9e2142fc208cec9f99f9d
2014-07-18Use comphelper::SequenceAsHashMapMiklos Vajna
Change-Id: I398881187001393a84e407157041d3a7d254b708
2014-07-18some other coverity fooCaolán McNamara
Change-Id: Ide5a10d7f9c45970c3cc5c78213c151c85ff4570
2014-07-18coverity#1226486 Dereference null return valueCaolán McNamara
Change-Id: I9157f1844923e3e6ac360e859ee2cd97c33512ba
2014-07-18coverity#1038295 Unchecked dynamic_castCaolán McNamara
Change-Id: I0206983f7dd57626a7d33a95d5025af1b12ed9d3
2014-07-18coverity#1209494 Explicit null dereferencedCaolán McNamara
Change-Id: I127066b71d34e5a4247a8eedc2fba23ed3c8255f
2014-07-18coverity#1132662 Dereference after null checkCaolán McNamara
Change-Id: Ifbaa05e70c8958d0289047efb75a13e0b8a13a4b
2014-07-18coverity#735895 Unchecked dynamic_castCaolán McNamara
Change-Id: I5aaacda8d91d9cbe7671e8fc56990ae203ecbfbb
2014-07-18coverity#1215398 Uninitialized scalar fieldCaolán McNamara
Change-Id: I00fd3afeca6e7c0902231fe88f7f23d4a2b32a3f
2014-07-18coverity#708018 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifde16da72b009f0f32a70ccadab08083f5ff14e1
2014-07-18coverity#704477 Division or modulo by float zeroCaolán McNamara
Change-Id: If229ad014851f46ccad5f8aec24cbf0bd2781b5e