Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-11 | fix windows build | Ivan Timofeev | 1 | -1/+1 | |
2012-04-11 | Export chart X,Y errorbars. | Rafael Dominguez | 1 | -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-11 | Move exporting chart errorbars code to its own method. | Rafael Dominguez | 1 | -66/+90 | |
2012-04-10 | Partial fix for bug 30711 | Brennan Vincent | 2 | -4/+94 | |
2012-04-10 | char[] -> const char[]. | Jan Holesovsky | 1 | -1/+1 | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 4 | -38/+22 | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 1 | -1/+1 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 3 | -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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 15 | -51/+31 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 11 | -35/+35 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 6 | -10/+10 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -1/+1 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||||
2012-04-05 | no use is made of FmFormObj::m_nType | Caolán McNamara | 4 | -77/+0 | |
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | 1 | -2/+2 | |
2012-04-04 | removed duplicate #includes | Takeshi Abe | 17 | -21/+0 | |
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity | |||||
2012-04-02 | callcatcher: remove some unused code | Caolán McNamara | 2 | -22/+3 | |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 2 | -6/+9 | |
2012-03-26 | Remove unused code in xmloff. | Santiago Martinez | 2 | -29/+0 | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | 2 | -12/+18 | |
2012-03-26 | Compatibility option for incorrect relative moves after closePath (fdo#47406) | Fridrich Štrba | 6 | -13/+20 | |
2012-03-26 | Fix fdo#47406 incorrect relative moves after closePath | Thorsten Behrens | 1 | -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 bits | Michael Stahl | 2 | -0/+0 | |
2012-03-23 | .xcl files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-23 | .sce files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | 2 | -0/+0 | |
2012-03-23 | .hxx files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | 2 | -0/+0 | |
2012-03-21 | chmod -x | Tor Lillqvist | 2 | -0/+0 | |
2012-03-20 | map of kind+name -> new-name | Caolán McNamara | 2 | -107/+44 | |
2012-03-18 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | 1 | -1/+1 | |
2012-03-18 | Some cppcheck cleaning | Julien Nabet | 2 | -5/+5 | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | 3 | -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-12 | xmloff: implement contextual spacing import/export | Miklos Vajna | 3 | -0/+3 | |
2012-03-12 | remove unused VisAreaContext.[c|h]xx | Caolán McNamara | 4 | -194/+0 | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 2 | -2/+2 | |
2012-03-08 | Compiler-generated code is just fine | Stephan Bergmann | 1 | -14/+1 | |
...now that member is Sequence instead of pointer to Sequence. | |||||
2012-03-07 | remove various unused methods and source files | Caolán McNamara | 10 | -135/+0 | |
2012-03-03 | don't create uno::Sequence with new, fdo#46825 | Markus Mohrhard | 2 | -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. | |||||
2012-03-03 | make this variable const | Markus Mohrhard | 1 | -1/+1 | |
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems | |||||
2012-02-27 | Removed unused code | Szabolcs Dezsi | 8 | -167/+0 | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | 2 | -48/+0 | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | 4 | -7/+7 | |
to equalsIgnoreAsciiCaseAscii("...") | |||||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | 1 | -1/+1 | |
2012-02-20 | Remove unused code in XMLTextListAutoStylePool. | Santiago Martinez | 2 | -6/+0 | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | 2 | -3/+3 | |
2012-02-18 | xmloff: use ::comphelper::UStringLess instead of less_functor | Thomas Arnhold | 4 | -37/+2 | |
2012-02-18 | Fix typos in comments | Elton Chung | 3 | -3/+3 | |
2012-02-13 | Remove unused code in XMLTextImportHelper | Catalin Iacob | 2 | -43/+0 | |
2012-02-13 | catched -> caught | Caolán McNamara | 7 | -37/+37 | |
2012-02-10 | fdo#42771: Fix crash when loading an invalid .fodt. | Jan Holesovsky | 1 | -4/+10 | |
createTextCursorByRange() likes to throw runtime exception, even though it just means 'we were unable to create the cursor'. |