Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | fdo#53061: Fix for C++11 #define NULL nullptr | Jung-uk Kim | |
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2012-08-10 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | |
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c | |||
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | |
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 | |||
2012-08-08 | remove include comments and boxes | Thomas Arnhold | |
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7 | |||
2012-07-30 | Typo ressource -> resource | Stephan Bergmann | |
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831 | |||
2012-07-25 | aDataAvailableLink in SfxMedium was never called. | Kohei Yoshida | |
Also remove all callback functions that would never get called because of this. Change-Id: I5dd5d64ccca9dd3d655428218957753d3200299e | |||
2012-07-25 | Referer was set to SfxMedium but was never used. Removing it. | Kohei Yoshida | |
Change-Id: I88ab874d4efc60d58722f0bb175d14a4d443398b | |||
2012-07-14 | hrc cleanup: Remove include guards from src files | Thomas Arnhold | |
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519 | |||
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | |
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691 | |||
2012-07-02 | hrc cleanup: Remove include guards | Thomas Arnhold | |
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1 | |||
2012-06-29 | Remove include guards | Thomas Arnhold | |
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f | |||
2012-06-29 | Remove UNO includes comments | Thomas Arnhold | |
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a | |||
2012-06-27 | Remove unused include files | Thomas Arnhold | |
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 | |||
2012-06-26 | removed unnecessary forward declarations of class | Takeshi Abe | |
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec | |||
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: 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-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-05-29 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004 | |||
2012-05-24 | Removed unused SfxMedium::bDirect | Stephan Bergmann | |
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183 | |||
2012-05-18 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1 | |||
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-15 | ditch UniString | Caolán McNamara | |
Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c | |||
2012-05-15 | convert GetUndoActionComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0 | |||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-04-16 | mingw: avoid weird build error and -Werror | David Tardon | |
The error message is: "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 . | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
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 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...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-07 | Translate German comments | Philipp Weissenbacher | |
2012-03-06 | Translate German comments, fix some whitespace and bad translations | Philipp Weissenbacher | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-16 | Forgotten German word in translated comment | Lionel Elie Mamane | |
2012-02-16 | fdo#46163 convert bound values to bound column's type | Lionel Elie Mamane | |
2012-02-16 | correct indentation | Lionel Elie Mamane | |
2012-02-16 | Translate German comments | Philipp Weissenbacher | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |