summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-12update pch headersLuboš Luňák1-0/+7
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane2-0/+2
Change-Id: Id5d73f9aac48ebfb6987e5bf0df37e62f1817bdc
2013-03-11xmloff: more READMEMichael Stahl1-1/+39
Change-Id: I951c5db621be2443961f5d2a1a0ca6a2684f8e0f
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold4-4/+4
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-10update pch filesPeter Foley1-0/+3
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith3-10/+8
Change-Id: I3b32ef3bad9700f24c898b6b5bf1a8cd6a97f426
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith3-21/+21
Change-Id: I5a237b22e40c05e31990fc1cfdcfba16ef3db544
2013-03-09Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang1-1/+2
The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked Found by: zhangjf Patch by: zhangjf (cherry picked from commit e440770de29e96ce3e45792c0e94f133ade83680) Change-Id: Ic0585bbb8e0e315548586ea1e49f55d0cc7ed2c4
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-5/+5
Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann1-3/+2
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
2013-03-08make use of startsWith()Thomas Arnhold4-17/+10
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák1-1/+4
MSO embeds even fonts which allow only embedding for viewing the document but not editing it. So embed such fonts too, but do not actually use them from the document. What MSO does when such a font is not present locally when opening the document is switching to read-only mode, warning about this and providing a button for switching to editing mode by dumping the font(s). That should be done for LO too, but right now dropping view-only fonts is better than using them for editing. Change-Id: I19c28fadb091e6b21beaf4cbf8b47e3078256d1c
2013-03-08function for duplicated codeLuboš Luňák1-28/+2
Change-Id: If9d6a163abb5a1cbd64838ca005b14dcd51c4588
2013-03-08simplify compareTo (now correct)Thomas Arnhold2-4/+4
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-08Revert "simplify some compareTo"Stephan Bergmann2-4/+4
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
2013-03-08simplify some compareToThomas Arnhold2-4/+4
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
2013-03-08some further OUString cleanupThomas Arnhold2-13/+13
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák5-23/+27
The information can be read from the font data itself now, so this is a bit pointless. It wasn't entirely reliable anyway, as it is also necessary to ensure two font different font files don't overwrite each other. Change-Id: Ie17ab8118e1c08228beb7c749c5c8d6cf3426362
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2-3/+3
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05doubled usingThomas Arnhold1-1/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespaceThomas Arnhold4-5/+0
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-04another fix for error bar import, related fdo#60083Markus Mohrhard1-0/+7
Change-Id: I843a597702cb0cb66d8696c277666e1605091c09
2013-03-04remove unused and commented out codeThomas Arnhold4-9/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin10-49/+38
the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-03binfilter: remove some tracesThomas Arnhold2-29/+4
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold16-18/+18
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold1-1/+2
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03fdo#60724: fix paramater -> parameter misspelling found by lintianVojta Koukal1-1/+1
Change-Id: I6c09767211817533494df34744a265cf28a76105
2013-03-03and one more fix for error bar import, related fdo#60083Markus Mohrhard1-0/+8
Change-Id: I76ff4849137aaad175b3c95dce6644d612871201
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith32-371/+325
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-2/+2
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-01WaE: init variablesCaolán McNamara1-1/+3
Change-Id: Ia9d120348787bd566a3c9049f7adaf76648d096e
2013-03-01finish font embedding, use the new Fonts document propertyRadek Doulik2-15/+54
Change-Id: I4cd6b8c11fb1efe9f97d2c5e474bd0bdcc9ed505
2013-03-01xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macroMiklos Vajna10-262/+252
Change-Id: I92a341ccafb018b10e884bbaec07574b706a02b4
2013-02-28regenerate pchPeter Foley1-1/+0
Change-Id: I130bfbeaf8723f0f9ee38051c8acf32cb7f5ba85
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-1/+1
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-27fix buildMarkus Mohrhard1-1/+1
2013-02-27coverity#441041: unitialized variableMarkus Mohrhard1-1/+1
Change-Id: I5918448afaf5409d9372592011d936b48701903d
2013-02-26one more fix for error bar import, fdo#60083Markus Mohrhard1-5/+17
This makes it finally possible to import the original test document. Change-Id: I5941f2ce303a28674dcf04aeabbbbc2d178c0913
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith10-81/+81
Change-Id: If6b297b6dd150b698f8f524a071006c571c6cc7a
2013-02-26undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxxChr. Rossmanith1-1/+1
Change-Id: I96248570c09a9d8c2b594c3289ba435ed493d1da
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith18-94/+84
Change-Id: I8ab8c32ee561a14dcb05b9cf04387beadccd314a
2013-02-26coverity#736009 Explicit null dereferencedNorbert Thiebaud1-2/+1
Change-Id: If6ae3637f901ed8d424125c19e04f64c3a27c126 Reviewed-on: https://gerrit.libreoffice.org/2325 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-26embed also system fonts when embedding fonts in a documentLuboš Luňák3-8/+15
Without this, only fonts that had come embedded with the document were embedded when saving, which meant that it was impossible to create new documents that would have any fonts embedded. Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf
2013-02-26get the x-error-import working as well, fdo#60083Markus Mohrhard1-0/+1
Change-Id: I2d2af3944985776cb8bebf47322b348745d66410
2013-02-26get at least the y-error-bar import working again, fdo#60083Markus Mohrhard1-53/+87
This still does not help with the x-error-bars but it is a first step in the right direction. There are still some nasty problems around the different possibilities how the error bar information can be stored in the file. Change-Id: I8022fbfc8d372c9863d236253a2a63364198bfc8
2013-02-25removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith10-114/+106
Change-Id: I2d2a695b56e99e9df7835a5e4e8844be19c421eb
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad