Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/xml/
H A Dwrtxml.cxx209 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in _Write() local
210 aAny.setValue( &bUsePrettyPrinting, ::getBooleanCppuType() ); in _Write()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/starmath/source/
H A Dmathmlexport.cxx171 sal_Bool bUsePrettyPrinting( bFlat || aSaveOpt.IsPrettyPrinting() ); in Export() local
173 aAny.setValue( &bUsePrettyPrinting, ::getBooleanCppuType() ); in Export()

Completed in 66 milliseconds