Lines Matching refs:SwVbaWrapFormat

33 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()
189 float SAL_CALL SwVbaWrapFormat::getDistanceBottom() throw (uno::RuntimeException) in getDistanceBottom()
194 void SAL_CALL SwVbaWrapFormat::setDistanceBottom( float _distancebottom ) throw (uno::RuntimeExcept… in setDistanceBottom()
199 float SAL_CALL SwVbaWrapFormat::getDistanceLeft() throw (uno::RuntimeException) in getDistanceLeft()
204 void SAL_CALL SwVbaWrapFormat::setDistanceLeft( float _distanceleft ) throw (uno::RuntimeException) in setDistanceLeft()
209 float SAL_CALL SwVbaWrapFormat::getDistanceRight() throw (uno::RuntimeException) in getDistanceRight()
214 void SAL_CALL SwVbaWrapFormat::setDistanceRight( float _distanceright ) throw (uno::RuntimeExceptio… in setDistanceRight()
220 SwVbaWrapFormat::getServiceImplName() in getServiceImplName()
227 SwVbaWrapFormat::getServiceNames() in getServiceNames()
241 sdecl::vba_service_class_<SwVbaWrapFormat, sdecl::with_args<true> > serviceImpl;