summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2013-03-10update pch filesPeter Foley
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith
Change-Id: I3b32ef3bad9700f24c898b6b5bf1a8cd6a97f426
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith
Change-Id: I5a237b22e40c05e31990fc1cfdcfba16ef3db544
2013-03-09Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang
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 Arnhold
Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
2013-03-08make use of startsWith()Thomas Arnhold
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ňák
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ňák
Change-Id: If9d6a163abb5a1cbd64838ca005b14dcd51c4588
2013-03-08simplify compareTo (now correct)Thomas Arnhold
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-08Revert "simplify some compareTo"Stephan Bergmann
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
2013-03-08simplify some compareToThomas Arnhold
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
2013-03-08some further OUString cleanupThomas Arnhold
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák
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 Beck
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 Arnhold
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04sal_Bool to boolTakeshi Abe
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespaceThomas Arnhold
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-04another fix for error bar import, related fdo#60083Markus Mohrhard
Change-Id: I843a597702cb0cb66d8696c277666e1605091c09
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-03binfilter: remove some tracesThomas Arnhold
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
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 Arnhold
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03fdo#60724: fix paramater -> parameter misspelling found by lintianVojta Koukal
Change-Id: I6c09767211817533494df34744a265cf28a76105
2013-03-03and one more fix for error bar import, related fdo#60083Markus Mohrhard
Change-Id: I76ff4849137aaad175b3c95dce6644d612871201
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
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 McNamara
Change-Id: Ia9d120348787bd566a3c9049f7adaf76648d096e
2013-03-01finish font embedding, use the new Fonts document propertyRadek Doulik
Change-Id: I4cd6b8c11fb1efe9f97d2c5e474bd0bdcc9ed505
2013-03-01xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macroMiklos Vajna
Change-Id: I92a341ccafb018b10e884bbaec07574b706a02b4
2013-02-28regenerate pchPeter Foley
Change-Id: I130bfbeaf8723f0f9ee38051c8acf32cb7f5ba85
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
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 Mohrhard
2013-02-27coverity#441041: unitialized variableMarkus Mohrhard
Change-Id: I5918448afaf5409d9372592011d936b48701903d
2013-02-26one more fix for error bar import, fdo#60083Markus Mohrhard
This makes it finally possible to import the original test document. Change-Id: I5941f2ce303a28674dcf04aeabbbbc2d178c0913
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
Change-Id: If6b297b6dd150b698f8f524a071006c571c6cc7a
2013-02-26undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxxChr. Rossmanith
Change-Id: I96248570c09a9d8c2b594c3289ba435ed493d1da
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
Change-Id: I8ab8c32ee561a14dcb05b9cf04387beadccd314a
2013-02-26coverity#736009 Explicit null dereferencedNorbert Thiebaud
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ňák
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 Mohrhard
Change-Id: I2d2af3944985776cb8bebf47322b348745d66410
2013-02-26get at least the y-error-bar import working again, fdo#60083Markus Mohrhard
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. Rossmanith
Change-Id: I2d2a695b56e99e9df7835a5e4e8844be19c421eb
2013-02-25remove some trivial duplicatesThomas Arnhold
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir
Change-Id: I7c9ebd01c16ff066008e53de865560ad78215bab Reviewed-on: https://gerrit.libreoffice.org/2330 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24coverity#705444 Improper use of negative valueNorbert Thiebaud
Change-Id: Ie3b7634e099de5c8b9a4a77daf47c6038dade370 Reviewed-on: https://gerrit.libreoffice.org/2320 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24coverity#705347 Missing break in switchNorbert Thiebaud
Change-Id: Ife49c096722fff204a140be970aa0692281e8b86 Reviewed-on: https://gerrit.libreoffice.org/2327 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAM in xmloffChr. Rossmanith
Change-Id: I86163e68d0993dcaf6888060ace17f5dba812f1a