Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-25 | remove whitespaces | Markus Mohrhard | |
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac | |||
2014-02-26 | Remove visual noise from oox | Alexander Wilms | |
Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94 Reviewed-on: https://gerrit.libreoffice.org/8288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2014-02-23 | Remove unneccessary comments | Alexander Wilms | |
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin | |
Convert code like if( !aStr.isEmpty() && aStr[0] == 'x' ) to if( aStr.startsWith("x") ) Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf | |||
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann | |
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9 | |||
2013-11-14 | remove unnecessary sal_Unicode casts in OOX module | Noel Grandin | |
Change-Id: I2b9f26cb500a9e56f5860bd1b483ed284b84f50d | |||
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | |
Change-Id: I4e0f9b935171b65b20a40c4dec8d769d202cf4b8 | |||
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | |
Change-Id: Ia8f7c1bbf18bbe3dbd84df5a05c450361b7c8578 | |||
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | |
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2 | |||
2013-04-23 | fixup nanosecond precision | Lionel Elie Mamane | |
Change-Id: Id62d3b994ece9cdf3b5f085e94f612cf62fc906b | |||
2013-04-23 | fixup nanosecond precision | Lionel Elie Mamane | |
Change-Id: I9ab4c199632a5f5ad94dc01aa383e26f48bbf631 | |||
2013-04-18 | date/time IDL datatypes incompatible change | Lionel Elie Mamane | |
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6 | |||
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | |
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49 | |||
2013-03-18 | avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not | Luboš Luňák | |
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642 | |||
2013-02-11 | fdo#46808, convert io::TextOutputStream service to new-style | Noel Grandin | |
Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f | |||
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | |
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz> | |||
2013-01-04 | oox: kill no longer needed CREATE_OUSTRING | Miklos Vajna | |
2012-12-17 | rtl:: prefixes removal in oox | José Guilherme Vanz | |
This commit removes some ::rtl:: prefixes and macros in oox Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1334 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br> | |||
2012-12-13 | PCH for Library_oox | Luboš Luňák | |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin | |
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b | |||
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: Idea1fd2769c2431906d4898c0ec935f20bddc391 | |||
2012-07-23 | Bogus warning C4701: potentially uninitialized local variable | Stephan Bergmann | |
Change-Id: I51caaca911f71788940260bd63d3854526d7473f | |||
2012-07-17 | re-base on ALv2 code. Includes: | Michael Meeks | |
retain presence of MPL licensed nssrenam.h symbol renamer. | |||
2012-06-27 | Remove commented out code (includes) | Thomas Arnhold | |
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-05-08 | oox: strict aliasing warning: | Michael Stahl | |
/oox/source/dump/dumperbase.cxx:345:69: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] | |||
2012-04-25 | callcatcher: remove freshly unused code | Caolán McNamara | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-11 | callcatcher: update list | Caolán McNamara | |
2012-04-07 | callcatcher: update and remove newly unused methods | Caolán McNamara | |
2012-04-07 | Some cleaning in oox::dump : | Julien Nabet | |
oox::dump::InputObjectBase oox::dump::Output | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | remove unused code (oox) | Petr Vorel | |
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara | |
2012-03-29 | remove unused code (oox) | Petr Vorel | |
2012-03-29 | callcatcher: update list | Caolán McNamara | |
2012-03-28 | remove left-over class stub | Caolán McNamara | |
2012-03-28 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-27 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-20 | remove unused code (oox, sc) | Petr Vorel | |
2012-03-16 | move excel related oox bits to sc | Noel Power | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-13 | Remove unused code | Elton Chung | |
2012-01-02 | Fix for fdo43460 Part XXV getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox | |||
2011-10-05 | fix compilation with debug enabled | Radek Doulik | |
2011-10-05 | makeStringAndClear | Caolán McNamara | |