Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/vba/
H A Dvbastyle.cxx52 sal_Int32 SwVbaStyle::getLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps ) throw … in getLanguageID() argument
55xTCProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharLocale") ) ) >>= aLoca… in getLanguageID()
59 void SwVbaStyle::setLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps, sal_Int32 _l… in setLanguageID() argument
62xTCProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharLocale") ), uno::makeA… in setLanguageID()
95 void SwVbaStyle::setStyle( const uno::Reference< beans::XPropertySet >& xTCProps, const uno::Refere… in setStyle() argument
98 xTCProps->setPropertyValue( aStyleType, uno::makeAny( xStyle->getName() ) ); in setStyle()
H A Dvbastyle.hxx45 …static void setStyle( const css::uno::Reference< css::beans::XPropertySet >& xTCProps, const css::…
47 …static sal_Int32 getLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps ) …
48 …static void setLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps, sal_In…

Completed in 5 milliseconds