Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/vba/
H A Dvbarange.cxx218 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in getParagraphFormat() local
219 …ord::XParagraphFormat >( new SwVbaParagraphFormat( this, mxContext, mxTextDocument, xParaProps ) ); in getParagraphFormat()
255 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in setStyle() local
256 SwVbaStyle::setStyle( xParaProps, rStyle ); in setStyle()
268 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in getLanguageID() local
269 return SwVbaStyle::getLanguageID( xParaProps ); in getLanguageID()
274 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in setLanguageID() local
275 SwVbaStyle::setLanguageID( xParaProps, _languageid ); in setLanguageID()
281 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in PageSetup() local
284xParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageStyleName"))) >>= aP… in PageSetup()

Completed in 18 milliseconds