Home
last modified time | relevance | path

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

/aoo41x/main/basctl/source/dlged/
H A Ddlged.cxx125 uno::Reference< beans::XPropertySet > xNewDlgModPropSet( xDlgMod, uno::UNO_QUERY ); in ShowDialog() local
126 if( xNewDlgModPropSet.is() ) in ShowDialog()
133 xNewDlgModPropSet->setPropertyValue( aResourceResolverPropName, aResourceResolver ); in ShowDialog()
149 xNewDlgModPropSet->setPropertyValue( aDecorationPropName, makeAny( true ) ); in ShowDialog()
150 xNewDlgModPropSet->setPropertyValue( aTitlePropName, makeAny( ::rtl::OUString() ) ); in ShowDialog()

Completed in 13 milliseconds