Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | Some clean up after previous commit | Stephan Bergmann | |
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c | |||
2012-08-23 | fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances | Noel Grandin | |
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2012-08-17 | package: no more RTL_CONSTASCII_USTRINGPARAM in zippackage | Miklos Vajna | |
Change-Id: Ibd1fd59ed87ffc70f6b66290c48f95f6c3615102 | |||
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | |
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f | |||
2012-07-29 | Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in package | Arnaud Versini | |
Change-Id: Ia24406ff31949e00725db74bbe5b016894a22f50 | |||
2012-07-18 | Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion | Stephan Bergmann | |
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c | |||
2012-07-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | |
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7 | |||
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | |
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-23 | Fix prefix ++/-- operators for non-primitive types | Julien Nabet | |
Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2 | |||
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-07 | nuke dead code | Takeshi Abe | |
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b | |||
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-06-02 | count and order of receipt of properties doesn't matter | Caolán McNamara | |
so stick imported properties into assigned slots and throw out empty ones when finished. Reuse existing ids for this between import and export. Shuffle FULLPATH to 0 as per import comment Change-Id: I516116c5327498ad043f6e2fb9bd257599ade2a2 | |||
2012-06-01 | unwind manifest xml parser and follow tag hierarchy model | Caolán McNamara | |
so we validate that each tag is inside the right parent Change-Id: Ibc82aeaf6b409ef2fed7de0cd8f15c164da65e53 | |||
2012-05-31 | targetted prefer prefix operators reversion | Michael Meeks | |
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563 | |||
2012-05-30 | merge three base64 encoders/decoders together | Caolán McNamara | |
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c | |||
2012-05-28 | check key size | Caolán McNamara | |
Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-16 | a tiny spelling mistak | Udo Schuermann | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-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-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 | Fix Prefer prefix ++/-- operators | Julien Nabet | |
Includes too replacement < by != for comparison between current and end iterators | |||
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-17 | WaE: unused variable | Caolán McNamara | |
2012-02-17 | remove dodgy header-guards | Caolán McNamara | |
2012-02-16 | drop Z_PREFIX from internal zlib, makes building clucene much easier | Caolán McNamara | |
2012-02-15 | use sal crc32 and skip cast frenzy | Caolán McNamara | |
2012-02-15 | these were surely meant to be Z_PREFIX not ZLIB_PREFIX | Caolán McNamara | |
seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway | |||
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | |
2012-02-12 | If we can have a few more information... | Julien Nabet | |
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-02 | Fix for fdo43460 Part XXVI getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXVI Module package | |||
2011-12-21 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | Better fix for over-zealous Zip package consistency. | Thorsten Behrens | |
Turns out our encrypted zip package code writes out mismatching compression methods in central directory and local file headers - so not only be lenient towards the apple bug (n#653688), but also ours (i.e. keep not comparing nMethod with nHow). |