Lines Matching refs:RuntimeException

62 inline double lclPointsToHmm( const uno::Any& rPoints ) throw (uno::RuntimeException)  in lclPointsToHmm()
86 const uno::Type& rVbaType ) throw (uno::RuntimeException);
97 void collectShapes() throw (uno::RuntimeException);
99 …hape > createShape( const awt::Point& rPos, const awt::Size& rSize ) throw (uno::RuntimeException);
101 …nt32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
103 … createVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
105 uno::Any createCollectionObject( const uno::Any& rSource ) throw (uno::RuntimeException);
107 uno::Any getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeException);
110 virtual sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException);
111 …dex ) throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException);
114 virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException);
115 virtual sal_Bool SAL_CALL hasElements() throw (uno::RuntimeException);
121 …ateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) = 0;
126 …tShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw (uno::RuntimeException);
128 …plOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
130 …lOnShapeInserted( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
152 const uno::Type& rVbaType ) throw (uno::RuntimeException) : in ScVbaObjectContainer()
163 void ScVbaObjectContainer::collectShapes() throw (uno::RuntimeException) in collectShapes()
174 …tainer::createShape( const awt::Point& rPos, const awt::Size& rSize ) throw (uno::RuntimeException) in createShape()
183 …iner::insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in insertShape()
192 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in createVbaObject()
197 …VbaObjectContainer::createCollectionObject( const uno::Any& rSource ) throw (uno::RuntimeException) in createCollectionObject()
204 … ScVbaObjectContainer::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeException) in getItemByStringIndex()
209 throw uno::RuntimeException(); in getItemByStringIndex()
214 sal_Int32 SAL_CALL ScVbaObjectContainer::getCount() throw (uno::RuntimeException) in getCount()
220 throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException) in getByIndex()
229 uno::Type SAL_CALL ScVbaObjectContainer::getElementType() throw (uno::RuntimeException) in getElementType()
234 sal_Bool SAL_CALL ScVbaObjectContainer::hasElements() throw (uno::RuntimeException) in hasElements()
241 …etShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw (uno::RuntimeException) in implGetShapeName()
247 …nShapeCreated( const uno::Reference< drawing::XShape >& /*rxShape*/ ) throw (uno::RuntimeException) in implOnShapeCreated()
251 …ShapeInserted( const uno::Reference< drawing::XShape >& /*rxShape*/ ) throw (uno::RuntimeException) in implOnShapeInserted()
282 …SheetObjectsBase( const ScVbaObjectContainerRef& rxContainer ) throw (css::uno::RuntimeException) : in ScVbaSheetObjectsBase()
293 void ScVbaSheetObjectsBase::collectShapes() throw (uno::RuntimeException) in collectShapes()
300 …r::XEnumeration > SAL_CALL ScVbaSheetObjectsBase::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
307 uno::Type SAL_CALL ScVbaSheetObjectsBase::getElementType() throw (uno::RuntimeException) in getElementType()
319 …ScVbaSheetObjectsBase::getItemByStringIndex( const OUString& rIndex ) throw (uno::RuntimeException) in getItemByStringIndex()
328 …VbaGraphicObjectsBase( const ScVbaObjectContainerRef& rxContainer ) throw (uno::RuntimeException) : in ScVbaGraphicObjectsBase()
335 …nst uno::Any& rTop, const uno::Any& rWidth, const uno::Any& rHeight ) throw (uno::RuntimeException) in Add()
344 throw uno::RuntimeException(); in Add()
370 sal_Int16 nComponentType ) throw (uno::RuntimeException);
373 uno::Reference< container::XIndexContainer > createForm() throw (uno::RuntimeException);
378 …tShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw (uno::RuntimeException);
379 …plOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
396 sal_Int16 nComponentType ) throw (uno::RuntimeException) : in ScVbaControlContainer()
403 …nce< container::XIndexContainer > ScVbaControlContainer::createForm() throw (uno::RuntimeException) in createForm()
450 …etShapeName( const uno::Reference< drawing::XShape >& rxShape ) const throw (uno::RuntimeException) in implGetShapeName()
456 …mplOnShapeCreated( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in implOnShapeCreated()
482 const uno::Reference< sheet::XSpreadsheet >& rxSheet ) throw (uno::RuntimeException);
485 …lCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException);
495 const uno::Reference< sheet::XSpreadsheet >& rxSheet ) throw (uno::RuntimeException) : in ScVbaButtonContainer()
504 …plCreateVbaObject( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in implCreateVbaObject()
523 const uno::Reference< sheet::XSpreadsheet >& rxSheet ) throw (uno::RuntimeException) : in ScVbaButtons()