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() 46 …uno::Reference< beans::XPropertySet > xStyleProps( ScVbaStyle::getStylesNameContainer( xModel )->g… in lcl_getStyleProps() 51 void ScVbaStyle::initialise() throw ( uno::RuntimeException ) in initialise() 63 …mxStyleFamilyNameContainer.set( ScVbaStyle::getStylesNameContainer( mxModel ), uno::UNO_QUERY_THR… in initialise() 67 ScVbaStyle::ScVbaStyle( const uno::Reference< ov::XHelperInterface >& xParent, const uno::Reference… in ScVbaStyle() function in ScVbaStyle 79 ScVbaStyle::ScVbaStyle( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaStyle() function in ScVbaStyle 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() 111 ScVbaStyle::setNameLocal( const ::rtl::OUString& NameLocal ) throw (script::BasicErrorException, un… in setNameLocal() [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()
|