summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2012-04-11fix windows buildIvan Timofeev
2012-04-11Export chart X,Y errorbars.Rafael Dominguez
- Remove using older properties to get errorbars data. - Only export X errorbars when using ODF VERSION >= 1.2. - Use the dimension attribute to set errorbar direction.
2012-04-11Move exporting chart errorbars code to its own method.Rafael Dominguez
2012-04-10Partial fix for bug 30711Brennan Vincent
2012-04-10char[] -> const char[].Jan Holesovsky
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-04removed duplicate #includesTakeshi Abe
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-26Remove unused code in xmloff.Santiago Martinez
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens
I missed the fact that odf export still uses the old exporter in xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx
2012-03-23.dtd files don't need executable bitsMichael Stahl
2012-03-23.xcl files don't need executable bitsMichael Stahl
2012-03-23.sce files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.hxx files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-20map of kind+name -> new-nameCaolán McNamara
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-03-18Some cppcheck cleaningJulien Nabet
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-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08Compiler-generated code is just fineStephan Bergmann
...now that member is Sequence instead of pointer to Sequence.
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-03don't create uno::Sequence with new, fdo#46825Markus Mohrhard
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete.
2012-03-03make this variable constMarkus Mohrhard
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20Remove unused code in XMLTextListAutoStylePool.Santiago Martinez
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold
2012-02-18Fix typos in commentsElton Chung
2012-02-13Remove unused code in XMLTextImportHelperCatalin Iacob
2012-02-13catched -> caughtCaolán McNamara
2012-02-10fdo#42771: Fix crash when loading an invalid .fodt.Jan Holesovsky
createTextCursorByRange() likes to throw runtime exception, even though it just means 'we were unable to create the cursor'.