summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/types/writer_MultiMate_4_W4W.xcu
blob: bd96a8a8b838e2163d5b143f3e8aa2b75c399db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    <node oor:name="writer_MultiMate_4_W4W" oor:op="replace" >
        <prop oor:name="DetectService"><value>com.sun.star.comp.sfx2.BinaryFormatDetector</value></prop>
        <prop oor:name="URLPattern"/>
        <prop oor:name="Extensions"><value>dox</value></prop>
        <prop oor:name="MediaType"/>
        <prop oor:name="Preferred"><value>false</value></prop>
        <prop oor:name="PreferredFilter"><value>MultiMate 4 (W4W)</value></prop>
        <prop oor:name="UIName">
            <value>MultiMate 4</value>
        </prop>
        <prop oor:name="ClipboardFormat"/>
    </node>
8-11-22improve function-local statics in salNoel Grandin 2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin 2018-11-11Fix typoAndrea Gelmini 2018-11-07loplugin:collapseif in framework..salNoel Grandin 2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski 2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara 2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-05use std::unordered_map in localeNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann 2018-09-07Cppcheck: reduce variable scopeMike Kaganski 2018-08-31-Werror,-Wunused-parameterStephan Bergmann 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin 2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann 2018-08-06Add missing sal/log.hxx headersGabor Kelemen 2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin 2018-08-02Use memcpy for string ImplNewCopy functionsNoel Grandin 2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann 2018-08-01Dead assignmentStephan Bergmann 2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann 2018-07-31the custom SAL allocator is no longer usedNoel Grandin 2018-07-30avoid writing StringBuffer twiceNoel Grandin 2018-07-29bChanged can be boolNoel Grandin 2018-07-29Use memmove in trim_WithLengthNoel Grandin 2018-07-29optimise newFromStr functionsNoel Grandin 2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara 2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen 2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke 2018-06-11new loplugin:shouldreturnboolNoel Grandin 2018-05-28loplugin:unusedfieldsNoel Grandin 2018-05-28loplugin:unusedmethodsNoel Grandin 2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann 2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann 2018-05-17Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann 2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann 2018-04-27loplugin:constantparamNoel Grandin 2018-04-20loplugin:constantparamNoel Grandin 2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu 2018-04-16cppcheck: variableScope & unreadVariableMuhammet Kara