summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl1-15/+0
2016-10-07Revert "More blind fix for --enable-pch Windows builds"Michael Stahl1-10/+10
2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann1-10/+10
2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann1-0/+2
2016-10-07Blind fix for --enable-pch Windows buildsStephan Bergmann1-0/+1
2016-10-07Make _WIN32-only DDE code use proper HCONVStephan Bergmann1-5/+13
2016-10-07loplugin:staticmethods: svlStephan Bergmann1-2/+2
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03add more dumpAsXml()Noel Grandin1-0/+2
2016-09-30loplugin:constantparamNoel Grandin1-2/+1
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke2-6/+6
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara1-0/+3
2016-09-25remove unused parameterJochen Nitschke1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-61/+29
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke1-9/+10
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-1/+0
2016-09-22Missing "const"Stephan Bergmann1-1/+1
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin1-7/+0
2016-09-22loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans1-2/+2
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-3/+3
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin2-0/+3
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-1/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-4/+4
2016-09-13loplugin:dllprivateStephan Bergmann1-1/+1
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