Home
last modified time | relevance | path

Searched refs:ScVbaLineFormat (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx35 ScVbaLineFormat::ScVbaLineFormat( const uno::Reference< ov::XHelperInterface >& xParent, const uno:… in ScVbaLineFormat() function in ScVbaLineFormat
43 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 …]
H A Dvbalineformat.hxx33 class ScVbaLineFormat : public ScVbaLineFormat_BASE class
47ScVbaLineFormat( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
H A Dvbashape.cxx288 … return uno::Reference< msforms::XLineFormat >( new ScVbaLineFormat( this, mxContext, m_xShape ) ); in getLine()