Home
last modified time | relevance | path

Searched refs:SwVbaWrapFormat (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbawrapformat.cxx33 SwVbaWrapFormat::SwVbaWrapFormat( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XCom… in SwVbaWrapFormat() function in SwVbaWrapFormat
38 void SwVbaWrapFormat::makeWrap() throw (uno::RuntimeException) in makeWrap()
87 ::sal_Int32 SAL_CALL SwVbaWrapFormat::getType() throw (uno::RuntimeException) in getType()
129 void SAL_CALL SwVbaWrapFormat::setType( ::sal_Int32 _type ) throw (uno::RuntimeException) in setType()
135 ::sal_Int32 SAL_CALL SwVbaWrapFormat::getSide() throw (uno::RuntimeException) in getSide()
160 void SAL_CALL SwVbaWrapFormat::setSide( ::sal_Int32 _side ) throw (uno::RuntimeException) in setSide()
166 float SwVbaWrapFormat::getDistance( const rtl::OUString& sName ) throw (uno::RuntimeException) in getDistance()
173 void SwVbaWrapFormat::setDistance( const rtl::OUString& sName, float _distance ) throw (uno::Runtim… in setDistance()
179 float SAL_CALL SwVbaWrapFormat::getDistanceTop() throw (uno::RuntimeException) in getDistanceTop()
184 void SAL_CALL SwVbaWrapFormat::setDistanceTop( float _distancetop ) throw (uno::RuntimeException) in setDistanceTop()
[all …]
H A Dvbawrapformat.hxx32 class SwVbaWrapFormat : public SwVbaWrapFormat_BASE class
46SwVbaWrapFormat( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno:…