Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-03-30 | removed duplicate includes in dbaccess | Takeshi Abe | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-20 | fdo#47560 properly separate each new sorting column | Lionel Elie Mamane | |
2012-03-20 | fdo#47370 properly duplicate (invisible) out-of-order sort columns | Lionel Elie Mamane | |
Keep track of position of previous sorting column and use it to decide whether to duplicate invisible new sort column | |||
2012-03-16 | do not initialize a field with itself | Luboš Luňák | |
2012-03-15 | fixup: use introduced preprocessor constant instead of hardcoded constant | Lionel Elie Mamane | |