summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin5-23/+21
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-30svl: remove mostly superfluous abstraction of vectorMichael Stahl1-71/+6
2015-10-30svl: replace boost::ptr_vector with std::vectorMichael Stahl2-21/+21
2015-10-30svl: replace boost::ptr_map with std::mapMichael Stahl2-26/+15
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann3-0/+133
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin42-640/+624
2015-10-29CppunitTest_svl_urihelper needs the file UCPStephan Bergmann3-10/+9
2015-10-29sortStephan Bergmann1-3/+3
2015-10-29CppunitTest_svl_urihelper can be a plain check target nowStephan Bergmann1-4/+1
2015-10-29Remove duplicateStephan Bergmann1-1/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-18/+0
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-9/+24
2015-10-22SRCH_PARA_ALLTABLES could never be queriedEike Rathke1-10/+10
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-4/+3
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky1-2/+1
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin4-14/+14
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky1-31/+4
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