summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
2014-06-26Initialize it with empty OUString instances.Kohei Yoshida
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-10coverity#738855 Uninitialized pointer fieldCaolán McNamara
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06coverity#708257: Unitialized scalar fieldNorbert Thiebaud
2014-04-04coverity#738855 Uninitialized pointer fieldCaolán McNamara
2014-04-01Remove unused inline functionStephan Bergmann
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-29coverity#704312 Logically dead codeCaolán McNamara
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-27Introduce INetContentType::scanStephan Bergmann
2014-03-21Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from svlAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-07Fix typo in my commitNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-11Compare by pointers first.Kohei Yoshida
2013-10-11Fix equality operator for SharedString & write test for it.Kohei Yoshida