Searched refs:xDefaults (Results 1 – 2 of 2) sorted by relevance
100 …Reference< XPropertySet > xDefaults( xFact->createInstance( OUString(RTL_CONSTASCII_USTRINGPARAM("… in SetDefaults() local101 if( !xDefaults.is() ) in SetDefaults()118 Reference< XPropertySetInfo > xInfo( xDefaults->getPropertySetInfo() ); in SetDefaults()120 xDefaults->setPropertyValue( sTextWordWrap, Any( bWordWrapDefault ) ); in SetDefaults()122 FillPropertySet( xDefaults ); in SetDefaults()
1269 …uno::Reference< beans::XPropertySet > xDefaults( xFact->createInstance( OUString(RTL_CONSTASCII_US… in ExportGraphicDefaults() local1270 if( xDefaults.is() ) in ExportGraphicDefaults()1272 …aStEx.exportDefaultStyle( xDefaults, OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_SD_GRAP… in ExportGraphicDefaults()
Completed in 33 milliseconds