Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/xml/
H A Dwrtxml.cxx209 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in _Write() local
210 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in _Write()
/aoo41x/main/chart2/source/model/filter/
H A DXMLFilter.cxx690 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in impl_Export() local
691 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export()
/aoo41x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx927 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in Export() local
928 xInfoSet->setPropertyValue( sUsePrettyPrinting, makeAny( bUsePrettyPrinting ) ); in Export()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlwrap.cxx919 sal_Bool bUsePrettyPrinting(aSaveOpt.IsPrettyPrinting()); in Export() local
920 …rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::makeAny(bUsePrettyPrinting)); in Export()
/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx171 sal_Bool bUsePrettyPrinting( bFlat || aSaveOpt.IsPrettyPrinting() ); in Export() local
172 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in Export()

Completed in 64 milliseconds