- 10 Ara, 2015 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
...e.g., it still used the long-gone tools String class Change-Id: I9d1930c72fbae3208a0f3da14c6991f30d89a9bc
-
Stephan Bergmann yazdı
Change-Id: Ie83819e2bcdc5fa160b39296b005ca9a5ff74b1d
-
Stephan Bergmann yazdı
Change-Id: I274958964292f78c802748e17fca7f265ae5a4b8 Reviewed-on: https://gerrit.libreoffice.org/20429Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 09 Ara, 2015 37 kayıt (commit)
-
-
Julien Nabet yazdı
Don't select an option which is not even visible Change-Id: I003c835d7d623e559d67098de48efdf057a64422 Reviewed-on: https://gerrit.libreoffice.org/20552Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: Iabedfcce9d8ef21172e6bd0d654f3a258aae97e3
-
Eike Rathke yazdı
... if not in named expression. Change-Id: Ie50fedd2303021c925e006d9a8db6ed02321ae5e
-
Caolán McNamara yazdı
Change-Id: I83b167c44b1cb14681c2e5a3a27277f2bedd36c6
-
Caolán McNamara yazdı
Change-Id: Ic8ca5764095699423d9a16cbbbcb7f085a006e0a
-
Miklos Vajna yazdı
Change-Id: Ic437cdbc6a21e84a0fa8f4ff68bc5d1202c9da7e
-
Eike Rathke yazdı
In range references referring more than one column/row where the end col/row points to the maximum column or row number that col/row is not decremented when the range is shrunken. Incrementing an end col/row is not done past the maximum column or row number, so such references do not yield #REF! errors anymore. This is also done in named expressions if the end col/row is an absolute reference. Change-Id: Iafa2d62abd3e816a1c56c3166af92807e55b75ce
-
Marco Cecchetti yazdı
Removed experimental feature check. Single slide exporting works as for multi slides exporting. SVGExportTextDecorations unit test - fixed wrong XPath The new way single slide are exported caused the xpath to the slide group to be wrong, Change-Id: I4db4dc77de4f0d1208418455e1fca3b5732c8477 Reviewed-on: https://gerrit.libreoffice.org/20459Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Jan-Marek Glogowski yazdı
For SwDoc::AppendDoc we use the StartOfContent node as the starting copy node to prevent merging of the first node in CopyRange and to get a 2nd node needed for CopyRange in case of single content node documents. This correctly counts StartOfContent as a non-copy node when adapting the bookmark ranges for copying. Change-Id: Ia3ee0328a1be5548f8751aa2240812c4662fb73f Reviewed-on: https://gerrit.libreoffice.org/20383Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Caolán McNamara yazdı
Change-Id: If3665f573b2c4ec9e87646af0afcd2ba9c5a4f1c
-
Caolán McNamara yazdı
Change-Id: Ib6c1df4a97598c156b10b1730debb078e362e0d2
-
Caolán McNamara yazdı
Change-Id: If83e255da1683779458556a3ab1af4f00b19265b
-
Caolán McNamara yazdı
Change-Id: I1d4825c2136e516baf759f4b2c40c911547b93d7
-
Caolán McNamara yazdı
Change-Id: Ic7cc6c807905e0c4ffbf2a3f009b27be6100cdf0
-
Pranav Kant yazdı
Change-Id: Iac869ddb65cbdd2227f96d047d83159ca7819f11 Reviewed-on: https://gerrit.libreoffice.org/20534Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I217c0aedca4eadc347c103899d96c70cf9606038
-
Stephan Bergmann yazdı
Change-Id: Id249baebf047bae083e36ad6e23d5bb8989f9a98
-
Caolán McNamara yazdı
Change-Id: I2d3369aed4b242acc936a71ee9be573c1ebc7a8f
-
Miklos Vajna yazdı
With this, it is possible to import part of the document as RDF statements later when SwFltControlStack::SetAttrInDoc() gets an SwFltRDFMark. Previously SfxBaseModel member functions like getMetadataGraphsWithType() and addMetadataFile() failed, as they tried to find the already imported document in UCB, which failed, as the import was still in progress. To prevent that, do the same as the ODT import in XMLReader::Read(), part "RDF metadata". One trick here is the call to comphelper::OStorageHelper::GetTemporaryStorage(), which gives an empty storage. Ideally a wrapper class would be needed that works on a SotStorage, but implements embed::XStorage, but that would be only used to find that the real storage doesn't provide a manifest.rdf stream, which is always the case. So instead of writing such a wrapper, just give loadMetadataFromStorage() an empty storage, which will have the same result without writing lots of dead code. Change-Id: Id1897838b1477eee0489b706d51cb6f59898877b
-
Miklos Vajna yazdı
With this, the only thing that blocks the DOC import to handle smart tags is the lack of RDF metadata initialization in the filter. Change-Id: I33ab74c7d6ceaac42cc94fdf0b1dfcb0eaf61ab4
-
Caolán McNamara yazdı
which leads to stack exhaustion when queries, make m_BasedOnStyle private and replace it with a call to GetBasedOnStyle which checks that the base style is not itself Change-Id: I093546793755f8a3a6e8a3c23fb8565ad27b75da
-
Caolán McNamara yazdı
Change-Id: I7416d709de79ae88cf4a9546d8adfecec9935238
-
Caolán McNamara yazdı
otherwise under at least gtk2 the "missing file" dialog from ./soffice no-thing-at-all will be oversized Change-Id: I3c0c9a0a8ec0fcd37fb8830940a9d4909e6b5a1b
-
Mike Kaganski yazdı
In the beginning of endOfRowAction(), the current value of m_aTmpTableProperties.back( ) is stored in a temporary variable. Then, the width of table may be put into m_aTmpTableProperties.back( ). In the end, this temp variable is assigned to TableManager::mState.mTableProps and the m_aTmpTableProperties.back( ) is reset. In the middle, the m_aTmpTableProperties.back( ) may be replaced in endLevel()/startLevel() sequence (if new table is started). In that case, the width calculations go to a different object than stored in temp var. Consequently, that value will be discarded and replaced with initial stored in temp var. Fixed that by directly operating with temp var instead of m_aTmpTableProperties.back( ). Also, the value of m_nCell was not kept over endLevel()/startLevel() sequence and that prevented from calculating width. Fixed that. Also, removed leftovers from commit cbd0fbc2. Change-Id: If85dbb715e7c60f60043f9d60d6a3c3d02277add Reviewed-on: https://gerrit.libreoffice.org/20052Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: Iae617e9731dbdcedf8aa6bf02977911dce60bdd0
-
Caolán McNamara yazdı
Change-Id: I173b12f0a28f917f24d1923e531da1b798beb1f6
-
Caolán McNamara yazdı
Change-Id: I310d5ae60471c03c13cd2f3cf752362c4e562dac
-
Miklos Vajna yazdı
Change-Id: I13e510e305c4aa24c37b1c25b4c3116ef3f06a8a
-
Miklos Vajna yazdı
With this, SwWW8ImplReader::Read_FactoidBook() gets exactly the matching key/value strings for the smart-tag bookmark, so now only SwFltControlStack has to store the item and process it. Change-Id: If799d7d0bd1d69ddf8325d05f2b7c6e55112bba2
-
Miklos Vajna yazdı
So that SwWW8ImplReader::Read_FactoidBook() can put this as an attribute on the import stack instead of CntUInt16Item. Change-Id: I1753bc4a94f49332a945a4c6de7f58768d35ff16
-
Caolán McNamara yazdı
Change-Id: Id5295d294b56d6504d962ee1941a350a595031e7
-
andreas kainz yazdı
Change-Id: Id59855c8a89472cf61d6d857546dd74c205998e0 Reviewed-on: https://gerrit.libreoffice.org/20481Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
andreas kainz yazdı
Change-Id: I63fa25c4c9333cb4a3a51543a5bbb4fda08ebd63 Reviewed-on: https://gerrit.libreoffice.org/20352Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
andreas kainz yazdı
Change-Id: I7840dbceda0fa43b146e610f2dc7c90743646b9d Reviewed-on: https://gerrit.libreoffice.org/20353Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Caolán McNamara yazdı
Change-Id: I1c6b58b58ab489a17419dbf7cd4ecec63359b7f3
-
andreas kainz yazdı
Change-Id: If13e03f8c59aac8fe0e29a03eecddab3e8193008 Reviewed-on: https://gerrit.libreoffice.org/20359Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Caolán McNamara yazdı
Change-Id: I226f67c6c49bfcbc1fa0ef40fc9f7d5548fa043b
-