summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke1-2/+6
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-2/+30
2015-05-28new clang plugin: loopvartoosmallNoel Grandin4-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-05-20Remove include stdio (part4)Julien Nabet5-7/+0
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-13/+64
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin2-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-5/+5
2015-04-30Gradually typed LinkStephan Bergmann2-5/+5
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin2-7/+0
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann1-4/+3
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-4/+8
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-12/+12
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann13-0/+25
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-3/+3
2015-04-20duplicate surrogate codeCaolán McNamara1-3/+4
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin3-13/+44
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin3-94/+72