Home
last modified time | relevance | path

Searched refs:getTyped (Results 1 – 17 of 17) sorted by relevance

/trunk/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx230 inline const ::com::sun::star::uno::Reference< INTERFACE >& getTyped() const in getTyped() function in utl::SharedUNOComponent
268 return _rLHS == _rRHS.getTyped(); in operator ==()
274 return _rLHS.getTyped() == _rRHS; in operator ==()
282 rAny <<= value.getTyped(); in operator <<=()
289 return makeAny( value.getTyped() ); in makeAny()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx921 return m_xDocumentStorage.getTyped(); in getOrCreateRootStorage()
1318 …lcl_modifyListening( *this, m_xDocumentStorage.getTyped(), m_pStorageModifyListener, m_aMutexFacad… in impl_switchToStorage_throw()
1324 …lcl_modifyListening( *this, m_xDocumentStorage.getTyped(), m_pStorageModifyListener, m_aMutexFacad… in impl_switchToStorage_throw()
1327 lcl_rebaseScriptStorage_throw( m_xBasicLibraries, m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1328 lcl_rebaseScriptStorage_throw( m_xDialogLibraries, m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1330 m_bReadOnly = !tools::stor::storageIsWritable_nothrow( m_xDocumentStorage.getTyped() ); in impl_switchToStorage_throw()
1333 return m_xDocumentStorage.getTyped(); in impl_switchToStorage_throw()
H A DModelImpl.hxx354 …:com::sun::star::embed::XStorage > getRootStorage() const { return m_xDocumentStorage.getTyped(); } in getRootStorage()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx796 Reference< XTablesSupplier > xSuppTables( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
803 Reference< XQueriesSupplier > xSuppQueries( m_xSourceConnection.getTyped(), UNO_QUERY ); in impl_extractSourceObject_throw()
903 …xInteractionHandler = lcl_getInteractionHandler_throw( xConnection.getTyped(), m_xInteractionHandl… in impl_extractConnection_throw()
1428 … const bool bIsSameConnection = ( m_xSourceConnection.getTyped() == m_xDestConnection.getTyped() ); in impl_doCopy_nothrow()
1607 m_xSourceConnection.getTyped(), in createDialog()
1608 m_xDestConnection.getTyped(), in createDialog()
/trunk/main/svx/source/form/
H A Dtabwin.cxx182 aDescriptor[ daConnection ] <<= pTabWin->GetConnection().getTyped(); in StartDrag()
271 aDescr[ daConnection ] <<= GetConnection().getTyped(); in createSelectionControls()
/trunk/main/sw/source/ui/dbui/
H A Dmmpreparemergepage.cxx159 aArgs[4].Value <<= rConfigItem.GetConnection().getTyped(); in IMPL_LINK()
H A Daddresslistdialog.cxx328 …wProperties->setPropertyValue(C2U("ActiveConnection"), makeAny(pUserData->xConnection.getTyped())); in IMPL_LINK()
H A Dmmconfigitem.cxx999 …RowProperties->setPropertyValue(C2U("ActiveConnection"), makeAny(m_pImpl->xConnection.getTyped())); in GetResultSet()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx247 aArgs[0].Value <<= m_xConnection.getTyped(); in impl_doOpenDesignerFrame_nothrow()
H A Dformcomponenthandler.cxx1973 Reference< XConnection > xConnection = m_xRowSetConnection.getTyped(); in impl_updateDependentProperty_nothrow()
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx486 Reference< XTablesSupplier > xSuppTables( m_pImpl->xConnection.getTyped(), UNO_QUERY ); in getTableNames()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx378 return m_xDataSourceConnection.getTyped(); in getActiveConnection()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx495 makeAny( xConnection.getTyped() ) in lcl_connectRowSet()
514 return xConnection.getTyped(); in connectRowset()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx334 xProp->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( m_xConnection.getTyped() ) ); in initialize()
H A DWCopyTable.cxx346 …tSetMetaDataSupplier > xStatementMetaSupp( impl_ensureStatement_throw().getTyped(), UNO_QUERY_THRO… in impl_ensureColumnInfo_throw()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1407 …ng sNewLibName( lcl_createTargetLibName( _rDocument, *element, xTargetStorage.getTyped().get() ) ); in impl_migrateScriptStorage_nothrow()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2441 xProp->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( _rxConnection.getTyped() ) ); in implLoadAnything()

Completed in 146 milliseconds