summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke2015-11-271-1/+11
* introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke2015-11-271-0/+4
* loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin2015-11-251-2/+0
* use unique_ptr for pImpl in svl/Noel Grandin2015-11-189-11/+18
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1130-57/+22
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1035-91/+91
* tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann2015-10-291-0/+17
* remove boost::noncopyable from /includeNoel Grandin2015-10-291-3/+3
* com::sun::star->css in include/sot to include/typelibNoel Grandin2015-10-2336-213/+195
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-232-0/+5
* add missing SearchFiltered to SvxSearchItem slot definitionsEike Rathke2015-10-221-0/+4
* sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky2015-10-201-3/+1
* sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky2015-10-191-5/+15
* sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky2015-10-191-4/+0
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-161-2/+11
* sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky2015-10-161-1/+7
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1234-268/+268
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1214-28/+28
* loplugin:unusedmethodsNoel Grandin2015-10-061-5/+0
* Fix typosAndrea Gelmini2015-09-301-2/+2
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-4/+4
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-13/+0
* convert Link<> to typedNoel Grandin2015-09-101-1/+1
* tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl2015-09-071-0/+5
* rename _Disconnect to DisconnectCaolán McNamara2015-08-311-1/+1
* Disconnect and Connect don't do anything nowCaolán McNamara2015-08-311-2/+0
* aDisconnectLink is never called, so remove itNoel Grandin2015-08-311-1/+0
* aConnectLink is never set, so remove itNoel Grandin2015-08-311-1/+0
* make Link<> typedNoel Grandin2015-08-171-2/+2
* fix windows build, partial revert of my commitNoel Grandin2015-08-141-0/+4
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-1420-24/+23
* make Link<> instances typedNoel Grandin2015-08-141-31/+13
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-0/+9
* include: inline some use-once typedefsNoel Grandin2015-08-042-9/+4
* loplugin:unusedmethods svlNoel Grandin2015-07-2010-34/+0
* svl: try to prevent MSVC from generating copy assignmentMichael Stahl2015-07-171-0/+5
* svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-171-3/+5
* Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke2015-07-101-0/+6
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:unusedmethods svlNoel Grandin2015-07-0624-267/+3
* Fix typosAndrea Gelmini2015-07-033-5/+5
* SfxSimpleHint only needs a sal_uInt32 for the hintNoel Grandin2015-06-291-3/+3
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-6/+3
* missing includeStephan Bergmann2015-06-111-0/+2
* minor clean upStephan Bergmann2015-06-111-36/+9
* Remove unnecessary Bool2AnyStephan Bergmann2015-06-101-5/+0
* svl: document SfxItemPropertyMapEntryMichael Stahl2015-06-101-3/+7
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-091-19/+18
* tdf#90804 remove SfxFieldUnit enumAndras Timar2015-06-081-6/+0