Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-01 | nuke unused namespace | Takeshi Abe | |
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 | |||
2012-05-31 | targetted SAL_N_ELEMENTS reversion. | Michael Meeks | |
Change-Id: I58636bc87bc17ff2b35621ad554bd05f5c1dab20 | |||
2012-05-31 | targetted SAL_N_ELEMENTS reversion. | Michael Meeks | |
Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183 | |||
2012-05-31 | nuke unused typedef | Takeshi Abe | |
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf | |||
2012-05-29 | remove unused makefile | Matúš Kukan | |
2012-05-29 | improve odbc headers handling | Matúš Kukan | |
2012-05-28 | Fix typos | Julien Nabet | |
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950 | |||
2012-05-24 | removed unused member fields | Takeshi Abe | |
Change-Id: If89fd07ad78bca303a9bf8484f08cba08afffe8d | |||
2012-05-24 | convert ResStringArray to rtl::OUString | Caolán McNamara | |
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d | |||
2012-05-21 | removed unused #defines | Takeshi Abe | |
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa | |||
2012-05-17 | catch by const reference | Takeshi Abe | |
Change-Id: I80a26483c4ecd099a1cfe76bdac1e97b947ef104 | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-17 | merge the 5 ConstAsciiString duplicate classes together | Caolán McNamara | |
a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a | |||
2012-05-16 | removed unused constant rtl::OUString | Takeshi Abe | |
Change-Id: I173275e0f8faa852500d108f65636080f79636c6 | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-15 | simplify/clarify code | Lionel Elie Mamane | |
2012-05-15 | fdo#48345 need to refresh row also when not m_bRowCountFinal | Lionel Elie Mamane | |
2012-05-14 | convert GetComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3 | |||
2012-05-08 | fdo#45580 crash on "connect to existing database" wizard | Lionel Elie Mamane | |
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | Prefix ++/-- operators for non-primitive types | Julien Nabet | |
Change-Id: I827e539c65a7463709af6425d39ccaaedaa73a8d | |||
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-27 | WaE: exception handlers used in code without unwind support | Caolán McNamara | |
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6 | |||
2012-04-24 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-04-24 | WaE: using the result of an assignment as a condition without parentheses | Tor Lillqvist | |
2012-04-24 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
2012-04-23 | Bug 42982 Patch - copytablewizard.cxx | Abeer Sethi | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-16 | mingw: avoid weird build error and -Werror | David Tardon | |
The error message is: "'*((void*)& aValue +1)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 . | |||
2012-04-13 | Translate German comments | Philipp Weissenbacher | |
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
2012-04-09 | do not put things directly into $(WORKDIR) | David Tardon | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | removed unused defines | Takeshi Abe | |
2012-04-02 | Translate German comments | Philipp Weissenbacher | |
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | always pass --headless to cppunits | Luboš Luňák | |
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html |