summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-09-30Fix typosAndrea Gelmini
2015-09-29use exponential 'E' format for General when appropriateEike Rathke
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna
2015-09-18Some follow-up #include clean-upStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-09-12nRepPos is never readMatteo Casalin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-09-01sw: include limits.h to fix build on Ubuntu 12.04Justin Luth
2015-08-31rename _Disconnect to DisconnectCaolán McNamara
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara
2015-08-31warning C4100: 'nId' : unreferenced formal parameterCaolán McNamara
2015-08-31aDisconnectLink is never called, so remove itNoel Grandin
2015-08-31aConnectLink is never set, so remove itNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-20tweak config-less sysconfig pathCaolán McNamara
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann
2015-08-18Simplify isLocalFile_Impl checkStephan Bergmann
2015-08-18Content of theIndexTable is known staticallyStephan Bergmann
2015-08-18nNewExtended++ values are all known staticallyStephan Bergmann
2015-08-17make Link<> typedNoel Grandin
2015-08-14fix windows build, 'unreferenced formal parameter'Noel Grandin
2015-08-14fix windows build, partial revert of my commitNoel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-14make Link<> instances typedNoel Grandin
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke
2015-08-11cppcheck: noCopyConstructorCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-06unit test for short name ambiguity, tdf#93080Eike Rathke
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-27remove some unused definesNoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11fix string access out of boundsEike Rathke
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke