Searched refs:ScVbaLineFormat (Results 1 – 3 of 3) sorted by relevance
35 ScVbaLineFormat::ScVbaLineFormat( const uno::Reference< ov::XHelperInterface >& xParent, const uno:… in ScVbaLineFormat() function in ScVbaLineFormat43 ScVbaLineFormat::calculateArrowheadSize() in calculateArrowheadSize()49 ScVbaLineFormat::convertLineStartEndNameToArrowheadStyle( rtl::OUString sLineName ) in convertLineStartEndNameToArrowheadStyle()98 ScVbaLineFormat::convertArrowheadStyleToLineStartEndName( sal_Int32 nArrowheadStyle ) throw (uno::R… in convertArrowheadStyleToLineStartEndName()121 ScVbaLineFormat::getBeginArrowheadStyle() throw (uno::RuntimeException) in getBeginArrowheadStyle()141 ScVbaLineFormat::setBeginArrowheadStyle( sal_Int32 _beginarrowheadstyle ) throw (uno::RuntimeExcept… in setBeginArrowheadStyle()148 ScVbaLineFormat::getBeginArrowheadLength() throw (uno::RuntimeException) in getBeginArrowheadLength()154 ScVbaLineFormat::setBeginArrowheadLength( sal_Int32 /*_beginarrowheadlength*/ ) throw (uno::Runtime… in setBeginArrowheadLength()160 ScVbaLineFormat::getBeginArrowheadWidth() throw (uno::RuntimeException) in getBeginArrowheadWidth()166 ScVbaLineFormat::setBeginArrowheadWidth( sal_Int32 /*_beginarrowheadwidth*/ ) throw (uno::RuntimeEx… in setBeginArrowheadWidth()[all …]
33 class ScVbaLineFormat : public ScVbaLineFormat_BASE class47 …ScVbaLineFormat( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
288 … return uno::Reference< msforms::XLineFormat >( new ScVbaLineFormat( this, mxContext, m_xShape ) ); in getLine()