summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-11remove now redundant old implementationBjoern Michaelsen
Change-Id: Ieab4fc54be0b2e5ad547f81a7a70d84284161c47
2014-06-11add second Restore function for CntntIdxStoreBjoern Michaelsen
Change-Id: I2d4c92d0927bce13b03a6f235e14812ed1d0bd54
2014-06-11code conventions, while we are at itBjoern Michaelsen
Change-Id: I118aa2cb8747775d8c778cf49248c7f3ef68d6a2
2014-06-11refactor bookmark movesBjoern Michaelsen
Change-Id: I13924d40ca1c31f56440b98d9a1829963cdd3e1a
2014-06-11avoid undefined null-reference in CrossRefBookmark::GetOtherMarkPos()Michael Stahl
CrossRefBookmark::GetOtherMarkPos() is apparently not supposed to be called, so just replace the undefined null-reference with a call to abort(). Change-Id: Ie8e141d661b870573092d20bd85fa1ae04506421
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl
... to pointer" CrossRefBookmark::GetOtherMarkPos() is apparently not supposed to be called, so just replace the undefined null-reference with a call to abort(). This reverts commit dcf0ac048ce745774f401ada72b051757298c559. Change-Id: I55b4accb4f42031df5671e8a30897e3aff9b56f9
2014-06-11Reset preview boundaries on a new scannerCaolán McNamara
Change-Id: Id2830727216fa25ca5935406a74f4237276d56db
2014-06-11Changing scanners has no effectCaolán McNamara
I guess no-one ever tested with multiple scanners but it just happens that my laptops webcam is presented as a (non-functional) scanner alongside the real one Change-Id: Ie36651cfc867027ef19e272dbabe46de6c4261ee
2014-06-11Dead codeStephan Bergmann
Change-Id: I08bd15316e7952d05b769326c0a8a1d3493b0eb8
2014-06-11Do not hard code /usrBaptiste Daroussin
Not all operation system install packages into /usr, make sure create-tree.sh do respect the PREFIX variable Change-Id: Iff358c9e22fb8969afaef2bb96e1f91eb7e91123 Reviewed-on: https://gerrit.libreoffice.org/9730 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-11Remove useless IXFContentStephan Bergmann
Change-Id: I727ae1c4a2c1a0c321580a9a8948c48ee9bbfcab
2014-06-11Updated coreCaolán McNamara
Project: help c1d60a56eb3b6e117cfdfb43b2d9248c7ea56f96
2014-06-11extract Scan Preview code into a preview widgetCaolán McNamara
instead of scribbling over the parent dialog directly. Doing is this way allows the .ui-ification to work right. Change-Id: Ia0c33eae4cd5a4c94896436fe5a5afad8d60a577
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3 Reviewed-on: https://gerrit.libreoffice.org/9696 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-11Upgrade LibreOfficeKit C++ API.Andrzej Hunt
Change-Id: If263b8fc748f67a1ed423c0f3f7cd465cf533993
2014-06-11Rename C api of LibreOfficeKit.Andrzej Hunt
However for the sake of ABI compatibility we can't change liblibreoffice_hook. Change-Id: I0e921efeeab40ef1b53a67c0e7a89d4c75ced831
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt
Change-Id: Ib2754a77be470faaa6f9b27644a1d8dd082ed2b8
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna
Regression from commit abe1e852a232e3bdab7b9177d099fe3929f5a4aa (handle properly page breaks even if a page contains only a frame (fdo#55381), 2014-04-21), DomainMapper::lcl_endSectionGroup() inserted an empty paragraph before and after the real footnote text. Disable addition of the dummy paragraph for footnotes. Change-Id: I6e1954c9bd5520ac284d66244ce1c9004e970305
2014-06-11Related: #i125072# map given style name to corresponding UI name...Oliver-Rainer Wittmann
before searching for it. (cherry picked from commit 4a76d7f700da112a553ec9d9811731e645581a7f) Conflicts: sw/source/core/unocore/unoframe.cxx Change-Id: I294bd7f21ec0acee0f7b8e7be067e04b5a785e43
2014-06-11cut out the rsc loading support for stuff thats now .ui onlyCaolán McNamara
Change-Id: I54880de44ee10d4f71c8a514f905e8e00774fde7
2014-06-11callcatcher: update unused codeCaolán McNamara
Change-Id: Iee19af81c648cb82074d8cabc13716b0d38c7ff6
2014-06-11the BSD family also uses gioBaptiste Daroussin
Change-Id: I75fb934e52beb2ab752df4c969aa2e10d4f5966e Reviewed-on: https://gerrit.libreoffice.org/9733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-11fdo#79668 :File getting corrupt after RTTushar Bende
Problem Description : For some documents containing redLine data there was already processing done for paragraph properties pPr but when it comes to DocxAttributeOutput::EndParagraphProperties() instead of writing these pPr, LO was calling Redline( pRedlineData ) which has it's pPr inside w:pPrChange. This was the reason when LO calls WriteCollectedParagraphProperties() after calling Redline() it was writing both paragraph properties inside single w:shd element.Hence the RT document was getting Corrupt. Added condition in DocxAttributeOutput::EndParagraphProperties() which is checking for RedlineData and if it's there call WriteCollectedParagraphProperties() before calling Redline(). Added Export Test case. Change-Id: I7000c27fe6ee372cac81d6f22e0d3ca9219a24d7 Reviewed-on: https://gerrit.libreoffice.org/9712 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-06-11fdo#78885 : File crashed while opening in LOsushil_shinde
- File attached to issue contains footnote between a table and reference of footnote is in field. - In PopFieldContext code was throwing exception due to null value of footnotestartnode. Reviewed on: https://gerrit.libreoffice.org/9697 Change-Id: I467e234a7daa6a5f724087c2cc959e4c9d76f4d2
2014-06-11fix buildCaolán McNamara
Change-Id: Ic301459b751585a91aa4d6667fbe512d13bbb458
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
2014-06-11fdo#79817:Fix for corruption having databinding have duplicates attributesRohit Deshmukh
File contains SDT content, in which after export databinding have duplicate attribute. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/9693 Change-Id: Ibe828964c054bdd5a63b5c0c903bc7441d953d72
2014-06-11fdo#79540 : DOCX: Lo exports Drawing inside DrawingPallavi Jadhav
Issue : - In file there is a WordArt inside Table. - In RT, LO exports <w:drawing> inside <w:drawing>. - The xml sequence was : <mc:AltrnateContent> <mc:Choice> <w:drawing> // first start of drawing <w:txbxContent> <w:tbl> <w:drawing> // second start of drawing. MSO does not allow. Implementation : - In DocxAttributeOutput::OutputFlyFrame_Impl() under "case sw::Frame::eDrawing", if drawing is already open then Postpone the Inner Drawing. - Added Export Unit Test case to check two separate drawings are now written in document.xml of RT. Change-Id: I01d06621576d60d26cd51489ee9718dd79eb9c72 Reviewed-on: https://gerrit.libreoffice.org/9653 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-06-11Fix build on FreeBSD with libc++Baptiste Daroussin
Change-Id: Ib51b05eb3f7c5d1288bee0f9f738ab1f37251c3e Reviewed-on: https://gerrit.libreoffice.org/9722 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-11ThinkoTor Lillqvist
Change-Id: I78a388385d4629bda35af8c08445f21ac547e86b
2014-06-11The Cygwin realpath command fails for dirs on a mounted volume so just warnTor Lillqvist
Change-Id: Idff480084b22a5db6a0f00f90b7febc8488ba2af
2014-06-11writerfilter: convert gperffasttokenhandler to PythonMiklos Vajna
Change-Id: I56ae09cb89da7d078f64906e15677de58296c119
2014-06-11No need for PCT_DLLIMPLEMENTATION any more.Jan Holesovsky
7b72e5051437d7ecfdb3658375b3cb09b1b4abf8 removed the need for that. Change-Id: I1fa635eab33bf259bcb4e229e9a0deac5fc987d6
2014-06-11loplugin:unreffunStephan Bergmann
Change-Id: I3d5ddbca7760a32231ef7fee19b45bca83667ca7
2014-06-11Access code under test via gb_Library_use_library_objectsStephan Bergmann
Change-Id: Ib92dc55827b69cf33a04fe4084cf296049efc9c6
2014-06-10Remove this.Kohei Yoshida
Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
2014-06-10New unit test for Draw document with chart. Disabled due to weird crash.Kohei Yoshida
No idea why it crashes whatsoever.... Change-Id: Ic46d5a98f21cacb03adb3bc0d6da239bde5d8ce2
2014-06-10pct import: Fix build on Windows.Jan Holesovsky
Change-Id: Iddd0299f2229383c0d8368d117e6175887931978
2014-06-10Consistent naming please.Kohei Yoshida
Change-Id: I8a7e1d0a42aacdc7dcaeda0f7e51db78727f4b54
2014-06-10Duplicate #includeStephan Bergmann
Change-Id: If83bcfb0e39c0b41ea5323b0ad3832bd65185c6c
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann
...so CrossRefBookmark::GetOtherMarkPos can legitimately return a null pointer Change-Id: I88774cf0d139d017d67d6727ee01214997a73636
2014-06-10Dead codeStephan Bergmann
Change-Id: Ib585af0755bdc6f7aeebc89d5d109d3bb6084e22
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: I7b1252656a6ada4ab86151462629aaa952011b70
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: I52d9ae4daf8e4f904f18b150a4adaad9d2921e61
2014-06-10pct import: Unit test for the clipping import fix.Jan Holesovsky
Change-Id: I8f9df1d92c86c087e37f77209f413ff8c1c6358f
2014-06-10MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.Jan Holesovsky
Change-Id: I4b51abf6193c33367edebc82772054875b5b9bba
2014-06-10MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky
Change-Id: Ia08f67e359bbd26cefdba8661f0b0c4ae2147382
2014-06-10pct import: Reset clip region before closing the metafile.Jan Holesovsky
Otherwise parts of the image are missing. Change-Id: If9018c32807359862a9be825b0ebdaacce2d3490
2014-06-10pct import: Add logging.Jan Holesovsky
Change-Id: Ia3fe1ff0075434d0b6903bf978c16499e07d699d