Searched refs:xTCProps (Results 1 – 2 of 2) sorted by relevance
52 sal_Int32 SwVbaStyle::getLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps ) throw … in getLanguageID() argument55 …xTCProps->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() argument62 …xTCProps->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() argument98 xTCProps->setPropertyValue( aStyleType, uno::makeAny( xStyle->getName() ) ); in setStyle()
45 …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 11 milliseconds