summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtstyli.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-15loplugin:ostr in xmloffNoel Grandin1-10/+10
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-4/+4
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-4/+4
2023-05-01AutoName is only used as Any, no need to extract into intermediate stringMike Kaganski1-2/+2
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen1-1/+0
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann1-3/+3
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth1-2/+3
2021-09-02Related: tdf#137363 ODT import: handle style:list-level="..." for para stylesMiklos Vajna1-0/+14
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-12/+19
2021-02-17loplugin:referencecasting in xmloffNoel1-1/+1
2020-12-08fastparser in stylesNoel Grandin1-22/+16
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin1-3/+1
2020-08-27Fix typosAndrea Gelmini1-1/+1
2020-08-27convert remaining XMLPropStyleContext subclasses to fastparserNoel Grandin1-40/+15
2020-08-26use more fastparser in XMLTableStyleContextNoel Grandin1-0/+15
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-06loplugin:flatten in xmloff/textNoel Grandin1-16/+16
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-17/+17
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen1-6/+0
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-26Fix typosAndrea Gelmini1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+2
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2017-11-22xmloff: These arrays are constantTakeshi Abe1-1/+1
2017-11-15loplugin:flatten in xmloffNoel Grandin1-187/+188
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-7/+7
2017-07-05xmloff: XMLTextStyleContext: remove property name constant membersMichael Stahl1-10/+10
2017-07-04xmloff: prefix members of XMLTextStyleContextMichael Stahl1-41/+43
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-05-05xmloff: typoMichael Stahl1-2/+2
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-2/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-1/+1
2017-01-23just for non exported thingsCaolán McNamara1-0/+3
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara1-3/+0
2016-09-09loplugin:refcountingNoel Grandin1-0/+3
2016-09-09improve commentDavid Tardon1-1/+1
2016-09-09remove manual memory managementDavid Tardon1-12/+6
2016-07-08loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann1-1/+1
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin1-2/+2
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-1/+1
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann1-1/+3
2016-05-04use Any constructor instead of temporariesNoel Grandin1-18/+6
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-4/+1
2016-03-29Avoid reserved identifiersStephan Bergmann1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-1/+1