summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-08-06unit test for short name ambiguity, tdf#93080Eike Rathke1-0/+35
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke2-6/+52
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin1-3/+2
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier1-1/+1
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl1-0/+1
2015-07-27inline a bunch of use-once macrosNoel Grandin2-29/+22
2015-07-27remove some unused definesNoel Grandin1-14/+0
2015-07-20loplugin:unusedmethods svlNoel Grandin7-107/+0
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-21/+26
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-7/+5
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-5/+7
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-7/+5
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-7/+1
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke1-4/+5
2015-07-11fix string access out of boundsEike Rathke1-1/+1
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke1-1/+1
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke4-3/+43
2015-07-07Replace GetAppData(SHL_SVDDE) with a static pointer varStephan Bergmann2-13/+16
2015-07-07SHL_SHL2 is unusedStephan Bergmann1-4/+0
2015-07-06loplugin:unusedmethods svlNoel Grandin11-110/+0
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara1-1/+1
2015-07-04Fix typosAndrea Gelmini7-8/+8
2015-07-02coverity#1309053 Uncaught exceptionCaolán McNamara2-2/+2
2015-07-02coverity#1309052 Uncaught exceptionCaolán McNamara2-2/+2
2015-07-02coverity#1309051 Uncaught exceptionCaolán McNamara2-2/+2
2015-07-02loplugin:unusedmethods toolsNoel Grandin2-16/+0
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29tdf#68016 Write fixture for current behaviour of SfxListenerTobias Lippert2-1/+29
2015-06-27coverity#1308438 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308437 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2-5/+4
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin1-2/+3
2015-06-19rename some types in SfxPoolItemArray_ImplNoel Grandin2-15/+15
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-8/+7
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-6/+3
2015-06-15cppcheck:redundantConditionNoel Grandin1-2/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-7/+7
2015-06-08typoStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara9-15/+15
2015-06-04svl: prefix remaining members of SvxSearchItemMiklos Vajna1-128/+128
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-06-02the test works much better if you really use en_US as languageMarkus Mohrhard1-7/+7
2015-06-02add initial IsNumberFormat testMarkus Mohrhard1-0/+32