summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl1-1/+1
The factor here is used to divide, so the parameters have to be switched; this has always been broken but probably before 3ca2bef76886450058d1667703aeafe4c2e456c3 nothing called this. This also reverts 7bf1fa3757133f12cf6ca624f8cee6ba5363e7d8 because that was a workaround for the problem in the wrong place.
2012-04-18loop with erase(begin()) looks sort of inefficientMichael Stahl2-5/+4
2012-04-18Convert SV_DECL_PTRARR_SORT_DEL to boost::ptr_setNoel Grandin1-7/+6
2012-04-18Convert SV_DECL_PTRARR_SORT_DEL to boost:ptr_setNoel Grandin1-14/+11
2012-04-18Convert SV_DECL_PTRARR to std::vectorNoel Grandin1-15/+11
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin1-14/+10
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin1-12/+12
2012-04-18Convert SV_DECL_PTRARR to std::vectorNoel Grandin1-8/+6
2012-04-18Convert SV_DECL_PTRARR to std::vectorNoel Grandin1-9/+6
2012-04-18Convert SV_DECL_PTRARR to std::vectorNoel Grandin1-9/+6
2012-04-18Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin1-21/+18
2012-04-11fix windows buildIvan Timofeev1-1/+1
2012-04-11Export chart X,Y errorbars.Rafael Dominguez1-53/+51
- 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 Dominguez1-66/+90
2012-04-10Partial fix for bug 30711Brennan Vincent2-4/+94
2012-04-10char[] -> const char[].Jan Holesovsky1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi4-38/+22
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-5/+5
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 Dezsi15-51/+31
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi11-35/+35
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 Dezsi6-10/+10
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 Dezsi1-1/+1
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 McNamara4-77/+0
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-2/+2
2012-04-04removed duplicate #includesTakeshi Abe17-21/+0
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-02callcatcher: remove some unused codeCaolán McNamara2-22/+3
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2-6/+9
2012-03-26Remove unused code in xmloff.Santiago Martinez2-29/+0
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara2-12/+18
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba6-13/+20
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens1-0/+10
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 Stahl2-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.hxx files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl2-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-20map of kind+name -> new-nameCaolán McNamara2-107/+44
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-18Some cppcheck cleaningJulien Nabet2-5/+5
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-0/+14
...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 Vajna3-0/+3
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara4-194/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-2/+2
2012-03-08Compiler-generated code is just fineStephan Bergmann1-14/+1
...now that member is Sequence instead of pointer to Sequence.
2012-03-07remove various unused methods and source filesCaolán McNamara10-135/+0
2012-03-03don't create uno::Sequence with new, fdo#46825Markus Mohrhard2-13/+9
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.