summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#36038 Import extended LCID from ExcelLaurent Balland-Poirier1-30/+277
2016-10-10tdf#36038 Export to Excel extended LCIDLaurent Balland-Poirier1-35/+158
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-08svl: convert DBG_ASSERTs to assertMichael Stahl2-16/+14
2016-10-08svl: convert some DBG_ASSERT to assertMichael Stahl2-16/+8
2016-10-07tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier1-2/+5
2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl2-24/+35
2016-10-07Revert "More blind fix for --enable-pch Windows builds"Michael Stahl1-4/+4
2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann1-4/+4
2016-10-07Make _WIN32-only DDE code use proper HCONVStephan Bergmann3-27/+8
2016-10-07Remove unused include fileStephan Bergmann1-45/+0
2016-10-07loplugin:staticmethods: svlStephan Bergmann1-1/+1
2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann4-12/+12
2016-10-05tdf#102507 Left aligned denominatorLaurent Balland-Poirier1-0/+8
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann3-6/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin3-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03add more dumpAsXml()Noel Grandin2-0/+14
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke2-4/+10
2016-09-30loplugin:constantparamNoel Grandin1-7/+4
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke1-1/+1
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara1-0/+32
2016-09-26prevent adding duplicates in calls to GetCurrencyFormatStrings()Eike Rathke1-7/+16
2016-09-25remove unused parameterJochen Nitschke1-15/+1
2016-09-24Remove Chinese comment in svl/qa.Mark Hung1-4/+5
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke5-9/+9
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin2-5/+3
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke2-19/+19
2016-09-23Fix Cppcheck report: reduce scope of the variable 'fTemp'Laurent Balland-Poirier1-2/+2
2016-09-23don't write item right before destructionJochen Nitschke2-10/+4
2016-09-22tdf#75757 remove inheritance from std::vectorJochen Nitschke2-2/+21
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin2-3/+5
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke2-5/+3
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke3-29/+37
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-4/+0
2016-09-22Missing "const"Stephan Bergmann1-1/+1
2016-09-22tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans2-5/+3
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans2-25/+21
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin2-6/+6
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin3-0/+20
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-2/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-20/+20
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-6/+2
2016-09-14loplugin:constantparamNoel Grandin1-9/+3
2016-09-13loplugin:dllprivateStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann12-15/+15
2016-09-09loplugin:constantparam in sot..svlNoel Grandin3-15/+7
2016-09-06remove outdated comment, getter not neededJochen Nitschke1-1/+1
2016-09-06use range based loops in SfxItemPoolJochen Nitschke3-72/+60