summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann33-44/+44
2016-09-12Indentation fixesMiklos Vajna1-1/+1
2016-09-09loplugin:constantparam in sot..svlNoel Grandin3-5/+4
2016-09-05correct copy and paste in debug messageJochen Nitschke1-2/+2
2016-09-01hide SFX_WHICH_MAX defineJochen Nitschke1-2/+2
2016-08-29cid#1371226 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-23tdf#79398 Add LCID with DBNum during export to XLLaurent Balland-Poirier1-1/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara19-95/+76
2016-08-15tdf#79398 Export to XL DBNum codesLaurent Balland-Poirier1-4/+0
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin6-96/+5
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-08-05desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+6
2016-08-04svl: track creation time of SfxUndoAction instancesMiklos Vajna1-0/+5
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+5
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-2/+2
2016-07-29svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+2
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier1-0/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-1/+1
2016-07-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier1-3/+0
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier1-6/+11
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann1-11/+4
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-1/+1
2016-06-10tdf#89329: use shared_ptr for pImpl in ctloptionsXisco Fauli1-1/+2
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli1-1/+2
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke1-1/+1
2016-06-06tdf#89329: use shared_ptr for pImpl in slstitmXisco Fauli1-1/+2
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page2-9/+4
2016-06-03tdf#89329: use unique_ptr for pImpl in imageitmXisco Fauli1-1/+2
2016-06-02add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke1-2/+15
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli1-1/+2
2016-05-31tdf#89329: use unique_ptr for pImpl in styleXisco Fauli1-1/+1
2016-05-31loplugin:unusedmethodsNoel Grandin1-2/+0
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier1-0/+1
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin1-51/+0
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2-1/+10
2016-05-26loplugin:unusedmethodsNoel Grandin1-16/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin8-58/+0
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann1-1/+0
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke1-2/+1
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-1/+2
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+2
2016-04-13loplugin:passstuffbyref in svlNoel Grandin3-3/+3
2016-04-12Avoid reserved identifiersStephan Bergmann3-6/+6
2016-04-11clang-tidy performance-unnecessary-value-param in svlNoel Grandin5-7/+7
2016-04-06remove some dead bits of DDENoel Grandin1-9/+0
2016-04-04loplugin:constantparam in svlNoel Grandin3-6/+4
2016-03-17Revert "tdf#98458 sw: make search in shape text optional"Jan Holesovsky2-5/+0