summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-12Mark some classes as finalStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-12TyposJulien Nabet
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-27introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
2015-11-27introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann
2015-10-29remove boost::noncopyable from /includeNoel Grandin
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-22add missing SearchFiltered to SvxSearchItem slot definitionsEike Rathke
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl
2015-08-31rename _Disconnect to DisconnectCaolán McNamara
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara
2015-08-31aDisconnectLink is never called, so remove itNoel Grandin
2015-08-31aConnectLink is never set, so remove itNoel Grandin
2015-08-17make Link<> typedNoel 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-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-17svl: try to prevent MSVC from generating copy assignmentMichael Stahl
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke
2015-07-08Fix typosAndrea Gelmini