Searched refs:ScVbaInterior (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbainterior.cxx | 87 ScVbaInterior::ScVbaInterior( const uno::Reference< XHelperInterface >& xParent, const uno::Referen… in ScVbaInterior() function in ScVbaInterior 98 ScVbaInterior::getColor() throw (uno::RuntimeException) in getColor() 105 ScVbaInterior::setColor( const uno::Any& _color ) throw (uno::RuntimeException) in setColor() 117 ScVbaInterior::SetMixedColor() in SetMixedColor() 147 ScVbaInterior::getPalette() in getPalette() 157 ScVbaInterior::setColorIndex( const css::uno::Any& _colorindex ) throw (css::uno::RuntimeException) in setColorIndex() 176 ScVbaInterior::GetIndexColor( const sal_Int32& nColorIndex ) in GetIndexColor() 189 ScVbaInterior::GetColorIndex( const sal_Int32 nColor ) in GetColorIndex() 208 ScVbaInterior::getColorIndex() throw ( css::uno::RuntimeException ) in getColorIndex() 228 ScVbaInterior::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPa… in GetPatternColor() [all …]
|
| H A D | vbainterior.hxx | 41 class ScVbaInterior : public ScVbaInterior_BASE class 63 …ScVbaInterior( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refere… 66 virtual ~ScVbaInterior(){} in ~ScVbaInterior()
|
| H A D | vbatitle.hxx | 60 return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet ); in Interior()
|
| H A D | vbaformat.cxx | 364 return new ScVbaInterior( thisHelperIface(), ScVbaFormat_BASE::mxContext, mxPropertySet ); in Interior()
|
| H A D | vbarange.cxx | 2644 return new ScVbaInterior ( this, mxContext, xProps, getScDocument() ); in Interior()
|