summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-17/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara1-1/+1
2020-05-04no need to save and restore the SaveMask if we don't change itCaolán McNamara1-6/+0
2020-05-04for these we know what the SearchFamily and GetSearchMask are alreadyCaolán McNamara1-18/+18
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-19/+20
2020-04-30loplugin:makeshared in swNoel Grandin2-3/+3
2020-04-27tdf#116883: sw: support for lists level format stringVasily Melenchuk1-1/+14
2020-04-27Don't insert embedded object twiceMike Kaganski1-9/+6
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann4-1/+4
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-3/+3
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin4-29/+29
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos1-2/+2
2020-03-24ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin8-28/+28
2020-03-11tdf#39674 Translate German variable namesJohnny_M1-2/+2
2020-03-09tdf#131184 Allow comparing text ranges in table with body textSamuel Mehrbrodt1-4/+8
2020-03-02speedup sw build a littleNoel Grandin5-0/+5
2020-02-26use GatherFieldsBjoern Michaelsen1-21/+6
2020-02-26use GatherFieldsBjoern Michaelsen1-11/+4
2020-02-25add GatherField member functionBjoern Michaelsen1-15/+5
2020-02-24Fix typoAndrea Gelmini1-1/+1
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh1-29/+1
2020-02-12Revert "tdf#118947 sw tablestyle: manually scan parents for ::SET"László Németh1-112/+17
2020-02-12Revert "related tdf#118947 sw tablestyle: no need to avoid numbered para"László Németh1-1/+2
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky2-24/+24
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-2/+2
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-3/+3
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy2-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann9-14/+25
2020-01-27sw: prefix members of StgReader, SwAuthEntry, ...Miklos Vajna1-13/+13
2020-01-24loplugin:makeshared in swNoel Grandin2-2/+2
2020-01-22tdf#129382: sw: assign names to shape object stylesVasily Melenchuk1-1/+1
2020-01-20tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl1-2/+2
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-18/+18
2020-01-16FirstLeft and FirstMaster not handled in CreateParentXTextBjoern Kirchhoff1-3/+13
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen6-12/+0
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-20/+10
2020-01-13sw: prefix members of SwGrfNode and SwChartLabeledDataSequenceMiklos Vajna1-39/+39
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-2/+5
2020-01-10use more std::make_sharedNoel Grandin2-2/+2
2020-01-07tdf#129841: fix GetTextTableCursorPropertyMap cell background valuesMike Kaganski1-3/+3
2020-01-06tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttrMike Kaganski1-1/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2020-01-06sw: prefix members of SwChartDataProvider, SwChartDataSource, ...Miklos Vajna1-38/+38
2020-01-03sw: add UNO API for semi-transparent textMiklos Vajna2-0/+5
2019-12-23sal_Char->char in swNoel Grandin3-7/+7
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt1-3/+21
2019-12-20loplugin:duplicate-definesNoel Grandin1-11/+10