summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann28-110/+42
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther2-2/+2
Also checked the following with bin/find-german-comments (all false positives): - sysui - xml2cmp - udm - ucb Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
2012-08-08remove include comments and boxesThomas Arnhold9-45/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07drop bogus eof linesThomas Arnhold2-4/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini8-13/+18
Change-Id: Ie4747a424bb688263dd578905b44c849e3cac08d
2012-08-03fdo#38056: fix XMLTextImportPropertyMapper regression:Michael Stahl1-51/+52
The invalidation introduced in 7f9928bfa561ccb6ed4e2baacc7d6960bc1ce231 is unfortunately in the wrong place; the pAllFoo actually point at vector elements, and so they must not be dereferenced after new elements are added to the vector, so move the invalidation up a bit. Change-Id: I244d1d5cfd40469ff6d2c081e057355460d34cf4
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power5-0/+29
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
2012-08-03additional const_iterator in const methodCaolán McNamara1-2/+2
Change-Id: I8cad958e1b6ba5eec000244a31e1ee98e0b5d123
2012-08-02SvXMLAutoStylePoolP_Impl: try to make MSVC happyMichael Stahl1-4/+6
Change-Id: Ifecfa196923b7fdde51839d74bef46e840bae501
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl1-1/+0
Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)Noel Grandin4-40/+33
Change-Id: I54f1595198b65058d3dd7f3304e0acb75cd55291
2012-08-02STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)Noel Grandin1-44/+37
Change-Id: Ib9aa0e619434acde5b4dd93b43b231ba23adb63e
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)Noel Grandin1-34/+37
Change-Id: Ic02f143a0e0f01a6cbc88c47d20e0c27dca17a74
2012-08-02convert XMLFamilyDataList_Impl to boost::ptr_setCaolán McNamara5-239/+188
Change-Id: I2a23787091828415cf814eb7091f3fa926b5876c
2012-08-01const SvXMLStyleIndexCmp_Impl upCaolán McNamara1-1/+1
Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15
2012-08-01convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara10-123/+47
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara6-6/+0
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-28Partially revert "hrc cleanup: Remove unused resource definitions"Thomas Arnhold1-3/+3
This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31
2012-07-28WaE: unused variableTor Lillqvist1-1/+3
Change-Id: Iad6063f3f064e0d8fa0bf43125ec1d323519389c
2012-07-27sd, sfx2, writerfilter, xmloff: fix some warningsMichael Stahl1-1/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl6-6/+3
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-20office:annotation-end importMiklos Vajna4-5/+71
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
2012-07-20office:annotation-end exportMiklos Vajna4-4/+36
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
2012-07-19odf: export old path without unsupported commands in draw namespace as wellRadek Doulik1-6/+16
- to preserve at least some data for older versions of Libre Office Change-Id: I2a33706c2a2344e45b57a00469a7387072f8602b
2012-07-19fdo#38056: ODF import: fix page style attributes:Michael Stahl1-0/+51
PageMasterImportPropMapper: in the case of a single "fo:border" and "style:border-line-width" attribute, it is possible that the border is imported wrongly, like this: 1. pAllBorderProperty is set from the imported value, with name "TopBorder" 2. individual pNewBorder[i] are created as copies from pAllBorderProperty, one of which also with name "TopBorder" 3. pNewBorder[i] is updated with widths from pBorderWidths[i] 4. the individual pNewBorder[i] are added to the property vector 5. the property vector is sorted by property name 6. the properites are applied in order; if the pNewBorder[TOP] happens to precede the pAllBorderProperty (which is indeterminate as they both have name "TopBorder"), then the pAllBorderProperty will overwrite the border widths computed in step 3. Thus, nerf the various pAllFoo properties so they do not override the individual Foo properties later on. Change-Id: I87755f1184d59da2aa72ac053e6f77d7295d6958
2012-07-19odf: export arcangleto commands in enhanced path (use drawooo namespace)Radek Doulik4-7/+13
Change-Id: I43a2c08ee8dfc0abe4d05579b837b5be0944c0fe
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák3-4/+4
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-12/+12
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16xmloff: implement import/export of SwPostItField::aInitialsMiklos Vajna4-0/+26
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
2012-07-13fix a crash with empty stringLuboš Luňák1-4/+2
If it's named nLast, then it's supposed to point to the last character, which, with an empty string, logically means it should point before the start of the string. Change-Id: I248fbe80c1c4b1c2c8d39f0bcf772f9b85415e4a
2012-07-12xmloff: add new constant for commentrange field typeMiklos Vajna1-0/+1
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
2012-07-11Decrease header files dependenciesMatteo Casalin3-3/+3
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-10xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased codeMiklos Vajna12-54/+48
Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-3/+4
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna3-15/+6
sw document model, xmloff and offapi supported these separately, but sw layout did not. It turns out it's not needed for Word interop, either, so better to just merge these, instead of implementing them independently without a good use-case. Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
2012-07-08removed unused includesTakeshi Abe2-2/+0
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
2012-07-05xmloff: unused includes in txtimpMiklos Vajna1-22/+0
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
2012-07-05xmloff: implement first page header/footer import/exportMiklos Vajna10-18/+131
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
2012-07-02Remove unused definesThomas Arnhold1-4/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-07-01Remove unused definesThomas Arnhold1-3/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-3/+3
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-06-29Remove include guardsThomas Arnhold4-9/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove unused localsThomas Arnhold1-4/+0
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
2012-06-29Remove UNO includes commentsThomas Arnhold7-14/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28Remove unused header filesThomas Arnhold1-56/+0
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-27Remove unused header filesThomas Arnhold3-2046/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold1-61/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988