Home
last modified time | relevance | path

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

12345678910>>...204

/aoo4110/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 …]
/aoo4110/main/sw/inc/
H A Dunochart.hxx191 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
196 …::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
197 …portsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
242 …::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
243 …portsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
308 …OUString SAL_CALL getSourceRangeRepresentation( ) throw (::com::sun::star::uno::RuntimeException);
331 …::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
336 virtual ::sal_Bool SAL_CALL isModified( ) throw (::com::sun::star::uno::RuntimeException);
347 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
405 …::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/scripting/source/stringresource/
H A Dstringresource.cxx166 throw (RuntimeException) in addModifyListener()
169 throw RuntimeException(); in addModifyListener()
177 throw (RuntimeException) in removeModifyListener()
180 throw RuntimeException(); in removeModifyListener()
243 throw (RuntimeException) in hasEntryForId()
251 throw (RuntimeException) in hasEntryForIdAndLocale()
289 throw (RuntimeException) in getResourceIDs()
296 throw (RuntimeException) in getCurrentLocale()
307 throw (RuntimeException) in getDefaultLocale()
318 throw (RuntimeException) in getLocales()
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
H A DGraphCtlAccessibleContext.hxx110 getAccessibleContext (void) throw (::com::sun::star::uno::RuntimeException);
122 virtual void SAL_CALL grabFocus() throw (::com::sun::star::uno::RuntimeException);
126 throw (::com::sun::star::uno::RuntimeException);
129 throw (::com::sun::star::uno::RuntimeException);
138 …virtual sal_Int16 SAL_CALL getAccessibleRole (void) throw (::com::sun::star::uno::RuntimeException
169 …ual ::rtl::OUString SAL_CALL getServiceName (void) throw (::com::sun::star::uno::RuntimeException);
175 … virtual void SAL_CALL clearAccessibleSelection() throw (::com::sun::star::uno::RuntimeException );
176 …rtual void SAL_CALL selectAllAccessibleChildren() throw (::com::sun::star::uno::RuntimeException );
222 virtual Rectangle GetBoundingBoxOnScreen(void) throw (::com::sun::star::uno::RuntimeException);
225 virtual Rectangle GetBoundingBox(void) throw (::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.hxx106 throw( css::uno::RuntimeException );
109 throw( css::uno::RuntimeException );
116 throw( css::uno::RuntimeException );
119 throw( css::uno::RuntimeException );
188 throw(css::uno::RuntimeException );
192 throw (css::uno::RuntimeException);
195 throw (css::uno::RuntimeException);
236 throw(css::uno::RuntimeException);
250 throw(css::uno::RuntimeException);
253 throw(css::uno::RuntimeException);
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/toolkit/source/awt/
H A Dvclxwindows.cxx71 using ::com::sun::star::uno::RuntimeException;
389 void VCLXButton::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
1387 void VCLXSpinField::up() throw(::com::sun::star::uno::RuntimeException) in up()
2423 throw(::com::sun::star::uno::RuntimeException) in setProperty()
2478 throw(::com::sun::star::uno::RuntimeException) in queryInterface()
2490 throw(::com::sun::star::uno::RuntimeException) in IMPL_XTYPEPROVIDER_START()
2510 throw(::com::sun::star::uno::RuntimeException) in getInfo()
2519 throw(::com::sun::star::uno::RuntimeException) in setProperty()
3550 void VCLXEdit::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
5519 throw ::com::sun::star::uno::RuntimeException(); in GetMetricFormatter()
[all …]
/aoo4110/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 …]
/aoo4110/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx169 throw uno::RuntimeException(); // bad Property in getPropertyValue()
387 throw uno::RuntimeException(); in Delete()
400 throw uno::RuntimeException(); in setName()
413 throw uno::RuntimeException(); in setType()
426 throw uno::RuntimeException(); in setLinkToContent()
434 throw uno::RuntimeException(); in getValue()
448 throw uno::RuntimeException(); in getLinkSource()
455 throw uno::RuntimeException(); in setLinkSource()
528 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount()
587 throw uno::RuntimeException( in Add()
[all …]
H A Dvbaoptions.hxx45 virtual ::sal_Int32 SAL_CALL getDefaultBorderLineStyle() throw (css::uno::RuntimeException);
47 virtual ::sal_Int32 SAL_CALL getDefaultBorderLineWidth() throw (css::uno::RuntimeException);
49 virtual ::sal_Int32 SAL_CALL getDefaultBorderColorIndex() throw (css::uno::RuntimeException);
51 virtual ::sal_Bool SAL_CALL getReplaceSelection() throw (css::uno::RuntimeException);
53 virtual ::sal_Bool SAL_CALL getMapPaperSize() throw (css::uno::RuntimeException);
54 …rtual void SAL_CALL setMapPaperSize( ::sal_Bool _mappapersize ) throw (css::uno::RuntimeException);
55 …rtual ::sal_Bool SAL_CALL getAutoFormatAsYouTypeApplyHeadings() throw (css::uno::RuntimeException);
63 …irtual ::sal_Bool SAL_CALL getAutoFormatAsYouTypeDefineStyles() throw (css::uno::RuntimeException);
65 virtual ::sal_Bool SAL_CALL getAutoFormatApplyHeadings() throw (css::uno::RuntimeException);
67 virtual ::sal_Bool SAL_CALL getAutoFormatApplyLists() throw (css::uno::RuntimeException);
[all …]
/aoo4110/main/sw/source/ui/uno/
H A Dunoatxt.cxx195 throw( uno::RuntimeException ) in hasByName()
305 throw(uno::RuntimeException) in getSomething()
350 throw uno::RuntimeException(); in getTitles()
394 throw uno::RuntimeException(); in renameByName()
445 throw uno::RuntimeException(); in insertNewByName()
668 throw( uno::RuntimeException ) in getElementNames()
690 throw( uno::RuntimeException ) in hasByName()
718 throw( uno::RuntimeException ) in getPropertySetInfo()
865 throw(uno::RuntimeException) in getSomething()
1225 uno::RuntimeException) in replaceByName()
[all …]
/aoo4110/main/forms/source/inc/
H A DFormComponent.hxx245 virtual void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException) in dispose()
265 virtual InterfaceRef SAL_CALL getContext() throw (::com::sun::star::uno::RuntimeException);
272 virtual sal_Bool SAL_CALL isDesignMode() throw (::com::sun::star::uno::RuntimeException);
273 virtual sal_Bool SAL_CALL isTransparent() throw (::com::sun::star::uno::RuntimeException);
315 virtual sal_Bool SAL_CALL getLock() throw(::com::sun::star::uno::RuntimeException);
316 virtual void SAL_CALL setLock(sal_Bool _bLock) throw(::com::sun::star::uno::RuntimeException);
429 virtual ::rtl::OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
448 virtual InterfaceRef SAL_CALL getParent() throw(::com::sun::star::uno::RuntimeException);
1042 virtual void SAL_CALL reset( ) throw(::com::sun::star::uno::RuntimeException);
1060 virtual sal_Bool SAL_CALL commit() throw(::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx92 Any SAL_CALL OEvoabPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
100 Sequence< Type > SAL_CALL OEvoabPreparedStatement::getTypes( ) throw(RuntimeException) in getTypes()
117 void SAL_CALL OEvoabPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
135 sal_Bool SAL_CALL OEvoabPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
145 sal_Int32 SAL_CALL OEvoabPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
160 …nection > SAL_CALL OEvoabPreparedStatement::getConnection( ) throw(SQLException, RuntimeException) in getConnection()
169 …esultSet > SAL_CALL OEvoabPreparedStatement::executeQuery( ) throw(SQLException, RuntimeException) in executeQuery()
313 void SAL_CALL OEvoabPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()
317 …esultSet > SAL_CALL OEvoabPreparedStatement::getResultSet( ) throw(SQLException, RuntimeException) in getResultSet()
322 sal_Int32 SAL_CALL OEvoabPreparedStatement::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount()
[all …]
/aoo4110/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 …]
/aoo4110/main/reportdesign/source/core/api/
H A DFixedText.cxx101 void SAL_CALL OFixedText::dispose() throw(uno::RuntimeException) in dispose()
108 ::rtl::OUString OFixedText::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
114 ::rtl::OUString SAL_CALL OFixedText::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
231 ::rtl::OUString SAL_CALL OFixedText::getLabel() throw (uno::RuntimeException) in getLabel()
237 void SAL_CALL OFixedText::setLabel( const ::rtl::OUString& _label ) throw (uno::RuntimeException) in setLabel()
270 uno::Type SAL_CALL OFixedText::getElementType( ) throw (uno::RuntimeException) in getElementType()
275 ::sal_Bool SAL_CALL OFixedText::hasElements( ) throw (uno::RuntimeException) in hasElements()
298 ::sal_Int32 SAL_CALL OFixedText::getCount( ) throw (uno::RuntimeException) in getCount()
309 awt::Point SAL_CALL OFixedText::getPosition( ) throw (uno::RuntimeException) in getPosition()
319 awt::Size SAL_CALL OFixedText::getSize( ) throw (uno::RuntimeException) in getSize()
[all …]
/aoo4110/main/sw/source/core/unocore/
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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]

Completed in 275 milliseconds

12345678910>>...204