Searched refs:ScVbaStyle (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbastyle.cxx | 35 ScVbaStyle::getStylesNameContainer( const uno::Reference< frame::XModel >& xModel ) throw ( uno::Ru… in getStylesNameContainer() 51 void ScVbaStyle::initialise() throw ( uno::RuntimeException ) in initialise() 63 …mxStyleFamilyNameContainer.set( ScVbaStyle::getStylesNameContainer( mxModel ), uno::UNO_QUERY_THR… in initialise() 93 ScVbaStyle::BuiltIn() throw (script::BasicErrorException, uno::RuntimeException) in BuiltIn() 99 ScVbaStyle::setName( const ::rtl::OUString& Name ) throw (script::BasicErrorException, uno::Runtime… in setName() 105 ScVbaStyle::getName() throw (script::BasicErrorException, uno::RuntimeException) in getName() 124 ScVbaStyle::getNameLocal() throw (script::BasicErrorException, uno::RuntimeException) in getNameLocal() 139 ScVbaStyle::Delete() throw (script::BasicErrorException, uno::RuntimeException) in Delete() 158 ScVbaStyle::getMergeCells( ) throw (script::BasicErrorException, uno::RuntimeException) in getMergeCells() 166 ScVbaStyle::getServiceImplName() in getServiceImplName() [all …]
|
H A D | vbastyle.hxx | 34 class ScVbaStyle : public ScVbaStyle_BASE class 42 …ScVbaStyle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<… 43 …ScVbaStyle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<… 44 virtual ~ScVbaStyle(){} in ~ScVbaStyle()
|
H A D | vbastyles.cxx | 35 …uno::Reference< excel::XStyle > xStyle( new ScVbaStyle( xParent, xContext, xStyleProps, xModel ) )… in lcl_createAPIStyleToVBAObject() 40 …es_BASE( xParent, xContext, uno::Reference< container::XIndexAccess >( ScVbaStyle::getStylesNameCo… in ScVbaStyles()
|
H A D | vbarange.cxx | 5424 uno::Reference< excel::XStyle > xStyle = new ScVbaStyle( this, mxContext, sStyleName, xModel ); in getStyle()
|
Completed in 72 milliseconds