Searched refs:SwVbaStyle (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbastyle.cxx | 41 SwVbaStyle::setName( const ::rtl::OUString& Name ) throw (uno::RuntimeException) in setName() 47 SwVbaStyle::getName() throw (uno::RuntimeException) in getName() 52 sal_Int32 SwVbaStyle::getLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps ) throw … in getLanguageID() 59 void SwVbaStyle::setLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps, sal_Int32 _l… in setLanguageID() 65 ::sal_Int32 SAL_CALL SwVbaStyle::getLanguageID() throw (uno::RuntimeException) in getLanguageID() 70 void SAL_CALL SwVbaStyle::setLanguageID( ::sal_Int32 _languageid ) throw (uno::RuntimeException) in setLanguageID() 75 ::sal_Int32 SAL_CALL SwVbaStyle::getType() throw (uno::RuntimeException) in getType() 89 SwVbaStyle::getFont() throw ( uno::RuntimeException ) in getFont() 101 rtl::OUString SwVbaStyle::getOOoStyleTypeFromMSWord( sal_Int32 _wdStyleType ) in getOOoStyleTypeFromMSWord() 129 SwVbaStyle::getServiceImplName() in getServiceImplName() [all …]
|
H A D | vbastyle.hxx | 36 class SwVbaStyle : public SwVbaStyle_BASE class 42 …SwVbaStyle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<… 43 virtual ~SwVbaStyle(){} in ~SwVbaStyle()
|
H A D | vbarange.cxx | 249 return uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps ) ); in getStyle() 256 SwVbaStyle::setStyle( xParaProps, rStyle ); in setStyle() 269 return SwVbaStyle::getLanguageID( xParaProps ); in getLanguageID() 275 SwVbaStyle::setLanguageID( xParaProps, _languageid ); in setLanguageID()
|
H A D | vbastyles.cxx | 289 …return uno::makeAny( uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProp )… in createCollectionObject() 318 … rtl::OUString aStyleType = SwVbaStyle::getOOoStyleTypeFromMSWord( pTable->wdStyleType ); in Item() 343 …return uno::makeAny( uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps … in Item()
|
Completed in 24 milliseconds