summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Collapse)Author
2012-09-12Improvement on previous commitStephan Bergmann
Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
2012-08-01convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
2012-07-28Partially revert "hrc cleanup: Remove unused resource definitions"Thomas Arnhold
This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31
2012-07-20office:annotation-end importMiklos Vajna
Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14
2012-07-20office:annotation-end exportMiklos Vajna
Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
2012-07-16xmloff: implement import/export of SwPostItField::aInitialsMiklos Vajna
Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb
2012-07-12xmloff: add new constant for commentrange field typeMiklos Vajna
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna
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-05xmloff: implement first page header/footer import/exportMiklos Vajna
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28Remove unused header filesThomas Arnhold
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-27Remove unused header filesThomas Arnhold
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27add support for axis color import/exportMarkus Mohrhard
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
2012-06-26removed unnecessary forward declarations of classTakeshi Abe
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-05Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-modeThorsten Behrens
This writes out absolute paths, to side-step buggy odf consumers' wrong handling of the 'z' statement (i.e. they ignore it for current positions).
2012-06-03Map errorbars properties from chart2 API to xml.Rafael Dominguez
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard
Change-Id: I6fdf7a6158002003938ee039152d582776aba5db
2012-05-24use correct namespace for calc odf extensionsMarkus Mohrhard
Change-Id: I6e0feab7e1d649fbf4dafb9f06d57f68e9a4b934
2012-05-24first part for databar exportMarkus Mohrhard
# Changes to be committed: Change-Id: Iffe020d60982c2872c1a451f9d0e4e1d4f5e349f
2012-05-22-Werror=unused-parameterStephan Bergmann
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
2012-05-22make row heights ( incl default row height ) from excel are saved absoluteNoel Power
Currently default row heights imported from Excel are not adjusted Optimally ( AdjustRowHeight() is no longer called ) However to ensure correct round tripping the CR_MANUALSIZE flag *is* still set, this results in the style:use-optimal-row-height="true" being set for default row height(s) when saving as odf. So, for example absolute positions which are calculated on importing the Excel document ( where the row height is *not* optimally adjusted ) are still saved with the 'style:use-optimal-row-height' set. When the row heights are read back into calc the row sizes are changed any absolutely positioned objects are now out of place. This patch ensures *all* row heights are from an imported excel document are saved with style:use-optimal-row-height="false" Change-Id: If898b97ddb0c8b59a401d7b3c133b0eec09cd1db
2012-04-10Partial fix for bug 30711Brennan Vincent
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2012-03-26Remove unused code in xmloff.Santiago Martinez
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba
2012-03-23.hxx files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-20map of kind+name -> new-nameCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-12xmloff: implement contextual spacing import/exportMiklos Vajna
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-20Remove unused code in XMLTextListAutoStylePool.Santiago Martinez
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold
2012-02-13Remove unused code in XMLTextImportHelperCatalin Iacob
2012-02-05Remove unused code.Elton Chung
2012-02-02fdo#45449: ODF export: frames: invalid "min-width"Michael Stahl
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the fo:min-width and fo:min-height attributes so that they end up at the draw:text-box element, and not at draw:frame where they are invalid. Testing reveals that the ODF import can already handle reading the attributes from the draw:text-box elements, so there doesn't seem to be a backward compatibility problem.
2012-02-01callcatcher: update listCaolán McNamara
2012-01-31callcatcher: update listCaolán McNamara