summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin2-6/+16
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-5/+10
2020-10-19use tools::Long in svlNoel4-14/+16
2020-10-14Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke1-4/+4
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin2-17/+15
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-1/+1
2020-09-30tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski1-0/+2
2020-09-20tdf#132366 Writer enhancement that highlights search resultsJim Raykowski1-0/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+3
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin1-1/+1
2020-09-08svx UNO API for shapes: expose what scaling factor is used for autofit scalingMiklos Vajna1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski2-11/+11
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-2/+2
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-3/+1
2020-07-30inline some use-once typedefsNoel Grandin1-4/+3
2020-07-20compact namespace declNoel Grandin2-15/+4
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke1-1/+12
2020-07-01tdf#132454 some more improvementsNoel Grandin1-2/+3
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák1-1/+3
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP1-0/+4
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-0/+2
2020-05-28pack SfxItemPropertyMapEntry and SfxItemPropertySimpleEntryNoel Grandin1-7/+7
2020-05-25tdf#133342 Add user defined percent stringLaurent BP1-0/+2
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-4/+0
2020-05-05drop newly unused SfxStyleSheetIterator::GetSearchFamilyCaolán McNamara1-1/+0
2020-05-05drop newly unused SfxStyleSheetBasePool::GetSearchMaskCaolán McNamara1-1/+0
2020-05-05we want to invalidate the current iteratorCaolán McNamara1-1/+2
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara1-1/+1
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-2/+2
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-2/+0
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara1-1/+1
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-3/+0
2020-05-03use more compact namespace syntax in /includeNoel Grandin13-37/+27
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke1-0/+3
2020-03-29Fix is_typed_flags for SfxStyleSearchBits (svl/style)Julien Nabet1-3/+3
2020-03-23make more classes private in mergedlibs modeNoel Grandin3-3/+6
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-0/+2
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke1-5/+13
2020-02-14move VCLXFileControl to toolkitCaolán McNamara1-0/+1
2019-12-23sal_Char->char in svtools..svlNoel Grandin1-1/+1
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-6/+0
2019-12-13loplugin:unusedmethodsNoel Grandin1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara21-29/+29
2019-12-05make some classes module privateNoel Grandin1-1/+1
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen2-2/+2
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos1-0/+3
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos1-0/+3