summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-8/+8
2016-01-20loplugin:unusedmethodsNoel Grandin2-86/+0
2016-01-14grml.. stupid oversight..Eike Rathke1-1/+5
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke1-19/+10
2016-01-14do it right and remove then superfluous mumbo-jumboEike Rathke1-28/+13
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin2-14/+9
2016-01-13-Werror=unused-but-set-variableStephan Bergmann1-2/+1
2016-01-13tdf#97077: So ppStaticDefaults can be null after allStephan Bergmann1-26/+27
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin8-39/+16
2016-01-10Fix typosAndrea Gelmini5-6/+6
2016-01-06What these SAL_INFO probably want to tell us...Stephan Bergmann1-51/+46
2016-01-06Revert "This probably is not worth displaying a warning about"Tor Lillqvist1-0/+1
2016-01-05This probably is not worth displaying a warning aboutTor Lillqvist1-1/+0
2016-01-05tdf#96708: don't modify document while copying to clipboardMike Kaganski1-3/+1
2015-12-21crashtesting: post NPAPI removal crash fixingCaolán McNamara1-0/+2
2015-12-15...and this looks like a memory leak, tooStephan Bergmann1-0/+6
2015-12-15Memory leakStephan Bergmann1-1/+3
2015-12-15Bin unused function DbgCheckItemSetTor Lillqvist1-33/+0
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist3-8/+0
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-14/+10
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+0
2015-11-28-Werror,-Wmicrosoft-enum-valueStephan Bergmann1-2/+2
2015-11-28Missing includeStephan Bergmann1-0/+1
2015-11-27introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-0/+56
2015-11-27use proper case "General" keywordEike Rathke1-0/+2
2015-11-27introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+14
2015-11-24nitpick, use 'b' prefixEike Rathke1-3/+3
2015-11-24nitpick, reduce to one string insertionEike Rathke1-3/+2
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier1-0/+5
2015-11-23loplugin:unusedfields in svl/Noel Grandin1-194/+165
2015-11-19use comphelper::containerToSequenceNoel Grandin2-35/+6
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl1-35/+27
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin9-16/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-145/+50
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-16/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-11fix svl buildCaolán McNamara1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht31-55/+49
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann51-373/+373
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