summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 280196286d7c1f2c427bc529e0ca0117467b618e (plain)
1
2
3
4
*.doc binary
*.sdw binary
*.svg binary
*.jcs binary
2022-12-17crashtesting: assert on export of forum-mso-en4-212378.xlsx back to xlsxCaolán McNamara 2022-12-11crashtesting: accept timestamp with Z suffix as validCaolán McNamara 2022-08-02elide some temporary OUString construction in oox parsingNoel Grandin 2022-08-01use more string_view when dealing with attributesNoel Grandin 2022-06-27replace oox::OptValue with std::optionalNoel Grandin 2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin 2022-06-22rename oox::OptValue::get to valueNoel Grandin 2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin 2022-06-22remove OptValue(bool,Type) constructorNoel Grandin 2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin 2022-04-26add o3tl::toUInt32Noel Grandin 2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin 2022-04-10loplugin:stringview check for getToken and trimNoel Grandin 2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin 2022-04-08use more subView when converting to Int32Noel Grandin 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel 2020-04-28move the castToFastAttributeList functionNoel Grandin 2020-04-28tdf#131841 DOCX DrawingML shape import: Fixed missing HighlightColorSzabolcs 2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen 2019-07-02SmartArt: make if-node functions relative to current presentation nodeGrzegorz Araminowicz 2017-10-23loplugin:includeform: ooxStephan Bergmann 2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem