Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 51 – 75 of 4840) sorted by relevance

12345678910>>...194

/aoo4110/main/testtools/source/bridgetest/
H A Dcppobj.cxx317 throw (RuntimeException) in getNullPolyLong()
321 throw (RuntimeException) in getNullPolyString()
325 throw (RuntimeException) in getNullPolyType()
549 throw (RuntimeException) in testMulti()
642 RuntimeException aExc; in raiseRuntimeExceptionOneway()
684 throw (RuntimeException) in getRuntimeException()
700 RuntimeException aExc; in setRuntimeException()
1129 throw (RuntimeException) in getCurrentContextChecker()
1137 throw (RuntimeException) in getImplementationName()
1143 throw (RuntimeException) in supportsService()
[all …]
/aoo4110/main/unoxml/source/dom/
H A Ddocument.hxx148 throw (RuntimeException);
154 throw (RuntimeException);
160 throw (RuntimeException);
272 throw (RuntimeException) in getAttributes()
277 throw (RuntimeException) in getChildNodes()
282 throw (RuntimeException) in getFirstChild()
287 throw (RuntimeException) in getLastChild()
292 throw (RuntimeException) in getLocalName()
297 throw (RuntimeException) in getNamespaceURI()
348 throw (RuntimeException) in isSupported()
[all …]
H A Delement.hxx71 throw (RuntimeException);
77 throw (RuntimeException);
83 throw (RuntimeException);
89 throw (RuntimeException);
97 throw (RuntimeException);
106 throw (RuntimeException);
112 throw (RuntimeException);
119 throw (RuntimeException);
195 throw (RuntimeException) in cloneNode()
200 throw (RuntimeException) in getChildNodes()
[all …]
/aoo4110/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx53 const css::uno::Any& rLength ) throw (css::uno::RuntimeException);
59 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
61 virtual sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
67 virtual void SAL_CALL Delete() throw (css::uno::RuntimeException);
73 ::rtl::OUString getFullString() const throw (css::uno::RuntimeException);
98 virtual double SAL_CALL getLeft() throw (css::uno::RuntimeException);
100 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
102 virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);
104 virtual double SAL_CALL getHeight() throw (css::uno::RuntimeException);
152 ListenerType eListenerType ) throw (css::uno::RuntimeException);
[all …]
/aoo4110/main/connectivity/workben/skeleton/
H A DSResultSet.hxx93 …ble() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
94 …rency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
95 …Type() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
96 …tion() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
97 …ize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
98 …Name() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
100 …_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
101 …_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
148 virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
149 virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx73 …Type() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
74 …tion() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
75 …ize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
79 …_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
123 …CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
127 …LL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
129 …afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
130 …ALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
131 …CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
165 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/toolkit/source/controls/
H A Dunocontrols.cxx226 void UnoEditControl::dispose() throw(uno::RuntimeException) in dispose()
349 ::rtl::OUString UnoEditControl::getText() throw(uno::RuntimeException) in getText()
729 void UnoButtonControl::dispose() throw(uno::RuntimeException) in dispose()
931 void UnoImageControlControl::dispose() throw(uno::RuntimeException) in dispose()
1024 void UnoRadioButtonControl::dispose() throw(uno::RuntimeException) in dispose()
1233 void UnoCheckBoxControl::dispose() throw(uno::RuntimeException) in dispose()
1314 short UnoCheckBoxControl::getState() throw(uno::RuntimeException) in getState()
2309 void UnoListBoxControl::dispose() throw(uno::RuntimeException) in IMPL_SERVICEINFO_DERIVED()
2816 void UnoComboBoxControl::dispose() throw(uno::RuntimeException) in dispose()
3421 void UnoDateFieldControl::setEmpty() throw(uno::RuntimeException) in setEmpty()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx104 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw( RuntimeException) in getTypes()
226 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
394 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
401 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
412 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
421 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
491 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
511 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
527 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
535 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
[all …]
H A DSResultSet.hxx120 …CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
123 …L isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
124 …LL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
125 …foreFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
126 …afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
127 …ALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
128 …CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
133 …efreshRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
162 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
164 …ALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx153 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
162 void SAL_CALL setFocus( ) throw(::com::sun::star::uno::RuntimeException);
186 sal_Bool SAL_CALL isDesignMode( ) throw(::com::sun::star::uno::RuntimeException);
213 sal_Bool SAL_CALL isFloating( ) throw (::com::sun::star::uno::RuntimeException);
215 void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
216 void SAL_CALL unlock( ) throw (::com::sun::star::uno::RuntimeException);
217 sal_Bool SAL_CALL isLocked( ) throw (::com::sun::star::uno::RuntimeException);
224 sal_Bool SAL_CALL isVisible( ) throw (::com::sun::star::uno::RuntimeException);
225 sal_Bool SAL_CALL isActive( ) throw (::com::sun::star::uno::RuntimeException);
226 sal_Bool SAL_CALL isEnabled( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.hxx269 … ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException);
275 …:rtl::OUString getImplementationName_static(void) throw( ::com::sun::star::uno::RuntimeException );
286 …ALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
346 …insertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
347 …updateRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
354 …L execute( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
370 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
414 …tion() throw (::com::sun::star::sdb::RowSetVetoException, ::com::sun::star::uno::RuntimeException);
499 … ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException);
511 …ALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx59 using ::com::sun::star::uno::RuntimeException;
376 double SAL_CALL DatabaseDataProvider::getNotANumber() throw (uno::RuntimeException) in getNotANumber()
518 ::rtl::OUString SAL_CALL DatabaseDataProvider::getFilter() throw (uno::RuntimeException) in getFilter()
534 ::sal_Bool SAL_CALL DatabaseDataProvider::getApplyFilter() throw (RuntimeException) in getApplyFilter()
579 ::rtl::OUString SAL_CALL DatabaseDataProvider::getOrder() throw (uno::RuntimeException) in getOrder()
606 ::sal_Int32 SAL_CALL DatabaseDataProvider::getRowLimit() throw (uno::RuntimeException) in getRowLimit()
1022 void SAL_CALL DatabaseDataProvider::execute() throw( SQLException, RuntimeException ) in execute()
1043 sal_Bool SAL_CALL DatabaseDataProvider::next() throw( SQLException, RuntimeException ) in next()
1079 void SAL_CALL DatabaseDataProvider::afterLast() throw( SQLException, RuntimeException ) in afterLast()
1085 sal_Bool SAL_CALL DatabaseDataProvider::first() throw( SQLException, RuntimeException ) in first()
[all …]
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx256 …l_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxRowSize( ) throw(SQLException, RuntimeException) in getMaxRowSize()
345 sal_Bool unique, sal_Bool approximate ) throw(SQLException, RuntimeException) in getIndexInfo()
386 sal_Bool nullable ) throw(SQLException, RuntimeException) in getBestRowIdentifier()
955 sal_Bool SAL_CALL java_sql_DatabaseMetaData::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
961 …l_Bool SAL_CALL java_sql_DatabaseMetaData::usesLocalFiles( ) throw(SQLException, RuntimeException) in usesLocalFiles()
1022 …_Bool SAL_CALL java_sql_DatabaseMetaData::supportsGroupBy( ) throw(SQLException, RuntimeException) in supportsGroupBy()
1064 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsUnion( ) throw(SQLException, RuntimeException) in supportsUnion()
1172 ::rtl::OUString SAL_CALL java_sql_DatabaseMetaData::getURL( ) throw(SQLException, RuntimeException) in getURL()
1225 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getDriverMajorVersion( ) throw(RuntimeException) in getDriverMajorVersion()
1237 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getDriverMinorVersion( ) throw(RuntimeException) in getDriverMinorVersion()
[all …]
/aoo4110/main/svx/source/inc/
H A Dcharmapacc.hxx67 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
75 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
82 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
83 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
147 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
156 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
163 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
164 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
204 throw (::com::sun::star::uno::RuntimeException);
243 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/reportdesign/source/core/api/
H A DFixedLine.cxx214 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()
387 drawing::LineStyle SAL_CALL OFixedLine::getLineStyle() throw (uno::RuntimeException) in getLineStyle()
398 drawing::LineDash SAL_CALL OFixedLine::getLineDash() throw (uno::RuntimeException) in getLineDash()
409 ::sal_Int32 SAL_CALL OFixedLine::getLineColor() throw (uno::RuntimeException) in getLineColor()
431 ::sal_Int32 SAL_CALL OFixedLine::getLineWidth() throw (uno::RuntimeException) in getLineWidth()
471 uno::Type SAL_CALL OFixedLine::getElementType( ) throw (uno::RuntimeException) in getElementType()
476 ::sal_Bool SAL_CALL OFixedLine::hasElements( ) throw (uno::RuntimeException) in hasElements()
499 ::sal_Int32 SAL_CALL OFixedLine::getCount( ) throw (uno::RuntimeException) in getCount()
510 awt::Point SAL_CALL OFixedLine::getPosition( ) throw (uno::RuntimeException) in getPosition()
520 awt::Size SAL_CALL OFixedLine::getSize( ) throw (uno::RuntimeException) in getSize()
[all …]
/aoo4110/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx259 throw(SQLException, RuntimeException) in getCatalogSeparator()
268 throw(SQLException, RuntimeException) in getMaxBinaryLiteralLength()
277 throw(SQLException, RuntimeException) in getMaxRowSize()
286 throw(SQLException, RuntimeException) in getMaxCatalogNameLength()
295 throw(SQLException, RuntimeException) in getMaxCharLiteralLength()
304 throw(SQLException, RuntimeException) in getMaxColumnNameLength()
313 throw(SQLException, RuntimeException) in getMaxColumnsInIndex()
322 throw(SQLException, RuntimeException) in getMaxCursorNameLength()
331 throw(SQLException, RuntimeException) in getMaxConnections()
1178 throw(RuntimeException) in getDriverMajorVersion()
[all …]
/aoo4110/main/sw/source/ui/inc/
H A Dunotxvw.hxx122 throw(::com::sun::star::uno::RuntimeException);
128 throw(::com::sun::star::uno::RuntimeException);
188 virtual sal_Bool SAL_CALL isVisible(void) throw( ::com::sun::star::uno::RuntimeException );
193 virtual void SAL_CALL collapseToStart( ) throw(::com::sun::star::uno::RuntimeException);
194 virtual void SAL_CALL collapseToEnd( ) throw(::com::sun::star::uno::RuntimeException);
195 virtual sal_Bool SAL_CALL isCollapsed( ) throw(::com::sun::star::uno::RuntimeException);
204 virtual sal_Bool SAL_CALL jumpToLastPage(void) throw( ::com::sun::star::uno::RuntimeException );
206 virtual sal_Bool SAL_CALL jumpToNextPage(void) throw( ::com::sun::star::uno::RuntimeException );
210 virtual sal_Int16 SAL_CALL getPage(void) throw( ::com::sun::star::uno::RuntimeException );
220 virtual sal_Bool SAL_CALL screenDown(void) throw( ::com::sun::star::uno::RuntimeException );
[all …]
/aoo4110/main/sc/inc/
H A Dnameuno.hxx85 throw(::com::sun::star::uno::RuntimeException);
122 ::com::sun::star::uno::RuntimeException);
127 ::com::sun::star::uno::RuntimeException);
133 ::com::sun::star::uno::RuntimeException);
139 ::com::sun::star::uno::RuntimeException);
145 ::com::sun::star::uno::RuntimeException);
151 ::com::sun::star::uno::RuntimeException);
236 ::com::sun::star::uno::RuntimeException);
242 ::com::sun::star::uno::RuntimeException);
253 ::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx104 … virtual sal_Int16 SAL_CALL getAccessibleRole() throw (::com::sun::star::uno::RuntimeException);
124 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
125 … virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
126 … virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
129 … virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
138 … virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
140 virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException);
216 sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));
345 sal_Bool IsActive() const SAL_THROW((::com::sun::star::uno::RuntimeException));
350 String GetText( sal_Int32 nIndex ) SAL_THROW((::com::sun::star::uno::RuntimeException));
[all …]
/aoo4110/main/connectivity/source/drivers/kab/
H A DKResultSet.hxx125 …L isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
126 …LL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
127 …foreFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
128 …afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
129 …ALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
130 …CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
134 …CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
136 …efreshRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
168 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
171 …ALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx127 …L isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
128 …LL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
130 …afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
131 …ALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
132 …CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
136 …CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
138 …efreshRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
170 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
173 …ALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
180 …insertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/testtools/source/performance/
H A Dubobject.cxx68 RuntimeException _aDummyRE;
108 virtual OUString SAL_CALL getImplementationName() throw (RuntimeException);
137 virtual Any SAL_CALL getAny_attr() throw(::com::sun::star::uno::RuntimeException) in getAny_attr()
159 virtual float SAL_CALL getFloat() throw(::com::sun::star::uno::RuntimeException) in getFloat()
163 virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException) in getDouble()
175 virtual Any SAL_CALL getAny() throw(::com::sun::star::uno::RuntimeException) in getAny()
188 virtual void SAL_CALL async() throw(::com::sun::star::uno::RuntimeException) in async()
190 virtual void SAL_CALL sync() throw(::com::sun::star::uno::RuntimeException) in sync()
211 throw (RuntimeException) in getImplementationName()
217 throw (RuntimeException) in supportsService()
[all …]
/aoo4110/main/sw/source/core/unocore/
H A Dunocoll.cxx645 throw uno::RuntimeException(); in getByIndex()
674 throw uno::RuntimeException(); in getByName()
679 throw( uno::RuntimeException ) in getElementNames()
683 throw uno::RuntimeException(); in getElementNames()
700 throw( uno::RuntimeException ) in hasByName()
719 throw uno::RuntimeException(); in hasByName()
725 throw(uno::RuntimeException) in getElementType()
734 throw uno::RuntimeException(); in hasElements()
1013 throw uno::RuntimeException(); in getElementNames()
1283 throw( uno::RuntimeException ) in getElementNames()
[all …]
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx156 virtual void SAL_CALL paused() throw (css::uno::RuntimeException);
157 virtual void SAL_CALL resumed() throw (css::uno::RuntimeException);
193 virtual ::sal_Bool SAL_CALL getUsePen() throw (css::uno::RuntimeException);
198 virtual double SAL_CALL getPenWidth() throw (css::uno::RuntimeException);
212 virtual void SAL_CALL gotoNextSlide( ) throw (css::uno::RuntimeException);
214 virtual void SAL_CALL gotoLastSlide( ) throw (css::uno::RuntimeException);
218 virtual void SAL_CALL stopSound( ) throw (css::uno::RuntimeException);
219 virtual void SAL_CALL pause( ) throw (css::uno::RuntimeException);
220 virtual void SAL_CALL resume( ) throw (css::uno::RuntimeException);
223 virtual void SAL_CALL activate( ) throw (css::uno::RuntimeException);
[all …]
/aoo4110/main/sw/inc/
H A Dunoframe.hxx101 virtual rtl::OUString SAL_CALL getName(void) throw( ::com::sun::star::uno::RuntimeException );
102 …void SAL_CALL setName(const rtl::OUString& Name_) throw( ::com::sun::star::uno::RuntimeException );
122 …al ::com::sun::star::awt::Size SAL_CALL getSize( ) throw(::com::sun::star::uno::RuntimeException);
126 virtual rtl::OUString SAL_CALL getShapeType(void) throw( ::com::sun::star::uno::RuntimeException );
130 virtual void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
177 throw (::com::sun::star::uno::RuntimeException);
207 virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
214 virtual void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
265 virtual void SAL_CALL dispose(void) throw( ::com::sun::star::uno::RuntimeException );
314 virtual void SAL_CALL dispose(void) throw( ::com::sun::star::uno::RuntimeException );
[all …]

Completed in 490 milliseconds

12345678910>>...194