Home
last modified time | relevance | path

Searched refs:daDatabaseLocation (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/svx/source/fmcomp/
H A Ddbaexchange.cxx80 …if ( _rDescriptor.has( daDatabaseLocation ) ) _rDescriptor[ daDatabaseLocation ] >>= sDatabaseLo… in OColumnTransferable()
317 aDescriptor[daDatabaseLocation] <<= sDatabaseLocation; in extractColumnDescriptor()
342 if ( aDescriptor.has(daDatabaseLocation) ) in extractColumnDescriptor()
343 aDescriptor[daDatabaseLocation] >>= _rDatabaseLocation; in extractColumnDescriptor()
H A Dfmgridcl.cxx274 if (aColumn.has(daDatabaseLocation)) aColumn[daDatabaseLocation] >>= sDatabaseLocation; in ExecuteDrop()
/AOO42X/main/svx/source/form/
H A Ddataaccessdescriptor.cxx211 …{ CONST_CHAR("DatabaseLocation"), daDatabaseLocation, &::getCppuType( static_cast< ::rtl::OU… in getPropertyMap()
538 else if ( has(daDatabaseLocation) ) in getDataSource()
539 (*this)[daDatabaseLocation] >>= sDataSourceName; in getDataSource()
552 …(*this)[ (( aURL.GetProtocol() == INET_PROT_FILE ) ? daDatabaseLocation : daDataSource)] <<= _sDat… in setDataSource()
/AOO42X/main/svx/inc/svx/
H A Ddataaccessdescriptor.hxx44 daDatabaseLocation, /// database file URL (string) enumerator
/AOO42X/main/reportdesign/source/ui/dlg/
H A DAddField.cxx445 _rDescriptor[ daDatabaseLocation ] <<= xModel->getURL(); in fillDescriptor()
/AOO42X/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1058 || m_aDocumentDataSource.has(daDatabaseLocation) in statusChanged()
1508 …if ( !(aDescriptor.has(daDataSource) || aDescriptor.has(daDatabaseLocation)) || !aDescriptor.has(d… in select()
/AOO42X/main/sw/source/core/unocore/
H A Dunofield.cxx716 aAcc[ svx::daDatabaseLocation] <<= OUString(sParam5); // DataBaseURL in GetFldType()