summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2016-08-09desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+6
2016-08-05svl: track creation time of SfxUndoAction instancesMiklos Vajna1-0/+5
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+5
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-2/+2
2016-08-01svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12loplugin:unusedfieldsNoel Grandin1-1/+0
2016-07-12Remove excess newlinesChris Sherlock11-21/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin5-88/+0
2016-05-25tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+2
2016-05-25tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-1/+2
2015-11-28introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-1/+11
2015-11-28introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+4
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-2/+0
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin9-11/+18
2015-11-115th step to remove tools/rtti.hxxOliver Specht30-57/+22
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann35-91/+91
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann1-0/+17
2015-10-29remove boost::noncopyable from /includeNoel Grandin1-3/+3
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin36-213/+195
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis2-0/+5
2015-10-22add missing SearchFiltered to SvxSearchItem slot definitionsEike Rathke1-0/+4
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky1-3/+1
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky1-5/+15
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky1-4/+0
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+11
2015-10-16sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky1-1/+7
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann34-268/+268
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann14-28/+28
2015-10-06loplugin:unusedmethodsNoel Grandin1-5/+0
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-13/+0
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-08-31rename _Disconnect to DisconnectCaolán McNamara1-1/+1
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara1-2/+0
2015-08-31aDisconnectLink is never called, so remove itNoel Grandin1-1/+0
2015-08-31aConnectLink is never set, so remove itNoel Grandin1-1/+0
2015-08-17make Link<> typedNoel Grandin1-2/+2
2015-08-14fix windows build, partial revert of my commitNoel Grandin1-0/+4
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin20-24/+23
2015-08-14make Link<> instances typedNoel Grandin1-31/+13
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-0/+9
2015-08-04include: inline some use-once typedefsNoel Grandin2-9/+4
2015-07-20loplugin:unusedmethods svlNoel Grandin10-34/+0
2015-07-17svl: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+5
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+5
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke1-0/+6