summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* svl: prefix remaining members of SvxSearchItemMiklos Vajna2015-06-041-57/+57
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-282-0/+11
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-2/+2
* tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier2015-05-062-0/+9
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-3/+3
* Gradually typed LinkStephan Bergmann2015-04-303-29/+29
* expand and remove DECL_PTRHINT macroNoel Grandin2015-04-283-20/+16
* SfxItemSet::PutDirect return value is unusedStephan Bergmann2015-04-281-1/+1
* operator == return type wants to be boolStephan Bergmann2015-04-281-1/+1
* convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin2015-04-221-6/+9
* convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin2015-04-221-21/+19
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+3