summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* svx,starmath: inline some use-once typedefsNoel Grandin2015-08-041-3/+2
* tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier2015-08-031-1/+1
* comphelper: replace boost::function with std::functionMichael Stahl2015-07-311-0/+1
* inline a bunch of use-once macrosNoel Grandin2015-07-272-29/+22
* remove some unused definesNoel Grandin2015-07-271-14/+0
* loplugin:unusedmethods svlNoel Grandin2015-07-207-107/+0
* svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-172-21/+26
* tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl2015-07-161-7/+5
* Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud2015-07-151-5/+7
* tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl2015-07-161-7/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-153-3/+3
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-7/+1
* write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke2015-07-111-4/+5
* fix string access out of boundsEike Rathke2015-07-111-1/+1
* the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke2015-07-101-1/+1
* Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke2015-07-104-3/+43
* Replace GetAppData(SHL_SVDDE) with a static pointer varStephan Bergmann2015-07-072-13/+16
* SHL_SHL2 is unusedStephan Bergmann2015-07-071-4/+0
* loplugin:unusedmethods svlNoel Grandin2015-07-0611-110/+0
* a malformed string here can force an out of bounds indexOfCaolán McNamara2015-07-061-1/+1
* Fix typosAndrea Gelmini2015-07-047-8/+8
* coverity#1309053 Uncaught exceptionCaolán McNamara2015-07-022-2/+2
* coverity#1309052 Uncaught exceptionCaolán McNamara2015-07-022-2/+2
* coverity#1309051 Uncaught exceptionCaolán McNamara2015-07-022-2/+2
* loplugin:unusedmethods toolsNoel Grandin2015-07-022-16/+0
* Fix typosAndrea Gelmini2015-06-301-1/+1
* tdf#68016 Write fixture for current behaviour of SfxListenerTobias Lippert2015-06-292-1/+29
* coverity#1308438 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308437 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-242-5/+4
* Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2015-06-241-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* tdf#42374 some small optimisations for opening this PDF fileNoel Grandin2015-06-191-2/+3
* rename some types in SfxPoolItemArray_ImplNoel Grandin2015-06-192-15/+15
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-174-8/+7
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-6/+3
* cppcheck:redundantConditionNoel Grandin2015-06-151-2/+1
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-7/+7
* typoStephan Bergmann2015-06-081-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-089-15/+15
* svl: prefix remaining members of SvxSearchItemMiklos Vajna2015-06-041-128/+128
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-06-021-2/+2
* the test works much better if you really use en_US as languageMarkus Mohrhard2015-06-021-7/+7
* add initial IsNumberFormat testMarkus Mohrhard2015-06-021-0/+32
* Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke2015-06-011-2/+6
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-281-2/+30