Age | Commit message (Expand) | Author |
2014-01-29 | coverity#1158124 Dereference after null check | Caolán McNamara |
2014-01-29 | This has only converted the condition of ?: to long | Stephan Bergmann |
2014-01-29 | Resolves: #i123228# ParagraphData symbols shouldn't be required... | Herbert Dürr |
2014-01-28 | coverity#1019409 : Uninitialized scalar field | Norbert Thiebaud |
2014-01-28 | Following cp#1000025 | Julien Nabet |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-28 | Apparently missing "nPos <" | Stephan Bergmann |
2014-01-27 | cp#1000025: Import casemaps from pptx. | Muthu Subramanian |
2014-01-26 | long to sal_Int32 | Matteo Casalin |
2014-01-22 | remove SvStream::operator<< methods | Noel Grandin |
2014-01-22 | convert more SvStream::operator<< calls | Noel Grandin |
2014-01-22 | bool improvements | Stephan Bergmann |
2014-01-22 | bool improvements | Stephan Bergmann |
2014-01-21 | EDITENG : Remove usage of DBG_CTOR and DBG_DTOR. | Arnaud Versini |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann |
2014-01-20 | Related: #i56998# use locale rules to format percentage | Caolán McNamara |
2014-01-20 | Resolves: #i56998# add a space separater between value and unit... | Tsutomu Uchino |
2014-01-16 | convert SvStream::operator<< overloads to more explicit methods | Noel Grandin |
2014-01-16 | low hanging xub_StrLen->sal_Int32 in editeng | Caolán McNamara |
2014-01-15 | Related: #i17171# big xub_Strlen -> sal_Int32 changes | Caolán McNamara |
2014-01-14 | bool improvements | Stephan Bergmann |
2014-01-14 | This shall likely comp. m_eCurrentConversionDirection to HHC::eHangulToHanja | Stephan Bergmann |
2014-01-14 | comment is wrong now with conversion to OUString | Caolán McNamara |
2014-01-14 | xub_StrLen->sal_Int32 | Caolán McNamara |
2014-01-14 | longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full string | Caolán McNamara |
2014-01-13 | longparas: convert ValidateKashidas to sal_Int32 | Caolán McNamara |
2014-01-10 | SfxPoolItem::operator ==, != should return bool | Stephan Bergmann |
2014-01-10 | re-write SvStream operator<< to non-overloaded methods | Noel Grandin |
2014-01-09 | Consolidate XServiceInfo for classes derived from SvXMLImport | Stephan Bergmann |
2014-01-08 | Consolidate XServiceInfo for classes derived from SvXMLExport | Stephan Bergmann |
2013-12-28 | Remove unread variable | Matteo Casalin |
2013-12-28 | Use OUString constructor for constant ASCII | Matteo Casalin |
2013-12-28 | Use member initialization list in some constructors | Matteo Casalin |
2013-12-28 | Do not use Getters as Setters | Matteo Casalin |
2013-12-28 | xub_StrLen to sal_Int32 + some const | Matteo Casalin |
2013-12-20 | typo fixes | Andras Timar |
2013-12-12 | fix OUString simplify | Noel Grandin |
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin |
2013-12-12 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | Revert "Don't hold css::uno::Type instances by pointer" | Stephan Bergmann |
2013-12-11 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-10 | fdo#70278: editeng: fix Time fields in Impress | Michael Stahl |
2013-12-10 | editeng: fix more 32-bit Time breakage | Michael Stahl |
2013-12-10 | Resolves: #i123620# IAccessibleHypertext::hyperlinkIndex returns 0... | Steve Yin |
2013-12-10 | Drop duplicate #include | Takeshi Abe |
2013-11-27 | IAccessible2: revert some bounds-checking changes again | Stephan Bergmann |
2013-11-26 | WaE: unreachable code | Tor Lillqvist |
2013-11-26 | rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new style | Caolán McNamara |
2013-11-26 | Integrate branch of IAccessible2 | Steve Yin |
2013-11-22 | replace OUString::reverseCompareTo("xxx") with operator== | Noel Grandin |