summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)AuthorFilesLines
2022-06-23tdf#149314 PPTX import: fix internal hyperlink in editorTibor Nagy1-0/+1
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-1/+1
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-9/+9
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin1-17/+16
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann2-13/+13
2022-04-26add o3tl::toUInt32Noel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-6/+6
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-7/+7
2022-04-08use more subView when converting to Int32Noel Grandin1-6/+7
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-04-05Advanced Diagram support: Move Diagram Text information to svxArmin Le Grand (Allotropia)1-0/+16
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen2-6/+0
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski2-16/+12
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+2
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-1/+1
2021-07-18osl::Mutex->std::mutex in GenericPropertySetNoel Grandin1-3/+3
2021-06-19fix loading calc files with embedded form macrosNoel Grandin1-32/+22
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-11Revert "tdf#118133 DOCX import: disable lazy-loading of tiff images"Xisco Fauli1-7/+1
2021-03-07Revert "tdf#126310 Disable lazy loading of WMF images"Xisco Fauli1-2/+2
2020-12-21do not preload all images in the pptx importerLuboš Luňák1-67/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-1/+0
2020-10-22long->tools::Long in hwpfilter..ooxNoel1-0/+1
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-3/+3
2020-10-03loplugin:reducevarscope in ooxNoel1-1/+1
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl1-11/+41
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-5/+5
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: ooxStephan Bergmann1-5/+5
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-5/+5
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-21/+21
2020-04-28move the castToFastAttributeList functionNoel Grandin1-1/+1
2020-04-28tdf#131841 DOCX DrawingML shape import: Fixed missing HighlightColorSzabolcs1-0/+32
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-1/+1
2020-04-03loplugin:flatten in ooxNoel Grandin4-42/+45
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-4/+0
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen10-19/+0
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin1-2/+2
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+2
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in ooxNoel Grandin1-2/+2