Lines Matching refs:sun

149 	typedef ::cppu::WeakImplHelper12<	::com::sun::star::sdbc::XResultSetMetaDataSupplier
150 , ::com::sun::star::sdb::XResultSetAccess
151 , ::com::sun::star::sdbc::XResultSetUpdate
152 , ::com::sun::star::sdbc::XRowSet
153 , ::com::sun::star::sdb::XRowSetApproveBroadcaster
154 , ::com::sun::star::sdbcx::XRowLocate
155 , ::com::sun::star::sdbc::XRowUpdate
156 , ::com::sun::star::sdbc::XRow
157 , ::com::sun::star::sdbcx::XColumnsSupplier
158 , ::com::sun::star::sdbc::XColumnLocate
160 , ::com::sun::star::sdbc::XParameters
161 , ::com::sun::star::sdbcx::XDeleteRows
163 typedef ::cppu::ImplHelper12 < ::com::sun::star::sdbc::XWarningsSupplier
164 , ::com::sun::star::sdbc::XCloseable
165 , ::com::sun::star::form::XLoadable
166 , ::com::sun::star::sdb::XSQLErrorBroadcaster
167 , ::com::sun::star::form::XDatabaseParameterBroadcaster
169 , ::com::sun::star::form::XForm
170 , ::com::sun::star::form::XSubmit
171 , ::com::sun::star::awt::XTabControllerModel
173 , ::com::sun::star::lang::XComponent
174 , ::com::sun::star::beans::XFastPropertySet
176 , ::com::sun::star::beans::XMultiPropertySet
177 , ::com::sun::star::container::XNamed
179 typedef ::cppu::ImplHelper10 < ::com::sun::star::io::XPersistObject
180 , ::com::sun::star::beans::XPropertySet
182 , ::com::sun::star::util::XCancellable
189 , ::com::sun::star::beans::XPropertyState
190 , ::com::sun::star::form::XReset
191 , ::com::sun::star::container::XNameContainer
192 , ::com::sun::star::container::XIndexContainer
193 , ::com::sun::star::container::XContainer
194 , ::com::sun::star::container::XEnumerationAccess
196 , ::com::sun::star::beans::XPropertyChangeListener
206 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xMainForm;
225 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xParent;
226 …::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent > > m_aChi…
234 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > getAttachedForm() const { ret… in getAttachedForm()
243 …void AttachForm(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& xNewMas…
247 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
250 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
251 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw (::com:…
254 …virtual void SAL_CALL close() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::R…
257 …::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData() t…
260 …dColumn(const ::rtl::OUString& columnName) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
263 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getC…
266 …virtual sal_Bool SAL_CALL wasNull() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
267 … SAL_CALL getString(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
268 …SAL_CALL getBoolean(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
269 …t8 SAL_CALL getByte(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
270 …6 SAL_CALL getShort(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
271 …t32 SAL_CALL getInt(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
272 …64 SAL_CALL getLong(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
273 …t SAL_CALL getFloat(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
274 … SAL_CALL getDouble(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
275 …al ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes(sal_Int32 columnIndex) throw(::co…
276 …virtual ::com::sun::star::util::Date SAL_CALL getDate(sal_Int32 columnIndex) throw(::com::sun::sta…
277 …virtual ::com::sun::star::util::Time SAL_CALL getTime(sal_Int32 columnIndex) throw(::com::sun::sta…
278 …irtual ::com::sun::star::util::DateTime SAL_CALL getTimestamp(sal_Int32 columnIndex) throw(::com::
279sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream(sal_Int3…
280sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream(sal_I…
281sun::star::uno::Any SAL_CALL getObject(sal_Int32 columnIndex, const ::com::sun::star::uno::Referen…
282sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef(sal_Int32 columnIndex) …
283sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob(sal_Int32 columnIndex…
284sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob(sal_Int32 columnIndex…
285sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray(sal_Int32 columnInd…
288 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() throw(::com::sun::star::sdbc::SQLExcepti…
289 …_CALL moveToBookmark(const ::com::sun::star::uno::Any& bookmark) throw(::com::sun::star::sdbc::SQL…
290 …veToBookmark(const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows) throw(::com::sun::star::s…
291 …(const ::com::sun::star::uno::Any& first, const ::com::sun::star::uno::Any& second) throw(::com::s…
292 …al sal_Bool SAL_CALL hasOrderedBookmarks() throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
293 …AL_CALL hashBookmark(const ::com::sun::star::uno::Any& bookmark) throw(::com::sun::star::sdbc::SQL…
296 …SAL_CALL updateNull(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
297 …Boolean(sal_Int32 columnIndex, sal_Bool x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
298 …ateByte(sal_Int32 columnIndex, sal_Int8 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
299 …eShort(sal_Int32 columnIndex, sal_Int16 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
300 …ateInt(sal_Int32 columnIndex, sal_Int32 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
301 …teLong(sal_Int32 columnIndex, sal_Int64 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
302 …pdateFloat(sal_Int32 columnIndex, float x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
303 …ateDouble(sal_Int32 columnIndex, double x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
304 …t32 columnIndex, const ::rtl::OUString& x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
305 …32 columnIndex, const ::com::sun::star::uno::Sequence< sal_Int8 >& x) throw(::com::sun::star::sdbc…
306 …sal_Int32 columnIndex, const ::com::sun::star::util::Date& x) throw(::com::sun::star::sdbc::SQLExc…
307 …sal_Int32 columnIndex, const ::com::sun::star::util::Time& x) throw(::com::sun::star::sdbc::SQLExc…
308 …l_Int32 columnIndex, const ::com::sun::star::util::DateTime& x) throw(::com::sun::star::sdbc::SQLE…
309 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) throw(…
310 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) throw(…
311 …(sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x) throw(::com::sun::star::sdbc::SQLExce…
312 …32 columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale) throw(::com::sun::star::sdbc…
315 …virtual sal_Bool SAL_CALL next() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
316 …virtual sal_Bool SAL_CALL isBeforeFirst() throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
317 …virtual sal_Bool SAL_CALL isAfterLast() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
318 …virtual sal_Bool SAL_CALL isFirst() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
319 …virtual sal_Bool SAL_CALL isLast() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
320 …virtual void SAL_CALL beforeFirst() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
321 …virtual void SAL_CALL afterLast() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
322 …virtual sal_Bool SAL_CALL first() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
323 …virtual sal_Bool SAL_CALL last() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
324 …virtual sal_Int32 SAL_CALL getRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
325 … sal_Bool SAL_CALL absolute(sal_Int32 row) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
326 …sal_Bool SAL_CALL relative(sal_Int32 rows) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
327 …virtual sal_Bool SAL_CALL previous() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
328 …virtual void SAL_CALL refreshRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
329 …virtual sal_Bool SAL_CALL rowUpdated() throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
330 …virtual sal_Bool SAL_CALL rowInserted() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
331 …virtual sal_Bool SAL_CALL rowDeleted() throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
332 …com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getStatement() throw…
335 …virtual void SAL_CALL insertRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
336 …virtual void SAL_CALL updateRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
337 …virtual void SAL_CALL deleteRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
338 …virtual void SAL_CALL cancelRowUpdates() throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
339 …virtual void SAL_CALL moveToInsertRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
340 …virtual void SAL_CALL moveToCurrentRow() throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
343 …virtual void SAL_CALL execute() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
344 …RowSetListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSetListener >& …
345 …RowSetListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSetListener >& …
348sun::star::uno::Sequence<sal_Int32> SAL_CALL deleteRows(const ::com::sun::star::uno::Sequence< ::c…
351 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings() throw(::com::sun::star::sdbc::SQLExcepti…
352 …virtual void SAL_CALL clearWarnings() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
355 …oveListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XRowSetApproveListener …
356 …oveListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XRowSetApproveListener …
359 …ErrorListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLErrorListener >& …
360 …ErrorListener(const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLErrorListener >& …
363 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL createResultSet() thr…
366 virtual void SAL_CALL load() throw(::com::sun::star::uno::RuntimeException);
367 virtual void SAL_CALL unload() throw(::com::sun::star::uno::RuntimeException);
368 virtual void SAL_CALL reload() throw(::com::sun::star::uno::RuntimeException);
369 virtual sal_Bool SAL_CALL isLoaded() throw(::com::sun::star::uno::RuntimeException);
370 …addLoadListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadListener >& a…
371 …oveLoadListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadListener >& a…
374 …l_Int32 parameterIndex, sal_Int32 sqlType) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
375 … sqlType, const ::rtl::OUString& typeName) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
376 …lean(sal_Int32 parameterIndex, sal_Bool x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
377 …Byte(sal_Int32 parameterIndex, sal_Int8 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
378 …ort(sal_Int32 parameterIndex, sal_Int16 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
379 …Int(sal_Int32 parameterIndex, sal_Int32 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
380 …ong(sal_Int32 parameterIndex, sal_Int64 x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
381 …etFloat(sal_Int32 parameterIndex, float x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
382 …Double(sal_Int32 parameterIndex, double x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
383 … parameterIndex, const ::rtl::OUString& x) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
384 …parameterIndex, const ::com::sun::star::uno::Sequence< sal_Int8 >& x) throw(::com::sun::star::sdbc…
385 …_Int32 parameterIndex, const ::com::sun::star::util::Date& x) throw(::com::sun::star::sdbc::SQLExc…
386 …_Int32 parameterIndex, const ::com::sun::star::util::Time& x) throw(::com::sun::star::sdbc::SQLExc…
387 …nt32 parameterIndex, const ::com::sun::star::util::DateTime& x) throw(::com::sun::star::sdbc::SQLE…
388 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) throw(…
389 …:com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) throw(…
390 …l_Int32 parameterIndex, const ::com::sun::star::uno::Any& x) throw(::com::sun::star::sdbc::SQLExce…
391 …x, const ::com::sun::star::uno::Any& x, sal_Int32 targetSqlType, sal_Int32 scale) throw(::com::sun
392 …dex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x) throw(::com::sun::…
393 …dex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x) throw(::com::sun:…
394 …dex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x) throw(::com::sun:…
395 …ex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& x) throw(::com::sun:…
396 …virtual void SAL_CALL clearParameters() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
399 …Listener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XDatabaseParameterListene…
400 …Listener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XDatabaseParameterListene…
403 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getParent()…
404 …st ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Parent) throw(::com::sun
407 …:com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& aControl, const ::com::sun::st…
408 …SubmitListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XSubmitListener >& …
409 …SubmitListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XSubmitListener >& …
412 virtual sal_Bool SAL_CALL getGroupControl() throw(::com::sun::star::uno::RuntimeException);
413 …virtual void SAL_CALL setGroupControl(sal_Bool GroupControl) throw(::com::sun::star::uno::RuntimeE…
414 …onst ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XCo…
415 …m::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlMode…
416sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >…
417 virtual sal_Int32 SAL_CALL getGroupCount() throw(::com::sun::star::uno::RuntimeException);
418 …:sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel …
419 …ame, ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XCo…
422 virtual void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException);
423 …dEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& x…
424 …eEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& a…
427sun::star::uno::Any& aValue) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::…
428sun::star::uno::Any SAL_CALL getFastPropertyValue(sal_Int32 nHandle) throw(::com::sun::star::beans…
431 virtual ::rtl::OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
432 …virtual void SAL_CALL setName(const ::rtl::OUString& aName) throw(::com::sun::star::uno::RuntimeEx…
435 virtual ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
436 … ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream >& _rxOutStream) thro…
437 …t ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream >& _rxInStream) throw…
440 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL ge…
441sun::star::uno::Sequence< ::rtl::OUString >& PropertyNames, const ::com::sun::star::uno::Sequence<…
442sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getPropertyValues(const ::com::sun
443sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Referenc…
444 …eListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListen…
445sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Referenc…
448sun::star::uno::Any& aValue) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::…
449sun::star::uno::Any SAL_CALL getPropertyValue(const ::rtl::OUString& PropertyName) throw(::com::su…
450sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener) throw(::…
451sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener) throw(::…
452sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener) throw(::…
453sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener) throw(::…
456 virtual void SAL_CALL cancel() throw(::com::sun::star::uno::RuntimeException);
459sun::star::beans::PropertyState SAL_CALL getPropertyState(const ::rtl::OUString& PropertyName) thr…
460sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getPropertyStates(cons…
461 …onst ::rtl::OUString& PropertyName) throw(::com::sun::star::beans::UnknownPropertyException, ::com…
462sun::star::uno::Any SAL_CALL getPropertyDefault(const ::rtl::OUString& aPropertyName) throw(::com:…
465 virtual void SAL_CALL reset() throw(::com::sun::star::uno::RuntimeException);
466 …dResetListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XResetListener >& a…
467 …eResetListener(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XResetListener >& a…
470sun::star::uno::Any& aElement) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun:…
471 …ing& Name) throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::Wrap…
474sun::star::uno::Any& aElement) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun:…
477sun::star::uno::Any SAL_CALL getByName(const ::rtl::OUString& aName) throw(::com::sun::star::conta…
478 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames() throw(::com:…
479 …virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& aName) throw(::com::sun::star::uno::Run…
482 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
483 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
486sun::star::uno::Any& Element) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::…
487 …32 _rIndex) throw(::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::Wrapp…
490sun::star::uno::Any& Element) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::…
493 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
494sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw(::com::sun::star::lang::IndexOutO…
497 …erListener(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener…
498 …erListener(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener…
501 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL cr…
504 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su…
507 …ual void SAL_CALL propertyChange(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw(::…
511 …mplInsert(const ::com::sun::star::uno::Any& aElement, sal_Int32 nIndex, const ::rtl::OUString* pNe…