summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-3/+3
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-9/+2
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin9-117/+48
2016-02-26add SvxSearchItem::GetWildcard() SetWildcard()Eike Rathke1-2/+22
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-3/+28
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-3/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-6/+6
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-7/+7
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-2/+2
2016-02-09UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann1-1/+4
2016-02-09Remove excess newlinesChris Sherlock36-159/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-4/+0
2016-02-08tdf#88205 Delete 'uno::Sequence' in svlkerem1-8/+4
2016-02-08loplugin:unusedmethodsNoel Grandin1-278/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
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