Lines Matching refs:RuntimeException

50 	virtual css::uno::Any SAL_CALL getListIndex() throw (css::uno::RuntimeException);
51 virtual ::sal_Int32 SAL_CALL getListCount() throw (css::uno::RuntimeException);
52 …rtual void SAL_CALL setListIndex( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
53 virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
54 virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
55 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
56 virtual void SAL_CALL setText( const ::rtl::OUString& _text ) throw (css::uno::RuntimeException);
57 virtual sal_Int32 SAL_CALL getStyle() throw (css::uno::RuntimeException);
58 virtual void SAL_CALL setStyle( sal_Int32 nStyle ) throw (css::uno::RuntimeException);
59 virtual sal_Int32 SAL_CALL getDropButtonStyle() throw (css::uno::RuntimeException);
60 … void SAL_CALL setDropButtonStyle( sal_Int32 nDropButtonStyle ) throw (css::uno::RuntimeException);
61 virtual sal_Int32 SAL_CALL getDragBehavior() throw (css::uno::RuntimeException);
62 …virtual void SAL_CALL setDragBehavior( sal_Int32 nDragBehavior ) throw (css::uno::RuntimeException
63 virtual sal_Int32 SAL_CALL getEnterFieldBehavior() throw (css::uno::RuntimeException);
64 …SAL_CALL setEnterFieldBehavior( sal_Int32 nEnterFieldBehavior ) throw (css::uno::RuntimeException);
65 virtual sal_Int32 SAL_CALL getListStyle() throw (css::uno::RuntimeException);
66 virtual void SAL_CALL setListStyle( sal_Int32 nListStyle ) throw (css::uno::RuntimeException);
67 virtual sal_Int32 SAL_CALL getTextAlign() throw (css::uno::RuntimeException);
68 virtual void SAL_CALL setTextAlign( sal_Int32 nTextAlign ) throw (css::uno::RuntimeException);
69 virtual sal_Int32 SAL_CALL getTextLength() throw (css::uno::RuntimeException);
70 …css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
73 …nst css::uno::Any& pvargItem, const css::uno::Any& pvargIndex ) throw (css::uno::RuntimeException);
74 virtual void SAL_CALL removeItem( const css::uno::Any& index ) throw (css::uno::RuntimeException);
75 virtual void SAL_CALL Clear( ) throw (css::uno::RuntimeException);
76 …st css::uno::Any& pvargIndex, const css::uno::Any& pvarColumn ) throw (css::uno::RuntimeException);
78 …l void SAL_CALL setRowSource( const rtl::OUString& _rowsource ) throw (css::uno::RuntimeException);
81 …::rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return ::… in getDefaultPropertyName()