Age | Commit message (Expand) | Author |
2014-05-11 | coverity#982701 Improper use of negative value | Caolán McNamara |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet |
2014-05-10 | coverity#738855 Uninitialized pointer field | Caolán McNamara |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 | Julien Nabet |
2014-05-09 | move INetContentTypes::scan() to INetMIME::scanContentType() | Chr. Rossmanith |
2014-05-06 | dflt -> default | Thomas Arnhold |
2014-05-06 | consistent percent sign in comments | Thomas Arnhold |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-04-22 | cppcheck: fix variable reassigned before the old value has been used | Julien Nabet |
2014-04-21 | remove comments why a file gets included | Thomas Arnhold |
2014-04-11 | Introduce twip/mm100 conversion functions instead of duplicated macros | Tor Lillqvist |
2014-04-11 | Use valid UNOIDL identifiers in TransliterationModulesExtra | Stephan Bergmann |
2014-04-09 | Remove unused function | Stephan Bergmann |
2014-04-08 | coverity#708261 Uninitialized scalar field | Caolán McNamara |
2014-04-08 | fdo#77123: Add option ignore kashida to the search | Faisal M. Al-Otaibi |
2014-04-07 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-06 | coverity#708246: Unitialized scalar field | Norbert Thiebaud |
2014-04-06 | coverity#708257: Unitialized scalar field | Norbert Thiebaud |
2014-04-06 | coverity#708260: Unitialized scalar field | Norbert Thiebaud |
2014-04-04 | coverity#738855 Uninitialized pointer field | Caolán McNamara |
2014-04-04 | svl/eitem.hxx: sal_Bool->bool | Noel Grandin |
2014-04-04 | svl/visitem: sal_Bool->bool | Noel Grandin |
2014-04-04 | svl/style.hxx: sal_Bool->bool | Noel Grandin |
2014-04-04 | coverity#708244 Uninitialized scalar field | Caolán McNamara |
2014-04-04 | cp#1000054: Avoid crashing. | Muthu Subramanian |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-03 | svl: sal_Bool->bool | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-04-01 | Remove unused inline function | Stephan Bergmann |
2014-04-01 | Remove unused inline constructor | Stephan Bergmann |
2014-04-01 | adapted the ifdef'ed portion as well | Eike Rathke |
2014-03-31 | coverity#735502 Logically dead code | Caolán McNamara |
2014-03-30 | MSVC helpfully provides warning C4310: cast truncates constant value | Michael Stahl |
2014-03-30 | deploy some asserts to detect truncated STREAM_SEEK_TO_END | Michael Stahl |
2014-03-29 | coverity#704312 Logically dead code | Caolán McNamara |
2014-03-29 | tools: remove unused SvStream::IsA() and associated ID_*STREAM macros | Michael Stahl |
2014-03-29 | tools: support 64-bit file positions in SvStream | Michael Stahl |
2014-03-29 | tools: allow 64-bit positions on SvLockBytes | Michael Stahl |
2014-03-28 | handle Narrow No-Break Space the same as No-Break Space, just in case | Eike Rathke |
2014-03-28 | name things what they are | Eike Rathke |
2014-03-28 | we have a constant, use it | Eike Rathke |
2014-03-28 | Remove remaining DBG_NAME* uses | Stephan Bergmann |
2014-03-28 | Remove remaining DBG_CTOR etc. remnants from svl | Stephan Bergmann |
2014-03-28 | Merge back branch alg_writerframes to trunk | Armin Le Grand |
2014-03-27 | Introduce INetContentType::scan | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-25 | coverity#738856 Uninitialized pointer field | Caolán McNamara |
2014-03-25 | Adapt to sal/log.hxx | Stephan Bergmann |
2014-03-25 | coverity#982311 Dead default in switch | Caolán McNamara |
2014-03-21 | Avoid possible resource leaks by boost::scoped_array | Takeshi Abe |