summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog
AgeCommit message (Expand)AuthorFilesLines
2024-05-08loplugin:ostr in filterNoel Grandin9-119/+119
2024-05-02elide some OUString temporariesNoel Grandin2-29/+29
2024-04-08tdf#146619 Drop unused 'using namespace' in: filter/Gabor Kelemen2-5/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: filterStephan Bergmann2-15/+15
2023-06-26new loplugin:constexprliteralNoel Grandin1-17/+17
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-24drop OComponentHelper in XMLFilterDialogComponentNoel Grandin1-86/+16
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-16/+13
2022-10-24Drop {PDFFilterResId, getResStr, XsltResId} and use FilterResId in "filter"Kevin Suo3-26/+17
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin2-4/+3
2022-09-19simplify usage of TempFile in XMLFilterJarHelperNoel Grandin1-5/+4
2022-09-18use more string_view in utl::TempFileNoel Grandin1-4/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-05-04Just use Any ctor instead of makeAny in filterStephan Bergmann2-4/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin3-3/+3
2022-04-26Two more uses of rtl::createUriCharClassStephan Bergmann1-20/+6
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-5/+5
2022-04-14use more string_view in filterNoel Grandin3-18/+19
2022-04-10use more string_viewNoel Grandin1-2/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-04-03cid#1503358 silence Unchecked return valueCaolán McNamara1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-2/+2
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-7/+7
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen1-1/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski3-86/+55
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet1-1/+0
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+3
2021-08-13rtl::Static -> thread-safe static localNoel Grandin1-30/+10
2021-08-10Missing includeStephan Bergmann1-0/+1
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin3-5/+7
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-4/+4
2021-06-17use string_view in the Translate APINoel Grandin2-3/+3
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-11/+10
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-19/+18
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-20/+20
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC9-35/+9
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-21loplugin:refcounting in filterNoel2-24/+21
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-6/+10
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-2/+0
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin1-4/+4