Home
last modified time | relevance | path

Searched refs:ScVbaBorders (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sc/source/ui/vba/
H A Dvbaborders.cxx379 ScVbaBorders::ScVbaBorders( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in ScVbaBorders() function in ScVbaBorders
388 ScVbaBorders::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
394 ScVbaBorders::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject()
400 ScVbaBorders::getElementType() throw (uno::RuntimeException) in getElementType()
406 ScVbaBorders::getItemByIntIndex( const sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIntIndex()
412 uno::Any SAL_CALL ScVbaBorders::getColor() throw (uno::RuntimeException) in getColor()
432 void SAL_CALL ScVbaBorders::setColor( const uno::Any& _color ) throw (uno::RuntimeException) in setColor()
441 uno::Any SAL_CALL ScVbaBorders::getColorIndex() throw (uno::RuntimeException) in getColorIndex()
461 void SAL_CALL ScVbaBorders::setColorIndex( const uno::Any& _colorindex ) throw (uno::RuntimeExcepti… in setColorIndex()
493 uno::Any SAL_CALL ScVbaBorders::getLineStyle() throw (uno::RuntimeException) in getLineStyle()
[all …]
H A Dvbaborders.hxx38 class ScVbaBorders : public ScVbaBorders_BASE class
45ScVbaBorders( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…
46 virtual ~ScVbaBorders() {} in ~ScVbaBorders()
H A Dvbaformat.cxx343 …uno::Reference< XCollection > xColl = new ScVbaBorders( thisHelperIface(), ScVbaFormat_BASE::mxCo… in Borders()
H A Dvbarange.cxx1408 … uno::Reference< XCollection > borders( new ScVbaBorders( xParent, xContext, xRange, aPalette ) ); in lcl_setupBorders()