summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-062-2/+2
* svl: fix build "invalid operands to binary operator!="Michael Stahl2015-10-011-1/+1
* tdf#94559: third step to remove rtti.hxxOliver Specht2015-10-017-15/+15
* Fix typosAndrea Gelmini2015-09-304-6/+6
* use exponential 'E' format for General when appropriateEike Rathke2015-09-291-17/+35
* Nobody would go down the corridor anymoreMiklos Vajna2015-09-291-1/+1
* Some follow-up #include clean-upStephan Bergmann2015-09-181-1/+0
* boost->stdCaolán McNamara2015-09-179-25/+23
* nRepPos is never readMatteo Casalin2015-09-122-4/+0
* convert Link<> to typedNoel Grandin2015-09-101-2/+1
* tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl2015-09-071-0/+5
* svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-078-21/+19
* sw: include limits.h to fix build on Ubuntu 12.04Justin Luth2015-09-011-1/+1
* rename _Disconnect to DisconnectCaolán McNamara2015-08-311-2/+2
* Disconnect and Connect don't do anything nowCaolán McNamara2015-08-312-19/+0
* warning C4100: 'nId' : unreferenced formal parameterCaolán McNamara2015-08-311-2/+2
* aDisconnectLink is never called, so remove itNoel Grandin2015-08-311-1/+0
* aConnectLink is never set, so remove itNoel Grandin2015-08-311-1/+0
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-3/+3
* tweak config-less sysconfig pathCaolán McNamara2015-08-201-1/+4
* loplugin: defaultparamsNoel Grandin2015-08-201-1/+1
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-10/+3
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-181-1/+0
* Simplify isLocalFile_Impl checkStephan Bergmann2015-08-181-16/+1
* Content of theIndexTable is known staticallyStephan Bergmann2015-08-181-109/+111
* nNewExtended++ values are all known staticallyStephan Bergmann2015-08-181-27/+28
* make Link<> typedNoel Grandin2015-08-171-2/+2
* fix windows build, 'unreferenced formal parameter'Noel Grandin2015-08-141-3/+3
* fix windows build, partial revert of my commitNoel Grandin2015-08-142-0/+18
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-1/+1
* make Link<> instances typedNoel Grandin2015-08-143-33/+5
* cppcheck: noCopyConstructorCaolán McNamara2015-08-123-4/+12
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-25/+61
* cppcheck: noCopyConstructorCaolán McNamara2015-08-111-0/+4
* loplugin: defaultparamsNoel Grandin2015-08-117-24/+24
* unit test for short name ambiguity, tdf#93080Eike Rathke2015-08-061-0/+35
* Resolves: tdf#93080 short day name and month name may interfereEike Rathke2015-08-062-6/+52
* 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