summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unostyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-3/+3
2021-07-19Using empty which range makes no sense hereMike Kaganski1-1/+1
2021-07-19Use reference to WhichRangesContainer instead of pointer in swMike Kaganski1-5/+5
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-3/+3
2021-07-17use WhichRangesContainer in swNoel Grandin1-4/+4
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-3/+3
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-27Revert "tdf#135316 bypass 'existing style' check when importing"Noel Grandin1-7/+4
2021-06-24tdf#135316 bypass 'existing style' check when importingNoel Grandin1-4/+7
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-10/+10
2021-05-10sw: prefix members of SwAutoStylesEnumImpl, SwXRedline, ...Miklos Vajna1-11/+11
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-65/+65
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-10/+8
2021-04-07rtl::Static -> function local staticNoel Grandin1-2/+2
2021-04-01Fix typosAndrea Gelmini1-2/+2
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-0/+32
2021-03-29tdf#98749 Move initialization of page defaults to writer corePanos1-10/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara1-12/+12
2020-09-28'Jaket' -> EnvelopeCaolán McNamara1-1/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-192/+193
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
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-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-6/+6
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-14/+14
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky1-23/+20
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+4
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt1-3/+21
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-4/+14
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1