Home
last modified time | relevance | path

Searched refs:sUsePrettyPrinting (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/filter/xml/
H A Dwrtxml.cxx208 OUString sUsePrettyPrinting(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")); in _Write() local
210 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in _Write()
/aoo41x/main/chart2/source/model/filter/
H A DXMLFilter.cxx689 OUString sUsePrettyPrinting(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")); in impl_Export() local
691 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export()
/aoo41x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx926 OUString sUsePrettyPrinting(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")); in Export() local
928 xInfoSet->setPropertyValue( sUsePrettyPrinting, makeAny( bUsePrettyPrinting ) ); in Export()
/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx170 OUString sUsePrettyPrinting(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")); in Export() local
172 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in Export()
/aoo41x/main/xmloff/source/core/
H A Dxmlexp.cxx699 OUString sUsePrettyPrinting(RTL_CONSTASCII_USTRINGPARAM(XML_USEPRETTYPRINTING)); in setSourceDocument() local
700 if (xPropertySetInfo->hasPropertyByName(sUsePrettyPrinting)) in setSourceDocument()
702 uno::Any aAny = mxExportInfo->getPropertyValue(sUsePrettyPrinting); in setSourceDocument()

Completed in 59 milliseconds