Age | Commit message (Expand) | Author | Files | Lines |
2013-03-26 | add frm to Library_merged | Peter Foley | 1 | -2/+0 |
2013-03-25 | Fix warning: unused variable 'sConverted' [loplugin] | Tor Lillqvist | 1 | -3/+0 |
2013-03-23 | "atomar" is not a word | Tor Lillqvist | 1 | -1/+1 |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann | 2 | -5/+2 |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold | 11 | -14/+14 |
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | 4 | -17/+17 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 34 | -105/+105 |
2013-03-19 | reduce whitespaces between include and filename | Thomas Arnhold | 1 | -1/+1 |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -4/+0 |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold | 1 | -1/+1 |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim | 4 | -0/+10 |
2013-03-08 | simplify compareTo (now correct) | Thomas Arnhold | 1 | -1/+1 |
2013-03-08 | Revert "simplify some compareTo" | Stephan Bergmann | 1 | -1/+1 |
2013-03-08 | simplify some compareTo | Thomas Arnhold | 1 | -1/+1 |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck | 2 | -7/+7 |
2013-03-05 | doubled using | Thomas Arnhold | 1 | -1/+0 |
2013-03-04 | drop sole DBG_ASSERT only use of Application::GetFilterHdl | Caolán McNamara | 1 | -1/+0 |
2013-03-04 | sal_Bool to bool | Takeshi Abe | 1 | -1/+1 |
2013-03-04 | doubled namespace | Thomas Arnhold | 1 | -1/+0 |
2013-03-04 | remove unused and commented out code | Thomas Arnhold | 1 | -1/+0 |
2013-03-04 | fdo#46808, convert xforms::Model to new style | Noel Grandin | 2 | -3/+31 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 8 | -9/+9 |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King | 1 | -1/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-28 | coverity#705651: fix memory leak | Markus Mohrhard | 1 | -0/+4 |
2013-02-26 | remove two more duplicates | Thomas Arnhold | 1 | -1/+1 |
2013-02-25 | loplugin: improve indentation | Thomas Arnhold | 1 | -11/+7 |
2013-02-24 | loplugin: unused variables | Thomas Arnhold | 3 | -3/+0 |
2013-02-22 | [Uu]sefull -> [Uu]seful | Julien Nabet | 1 | -1/+1 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 3 | -3/+3 |
2013-02-12 | Renamed hard-to-remember 8-char headers in editeng. | Kohei Yoshida | 1 | -2/+2 |
2013-02-11 | fdo#46808, convert io::TextInputStream service to new style | Noel Grandin | 3 | -22/+6 |
2013-02-11 | fdo#46808, convert xml::xpath::XPathExtension service to new-style | Noel Grandin | 2 | -12/+10 |
2013-02-11 | fdo#46808, convert xml::xpath::XPathAPI to new-style service | Noel Grandin | 1 | -5/+3 |
2013-02-11 | fdo#46808, convert some forms code to XComponentContext | Noel Grandin | 7 | -31/+17 |
2013-02-11 | fdo#46808, convert svt::GraphicAccess to XComponentContext | Noel Grandin | 2 | -2/+2 |
2013-02-11 | fdo#46808, Adapt form::control::FilterControl UNO service to new style | Noel Grandin | 2 | -49/+66 |
2013-01-30 | fix for the awkward OUString::replaceAll() behaviour | Luboš Luňák | 1 | -5/+3 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 10 | -60/+55 |
2013-01-28 | fdo#46808, Convert SvNumberFormatter to use XComponentContext | Noel Grandin | 1 | -6/+6 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 1 | -0/+1 |
2013-01-26 | Fix Member variable m_pView is not initialized in the constructor | Julien Nabet | 1 | -0/+1 |
2013-01-22 | tools/string.hxx: add operator==/!= for OUString/String | Michael Stahl | 1 | -1/+1 |
2013-01-21 | Changed SetText() / GetText() to take/return OUString | Chr. Rossmanith | 1 | -2/+2 |
2013-01-09 | turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variables | Matúš Kukan | 1 | -2/+2 |
2013-01-09 | fdo#46808, convert UnoControl and sub-classes to XComponentContext | Noel Grandin | 6 | -24/+23 |
2013-01-09 | fdo#46808, Adapt sdb::OrderDialog UNO service to new style | Noel Grandin | 1 | -19/+2 |
2013-01-04 | Make LO buildable again after the GraphicFilter move. | Jan Holesovsky | 1 | -1/+1 |
2012-12-27 | convert icu to gbuild and add to tail_build | Peter Foley | 1 | -0/+1 |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin | 1 | -3/+2 |