Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 176 – 200 of 5134) sorted by relevance

12345678910>>...206

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx784 throw(uno::RuntimeException) in getSomething()
842 throw (uno::RuntimeException) in queryInterface()
1000 throw uno::RuntimeException(); in createTextCursor()
1027 throw uno::RuntimeException(); in createTextCursorByRange()
1558 throw( uno::RuntimeException ) in gotoCellByName()
1718 uno::RuntimeException) in setPropertyValue()
2087 throw(uno::RuntimeException) in getSomething()
2222 throw( uno::RuntimeException ) in createCursorByCellName()
2461 throw( uno::RuntimeException ) in getCellRangeByName()
2898 throw( uno::RuntimeException ) in createSortDescriptor()
[all …]
H A Dunorefmk.cxx178 throw (uno::RuntimeException) in getSomething()
186 throw (uno::RuntimeException) in getImplementationName()
203 throw (uno::RuntimeException) in supportsService()
520 uno::RuntimeException) in setPropertyValue()
530 uno::RuntimeException) in getPropertyValue()
547 uno::RuntimeException) in addPropertyChangeListener()
1488 uno::RuntimeException) in setPropertyValue()
1522 uno::RuntimeException) in getPropertyValue()
1554 uno::RuntimeException) in addPropertyChangeListener()
1565 uno::RuntimeException) in removePropertyChangeListener()
[all …]
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx146 Sequence< Type > SAL_CALL BaseControl::getTypes() throw( RuntimeException ) in getTypes()
293 void SAL_CALL BaseControl::dispose() throw( RuntimeException ) in dispose()
452 Reference< XView > SAL_CALL BaseControl::getView() throw( RuntimeException ) in getView()
463 sal_Bool SAL_CALL BaseControl::isDesignMode() throw( RuntimeException ) in isDesignMode()
474 sal_Bool SAL_CALL BaseControl::isTransparent() throw( RuntimeException ) in isTransparent()
487 sal_Int16 nFlags ) throw( RuntimeException ) in setPosSize()
565 void SAL_CALL BaseControl::setFocus() throw( RuntimeException ) in setFocus()
580 Rectangle SAL_CALL BaseControl::getPosSize() throw( RuntimeException ) in getPosSize()
700 sal_Int32 nY ) throw( RuntimeException ) in draw()
738 float /*fZoomY*/ ) throw( RuntimeException ) in setZoom()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx162 com::sun::star::uno::RuntimeException ) in wasNull()
175 com::sun::star::uno::RuntimeException) in getString()
187 com::sun::star::uno::RuntimeException) in getBoolean()
199 com::sun::star::uno::RuntimeException) in getByte()
212 com::sun::star::uno::RuntimeException) in getShort()
236 com::sun::star::uno::RuntimeException) in getLong()
284 com::sun::star::uno::RuntimeException) in getDate()
296 com::sun::star::uno::RuntimeException) in getTime()
308 com::sun::star::uno::RuntimeException) in getTimestamp()
320 com::sun::star::uno::RuntimeException) in getBinaryStream()
[all …]
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx243 SAL_CALL getBaseTypes() throw (RuntimeException);
249 throw (::com::sun::star::uno::RuntimeException) in isPublished()
303 throw (::com::sun::star::uno::RuntimeException) in isPublished()
350 throw (::com::sun::star::uno::RuntimeException) in isPublished()
389 throw (::com::sun::star::uno::RuntimeException) in isPublished()
437 throw(::com::sun::star::uno::RuntimeException);
440 throw(::com::sun::star::uno::RuntimeException);
481 throw (::com::sun::star::uno::RuntimeException) in isPublished()
585 SAL_CALL getConstants() throw ( RuntimeException );
588 throw (::com::sun::star::uno::RuntimeException) in isPublished()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx46 virtual sal_Bool SAL_CALL hasMoreElements() throw (uno::RuntimeException);
60 sal_Bool SAL_CALL CollectionEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements()
88 virtual sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException);
95 virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException);
96 virtual sal_Bool SAL_CALL hasElements() throw (uno::RuntimeException);
142 sal_Int32 SAL_CALL SequenceToContainer::getCount() throw (uno::RuntimeException) in getCount()
177 sal_Bool SAL_CALL SequenceToContainer::hasElements() throw (uno::RuntimeException) in hasElements()
192 sal_Int32 SAL_CALL CollectionBase::getCount() throw (uno::RuntimeException) in getCount()
206 uno::Type SAL_CALL CollectionBase::getElementType() throw (uno::RuntimeException) in getElementType()
211 sal_Bool SAL_CALL CollectionBase::hasElements() throw (uno::RuntimeException) in hasElements()
[all …]
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx105 virtual ::sal_Int32 SAL_CALL getTextColor() throw (::com::sun::star::uno::RuntimeException);
106 …id SAL_CALL setTextColor( ::sal_Int32 _textcolor ) throw (::com::sun::star::uno::RuntimeException);
107 virtual ::sal_Int32 SAL_CALL getTextFillColor() throw (::com::sun::star::uno::RuntimeException);
108 …ALL setTextFillColor( ::sal_Int32 _textfillcolor ) throw (::com::sun::star::uno::RuntimeException);
109 virtual ::sal_Int32 SAL_CALL getLineColor() throw (::com::sun::star::uno::RuntimeException);
110 …id SAL_CALL setLineColor( ::sal_Int32 _linecolor ) throw (::com::sun::star::uno::RuntimeException);
111 virtual ::sal_Int32 SAL_CALL getFillColor() throw (::com::sun::star::uno::RuntimeException);
112 …id SAL_CALL setFillColor( ::sal_Int32 _fillcolor ) throw (::com::sun::star::uno::RuntimeException);
123 virtual void SAL_CALL push( ) throw (::com::sun::star::uno::RuntimeException);
124 virtual void SAL_CALL pop( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx248 sal_Int32 SAL_CALL java_sql_ResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
431 sal_Bool SAL_CALL java_sql_ResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
438 sal_Bool SAL_CALL java_sql_ResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
445 void SAL_CALL java_sql_ResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
452 void SAL_CALL java_sql_ResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
467 sal_Bool SAL_CALL java_sql_ResultSet::first( ) throw(SQLException, RuntimeException) in first()
475 sal_Bool SAL_CALL java_sql_ResultSet::last( ) throw(SQLException, RuntimeException) in last()
496 sal_Bool SAL_CALL java_sql_ResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
540 sal_Bool SAL_CALL java_sql_ResultSet::next( ) throw(SQLException, RuntimeException) in next()
548 sal_Bool SAL_CALL java_sql_ResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
[all …]
/trunk/main/svx/source/table/
H A Dcell.hxx120 …::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
125 …::sun::star::awt::Size SAL_CALL getMinimumSize( ) throw (::com::sun::star::uno::RuntimeException);
130 …LPRIVATE virtual ::sal_Int32 SAL_CALL getRowSpan() throw (::com::sun::star::uno::RuntimeException);
131 …IVATE virtual ::sal_Int32 SAL_CALL getColumnSpan() throw (::com::sun::star::uno::RuntimeException);
132 …_DLLPRIVATE virtual ::sal_Bool SAL_CALL isMerged() throw (::com::sun::star::uno::RuntimeException);
135 …VATE virtual ::rtl::OUString SAL_CALL getFormula() throw (::com::sun::star::uno::RuntimeException);
137 … SVX_DLLPRIVATE virtual double SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeException);
138 …TE virtual void SAL_CALL setValue( double nValue ) throw (::com::sun::star::uno::RuntimeException);
140 …X_DLLPRIVATE virtual sal_Int32 SAL_CALL getError() throw (::com::sun::star::uno::RuntimeException);
165 …irtual void SAL_CALL setAllPropertiesToDefault( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/stoc/test/
H A Dtestintrosp.cxx295 throw(RuntimeException);
299 throw(RuntimeException);
693 throw(RuntimeException) in getPropertySetInfo()
760 throw(RuntimeException) in getFirstName()
766 throw(RuntimeException) in writeln()
783 throw(RuntimeException) in getIntroTest()
793 throw(RuntimeException) in getElementType()
804 throw(RuntimeException) in hasElements()
859 throw(RuntimeException) in getElementNames()
875 throw(RuntimeException) in hasByName()
[all …]
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx91 …l wasNull() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
92 …getString() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
93 …etBoolean() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
94 …8 getByte() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
95 … getShort() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
96 …32 getInt() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
97 …4 getLong() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
98 … getFloat() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
99 …getDouble() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
113 …eNull(void) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException );
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx253 throw uno::RuntimeException(); in setVisible()
289 throw uno::RuntimeException(::rtl::OUString( in getEnableSelection()
655 throw (uno::RuntimeException) in Cells()
791 throw uno::RuntimeException(); in CheckBoxes()
797 throw uno::RuntimeException(); in DropDowns()
803 throw uno::RuntimeException(); in GroupBoxes()
809 throw uno::RuntimeException(); in Labels()
815 throw uno::RuntimeException(); in ListBoxes()
821 throw uno::RuntimeException(); in OptionButtons()
827 throw uno::RuntimeException(); in ScrollBars()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx87 Sequence< Type > ODataColumn::getTypes() throw (RuntimeException) in getTypes()
125 rtl::OUString ODataColumn::getImplementationName( ) throw(RuntimeException) in getImplementationName()
152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException ) in wasNull()
170 sal_Bool ODataColumn::getBoolean(void) throw( SQLException, RuntimeException ) in getBoolean()
179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte()
188 sal_Int16 ODataColumn::getShort(void) throw( SQLException, RuntimeException ) in getShort()
197 sal_Int32 ODataColumn::getInt(void) throw( SQLException, RuntimeException ) in getInt()
206 sal_Int64 ODataColumn::getLong(void) throw( SQLException, RuntimeException ) in getLong()
215 float ODataColumn::getFloat(void) throw( SQLException, RuntimeException ) in getFloat()
223 double ODataColumn::getDouble(void) throw( SQLException, RuntimeException ) in getDouble()
[all …]
H A Ddatacolumn.hxx68 …equence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::sun::star::uno::RuntimeException);
76 … ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException);
83 …L wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
85 …etBoolean( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
86 …L getByte( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
87 … getShort( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
88 …LL getInt( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
89 …L getLong( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
90 … getFloat( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
91 …getDouble( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
H A DKeySet.hxx167 …L wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
189 …owUpdated( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
193 …CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
196 …L isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
197 …LL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
198 …foreFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
199 …afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
200 …ALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
201 …CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
202 …LL getRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/sc/inc/
H A Dchart2uno.hxx87 throw (::com::sun::star::uno::RuntimeException);
101 throw (::com::sun::star::uno::RuntimeException);
109 throw (::com::sun::star::uno::RuntimeException);
135 ::com::sun::star::uno::RuntimeException);
141 ::com::sun::star::uno::RuntimeException);
149 ::com::sun::star::uno::RuntimeException);
178 ::com::sun::star::uno::RuntimeException);
218 ::com::sun::star::uno::RuntimeException);
267 throw (::com::sun::star::uno::RuntimeException);
355 ::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx347 throw (uno::RuntimeException) in getAccessibleAtPoint()
368 throw (uno::RuntimeException) in isVisible()
374 throw (uno::RuntimeException) in grabFocus()
383 throw (uno::RuntimeException) in getForeground()
396 throw (uno::RuntimeException) in getBackground()
412 throw (uno::RuntimeException) in getAccessibleChildCount()
449 throw (uno::RuntimeException) in getAccessibleStateSet()
520 throw (uno::RuntimeException) in GetBoundingBoxOnScreen()
529 throw (uno::RuntimeException) in GetBoundingBox()
612 throw (uno::RuntimeException) in getForeground()
[all …]
/trunk/main/unoxml/source/dom/
H A Dattr.hxx113 throw (RuntimeException) in cloneNode()
118 throw (RuntimeException) in getAttributes()
123 throw (RuntimeException) in getChildNodes()
128 throw (RuntimeException) in getFirstChild()
133 throw (RuntimeException) in getLastChild()
140 throw (RuntimeException) in getNextSibling()
145 throw (RuntimeException) in getNodeType()
150 throw (RuntimeException) in getOwnerDocument()
155 throw (RuntimeException) in getParentNode()
162 throw (RuntimeException) in getPreviousSibling()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx224 sal_Int16 SAL_CALL ToolbarMenuAcc::getAccessibleRole() throw (RuntimeException) in getAccessibleRole()
240 OUString SAL_CALL ToolbarMenuAcc::getAccessibleName() throw (RuntimeException) in getAccessibleName()
404 awt::Rectangle SAL_CALL ToolbarMenuAcc::getBounds() throw (RuntimeException) in getBounds()
422 awt::Point SAL_CALL ToolbarMenuAcc::getLocation() throw (RuntimeException) in getLocation()
442 awt::Size SAL_CALL ToolbarMenuAcc::getSize() throw (RuntimeException) in getSize()
452 void SAL_CALL ToolbarMenuAcc::grabFocus() throw (RuntimeException) in grabFocus()
461 Any SAL_CALL ToolbarMenuAcc::getAccessibleKeyBinding() throw (RuntimeException) in getAccessibleKeyBinding()
469 sal_Int32 SAL_CALL ToolbarMenuAcc::getForeground() throw (RuntimeException) in getForeground()
478 sal_Int32 SAL_CALL ToolbarMenuAcc::getBackground() throw (RuntimeException) in getBackground()
960 awt::Size SAL_CALL ToolbarMenuEntryAcc::getSize() throw (RuntimeException) in getSize()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx169 throw ( uno::RuntimeException ) in queryInterface()
212 throw ( uno::RuntimeException ) in getTypes()
220 throw ( uno::RuntimeException ) in getImplementationId()
232 throw ( uno::RuntimeException ) in dispose()
241 throw ( uno::RuntimeException ) in addEventListener()
249 throw (uno::RuntimeException) in removeEventListener()
262 throw ( uno::RuntimeException ) in getElementType()
270 throw ( uno::RuntimeException ) in hasElements()
285 uno::RuntimeException ) in getByName()
408 uno::RuntimeException) in copyLastCommitTo()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx151 Sequence< Type > SAL_CALL ODatabaseMetaDataResultSet::getTypes( ) throw(RuntimeException) in getTypes()
244 sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
336 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
347 void SAL_CALL ODatabaseMetaDataResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
353 void SAL_CALL ODatabaseMetaDataResultSet::close( ) throw(SQLException, RuntimeException) in close()
364 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::first( ) throw(SQLException, RuntimeException) in first()
371 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::last( ) throw(SQLException, RuntimeException) in last()
426 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::next( ) throw(SQLException, RuntimeException) in next()
467 void SAL_CALL ODatabaseMetaDataResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
472 void SAL_CALL ODatabaseMetaDataResultSet::cancel( ) throw(RuntimeException) in cancel()
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleContextBase.hxx100 throw (::com::sun::star::uno::RuntimeException);
116 throw (::com::sun::star::uno::RuntimeException);
121 throw (::com::sun::star::uno::RuntimeException);
124 throw (::com::sun::star::uno::RuntimeException);
127 throw (::com::sun::star::uno::RuntimeException);
130 throw (::com::sun::star::uno::RuntimeException);
133 throw (::com::sun::star::uno::RuntimeException);
136 throw (::com::sun::star::uno::RuntimeException);
139 throw (::com::sun::star::uno::RuntimeException);
142 throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/sw/inc/
H A Dunodraw.hxx105 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
109 …m::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::RuntimeException);
110 virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
121 …tl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException );
252 ::com::sun::star::uno::RuntimeException);
293 virtual void SAL_CALL dispose(void) throw( ::com::sun::star::uno::RuntimeException );
298 …tl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException );
305 …l ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeException);
309 … virtual ::rtl::OUString SAL_CALL getShapeType( ) throw (::com::sun::star::uno::RuntimeException);
340 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
[all …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx114 sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
133 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
136 virtual sal_Bool SAL_CALL getGroupControl( ) throw (::com::sun::star::uno::RuntimeException);
141 virtual sal_Int32 SAL_CALL getGroupCount( ) throw (::com::sun::star::uno::RuntimeException);
161 throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException);
164 virtual ::sal_Int16 SAL_CALL getTabPageID() throw (::com::sun::star::uno::RuntimeException);
165 virtual ::sal_Bool SAL_CALL getEnabled() throw (::com::sun::star::uno::RuntimeException);
167 virtual ::rtl::OUString SAL_CALL getTitle() throw (::com::sun::star::uno::RuntimeException);
171 virtual ::rtl::OUString SAL_CALL getToolTip() throw (::com::sun::star::uno::RuntimeException);
240 void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx85 throw (RuntimeException) in SlideSorterService_getSupportedServiceNames()
185 throw (RuntimeException) in getResourceId()
194 throw (RuntimeException) in isAnchorOnly()
205 throw (RuntimeException) in windowResized()
218 throw (RuntimeException) in windowMoved()
227 throw (RuntimeException) in windowShown()
238 throw (RuntimeException) in windowHidden()
250 throw (RuntimeException) in disposing()
262 throw (RuntimeException) in setCurrentPage()
274 throw (RuntimeException) in getCurrentPage()
[all …]

Completed in 217 milliseconds

12345678910>>...206