Searched refs:bUsePrettyPrinting (Results 1 – 5 of 5) sorted by relevance
209 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in _Write() local210 aAny.setValue( &bUsePrettyPrinting, ::getBooleanCppuType() ); in _Write()
690 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in impl_Export() local691 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export()
927 sal_Bool bUsePrettyPrinting( aSaveOpt.IsPrettyPrinting() ); in Export() local928 xInfoSet->setPropertyValue( sUsePrettyPrinting, makeAny( bUsePrettyPrinting ) ); in Export()
919 sal_Bool bUsePrettyPrinting(aSaveOpt.IsPrettyPrinting()); in Export() local920 …rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::makeAny(bUsePrettyPrinting)); in Export()
171 sal_Bool bUsePrettyPrinting( bFlat || aSaveOpt.IsPrettyPrinting() ); in Export() local173 aAny.setValue( &bUsePrettyPrinting, ::getBooleanCppuType() ); in Export()
Completed in 66 milliseconds