summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann20-210/+210
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-9/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-2/+2
2015-10-01svl: fix build "invalid operands to binary operator!="Michael Stahl1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht7-15/+15
2015-09-30Fix typosAndrea Gelmini4-6/+6
2015-09-29use exponential 'E' format for General when appropriateEike Rathke1-17/+35
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-18Some follow-up #include clean-upStephan Bergmann1-1/+0
2015-09-17boost->stdCaolán McNamara9-25/+23
2015-09-12nRepPos is never readMatteo Casalin2-4/+0
2015-09-10convert Link<> to typedNoel Grandin1-2/+1
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe8-21/+19
2015-09-01sw: include limits.h to fix build on Ubuntu 12.04Justin Luth1-1/+1
2015-08-31rename _Disconnect to DisconnectCaolán McNamara1-2/+2
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara2-19/+0
2015-08-31warning C4100: 'nId' : unreferenced formal parameterCaolán McNamara1-2/+2
2015-08-31aDisconnectLink is never called, so remove itNoel Grandin1-1/+0
2015-08-31aConnectLink is never set, so remove itNoel Grandin1-1/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-08-20tweak config-less sysconfig pathCaolán McNamara1-1/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-10/+3
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-18Simplify isLocalFile_Impl checkStephan Bergmann1-16/+1
2015-08-18Content of theIndexTable is known staticallyStephan Bergmann1-109/+111
2015-08-18nNewExtended++ values are all known staticallyStephan Bergmann1-27/+28
2015-08-17make Link<> typedNoel Grandin1-2/+2
2015-08-14fix windows build, 'unreferenced formal parameter'Noel Grandin1-3/+3
2015-08-14fix windows build, partial revert of my commitNoel Grandin2-0/+18
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-08-14make Link<> instances typedNoel Grandin3-33/+5
2015-08-12cppcheck: noCopyConstructorCaolán McNamara3-4/+12
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-25/+61
2015-08-11cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-11loplugin: defaultparamsNoel Grandin7-24/+24
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