Home
last modified time | relevance | path

Searched refs:sDataSource (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx77 if(aDBData.sDataSource.getLength() || aDBData.sCommand.getLength()) in SwDBFieldType()
79 sName = aDBData.sDataSource; in SwDBFieldType()
127 rAny <<= aDBData.sDataSource; in QueryValue()
149 rAny >>= aDBData.sDataSource; in PutValue()
513 if(aDBData.sDataSource.getLength()) in GetDBData()
531 if (aDBData.sDataSource.getLength()) in GetFieldName()
534 sStr += String(aDBData.sDataSource); in GetFieldName()
546 rAny <<= aDBData.sDataSource; in QueryValue()
571 rAny >>= aDBData.sDataSource; in PutValue()
661 pMgr->ToNextRecord(rData.sDataSource, rData.sCommand); in Evaluate()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx686 aData.sDataSource = rDBName; in GetColumnNames()
1438 aData.sDataSource = rDBName; in IMPL_LINK_INLINE_END()
1586 aData.sDataSource = rDBName; in GetColumnType()
1675 ::rtl::OUString sDataSource; in GetColumnSupplier()
1821 aData.sDataSource = rDataSource; in IsDataSourceOpen()
2038 aData.sDataSource = rDataSource; in OpenDataSource()
2188 if(pImpl->pMergeData && rData.sDataSource == pImpl->pMergeData->sDataSource && in FindDSData()
2200 if(rData.sDataSource == pParam->sDataSource && in FindDSData()
2534 sDataSource, in ExecuteFormLetter()
2673 pValues[nPos].Value >>= sDataSource; in InsertText()
[all …]
H A Daddresslistdialog.cxx240 ::rtl::OUString sBibliography = aDb.GetBibliographySource().sDataSource; in SwAddressListDialog()
250 if(pNames[nName] == rCurrentData.sDataSource) in SwAddressListDialog()
542 pThis->m_aDBData.sDataSource = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1); in IMPL_STATIC_LINK()
573 m_aDBData.sDataSource = m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1); in DetectTablesAndQueries()
574 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xComplConnection; in DetectTablesAndQueries()
635 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xSourceProperties; in DetectTablesAndQueries()
H A Dmmconfigitem.cxx285 case 24 :pValues[nProp] >>= aDBData.sDataSource; break; in SwMailMergeConfigItem_Impl()
342 pAssignValues[nAssign] >>= aAssignment.aDBData.sDataSource; in SwMailMergeConfigItem_Impl()
590 case 24 :pValues[nProp] <<= aDBData.sDataSource; break; in Commit()
641 pNewValues[0].Value <<= aAssignIter->aDBData.sDataSource; in Commit()
978 if(!m_pImpl->xConnection.is() && m_pImpl->aDBData.sDataSource.getLength()) in GetResultSet()
981 SwNewDBMgr::GetConnection( m_pImpl->aDBData.sDataSource, m_pImpl->xSource ), in GetResultSet()
995 … xRowProperties->setPropertyValue(C2U("DataSourceName"), makeAny(m_pImpl->aDBData.sDataSource)); in GetResultSet()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx128 case 0: pValues[nProp] >>= sDataSource; break; in BibConfig()
224 aRet.sDataSource = sDataSource; in GetBibliographyURL()
234 sDataSource = rDesc.sDataSource; in SetBibliographyURL()
254 case 0: pValues[nProp] <<= sDataSource; break; in Commit()
327 sal_Bool bURLEqual = rDesc.sDataSource.equals(pMapping->sURL); in GetMapping()
341 sal_Bool bURLEqual = rDesc.sDataSource.equals(pMapping->sURL); in SetMapping()
H A Dbibconfig.hxx83 rtl::OUString sDataSource; member
91 rtl::OUString sDataSource; member in BibConfig
H A Ddatman.cxx516 aDesc.sDataSource = pDatMan->getActiveDataSource(); in MappingDialog_Impl()
578 aDesc.sDataSource = pDatMan->getActiveDataSource(); in IMPL_LINK()
976 aDataSourceURL = rDesc.sDataSource; in createDatabaseForm()
989 Reference< XConnection > xConnection = getConnection(rDesc.sDataSource); in createDatabaseForm()
1300 aDesc.sDataSource = aDataSourceURL; in setActiveDataTable()
1753 aDesc.sDataSource = getActiveDataSource(); in GetIdentifierMapping()
H A Dbibload.cxx318 if(!aBibDesc.sDataSource.getLength()) in loadView()
323 aBibDesc.sDataSource = aSources.getConstArray()[0]; in loadView()
411 Any aBibUrlAny; aBibUrlAny <<= aBibDesc.sDataSource; in GetDataColumns()
/trunk/main/sw/inc/
H A Dswdbdata.hxx32 ::rtl::OUString sDataSource;
39 …{return rCmp.sDataSource != sDataSource || rCmp.sCommand != sCommand || rCmp.nCommandType != nComm… in operator !=()
41 …{return rCmp.sDataSource == sDataSource && rCmp.sCommand == sCommand && rCmp.nCommandType == nComm… in operator ==()
/trunk/main/sw/source/ui/fldui/
H A Dflddb.cxx172 aDatabaseTLB.Select(aTmp.sDataSource, aTmp.sCommand, aEmptyStr); in Reset()
220 aData.sDataSource = aDatabaseTLB.GetDBName(sTableName, sColumnName, &bIsTable); in FillItemSet()
227 if (!aData.sDataSource.getLength()) in FillItemSet()
230 if(aData.sDataSource.getLength()) // Ohne Datenbank kein neuer Feldbefehl in FillItemSet()
238 String sDBName = aData.sDataSource; in FillItemSet()
344 aDatabaseTLB.Select(aData.sDataSource, aData.sCommand, sColumnName); in IMPL_LINK()
571 aDatabaseTLB.Select(rData.sDataSource, rData.sCommand, aEmptyStr); in ActivateMailMergeAddress()
H A Dchangedb.cxx149 String sDBName(rDBData.sDataSource); in FillDBPopup()
300 aData.sDataSource = aAvailDBTLB.GetDBName(sTableName, sColumnName, &bIsTable); in IMPL_LINK()
337 String sTmp(rDBData.sDataSource); in ShowDBName()
338 if (!rDBData.sDataSource.isEmpty() && !rDBData.sCommand.isEmpty()) { in ShowDBName()
H A Dfldmgr.cxx1122 aDBData.sDataSource = rData.sPar1.GetToken(0, DB_DELIM); in InsertFld()
1128 if(aDBData.sDataSource.getLength() && pCurShell->GetDBData() != aDBData) in InsertFld()
1151 aDBData.sDataSource, aDBData.sCommand, sPar1, in InsertFld()
1171 aDBData.sDataSource = rData.sPar1.Copy(0, nTablePos++); in InsertFld()
1188 if (aDBData.sDataSource.getLength() && pCurShell->GetDBData() != aDBData) in InsertFld()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1067 sDBNumNm = aDBData.sDataSource; in lcl_GetDBVarName()
1114 pMgr->OpenDataSource( aDBData.sDataSource, aDBData.sCommand )) in lcl_CalcFld()
1124 !pMgr->OpenDataSource( aDBData.sDataSource, aDBData.sCommand )) in lcl_CalcFld()
1593 if( rDBFld.GetRealDBData().sDataSource.getLength() ) in UpdateDBNumFlds()
1679 if(!aDBData.sDataSource.getLength()) in GetDBDesc()
1682 for(sal_uInt16 i = 0; i < nSize && !aDBData.sDataSource.getLength(); ++i) in GetDBDesc()
1713 if(!aDBData.sDataSource.getLength()) in GetDBDesc()
1728 String sRet = rData.sDataSource; in lcl_DBDataToString()
1823 String* pStr = new String( pParam->sDataSource ); in GetAllDBNames()
1900 aData.sDataSource = rDBName.GetToken(0, DB_DELIM); in AddUsedDBToList()
[all …]
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx233 ::rtl::OUString sDataSource; in initializePage()
238 …ontext.xForm->getPropertyValue(::rtl::OUString::createFromAscii("DataSourceName")) >>= sDataSource; in initializePage()
247 INetURLObject aURL( sDataSource ); in initializePage()
249 sDataSource = aURL.GetName(INetURLObject::DECODE_WITH_CHARSET); in initializePage()
250 m_pFormDatasource->SetText(sDataSource); in initializePage()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx277 aDescriptor.setDataSource(rData.sDataSource); in dispatch()
282 aEvent.IsEnabled = rData.sDataSource.getLength() > 0; in dispatch()
325 aDescriptor.setDataSource(rData.sDataSource); in addStatusListener()
330 aEvent.IsEnabled = rData.sDataSource.getLength() > 0; in addStatusListener()
/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx162 pNew->aDBData.sDataSource = sSourceArg; in ExecDB()
261 …ataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,pDBStruct->aDBData.sDataSource); in IMPL_STATIC_LINK()
268 xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource); in IMPL_STATIC_LINK()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx78 ::rtl::OUString sDataSource, sDatabaseLocation, sConnectionResource, sCommand, sFieldName; in OColumnTransferable()
79 … if ( _rDescriptor.has( daDataSource ) ) _rDescriptor[ daDataSource ] >>= sDataSource; in OColumnTransferable()
90 sDataSource.getLength() ? sDataSource : sDatabaseLocation, in OColumnTransferable()
/trunk/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx177 ::rtl::OUString sDataSource; in fillDispatchArgs()
179 if ( _aDataSource >>= sDataSource ) in fillDispatchArgs()
181 i_rDispatchArgs.put( (::rtl::OUString)PROPERTY_DATASOURCENAME, sDataSource ); in fillDispatchArgs()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx681 ::rtl::OUString sDataSource; in convertToControlValue()
682 _rPropertyValue >>= sDataSource; in convertToControlValue()
683 if ( sDataSource.getLength() ) in convertToControlValue()
685 ::svt::OFileNotation aTransformer( sDataSource ); in convertToControlValue()
686 sDataSource = aTransformer.get( ::svt::OFileNotation::N_SYSTEM ); in convertToControlValue()
688 aControlValue <<= sDataSource; in convertToControlValue()
2890 ::rtl::OUString sDataSource; in impl_browseForDatabaseDocument_throw()
2891 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_DATASOURCE ) >>= sDataSource ); in impl_browseForDatabaseDocument_throw()
2892 INetURLObject aParser( sDataSource ); in impl_browseForDatabaseDocument_throw()
2897 aFileDlg.SetDisplayDirectory( sDataSource ); in impl_browseForDatabaseDocument_throw()
/trunk/main/sw/source/core/edit/
H A Dedfldexp.cxx74 return xDBContext->getByName(rData.sDataSource).hasValue(); in IsFieldDataSourceAvailable()
78 rUsedDataSource = rData.sDataSource; in IsFieldDataSourceAvailable()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1135 ::rtl::OUString sDataSource = _rColumnDescriptor.getDataSource(); in implCreateFieldControl()
1147 || ( !sDataSource.getLength() in implCreateFieldControl()
1159 if ( xConnection.is() && !xDataSource.is() && !sDataSource.getLength() ) in implCreateFieldControl()
1168 …xDataSource = OStaticDataAccessTools().getDataSource( sDataSource, m_aContext.getLegacyServiceFact… in implCreateFieldControl()
1173 sDataSource, in implCreateFieldControl()
1313 pLabel, pControl, xDataSource, sDataSource, sCommand, nCommandType ) in implCreateFieldControl()
1336 xDataSource, sDataSource, sCommand, nCommandType ) in implCreateFieldControl()
H A Dfmview.cxx438 ::rtl::OUString sDataSource = rFieldDesc.GetToken(0,sal_Unicode(11)); in CreateFieldControl()
443 if (!sFieldName.getLength() || !sObjectName.getLength() || !sDataSource.getLength()) in CreateFieldControl()
447 aColumnDescriptor.setDataSource(sDataSource); in CreateFieldControl()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx351 ::rtl::OUString sDataSource;
352 if ( getSelectedDataSource(sDataSource,sCurrDatasource) && sDataSource.getLength() )
354 setURLNoPrefix(sDataSource);
/trunk/main/sw/source/ui/config/
H A Ddbconfig.cxx107 case 0: pValues[nProp] >>= pAdrImpl->sDataSource; break; in Load()
110 case 3: pValues[nProp] >>= pBibImpl->sDataSource; break; in Load()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1300 ::rtl::OUString sDataSource; in getObjectEntry()
1304 extractDescriptorProps(_rDescriptor, sDataSource, sCommand, nCommandType, bEscapeProcessing); in getObjectEntry()
1306 …return getObjectEntry( sDataSource, sCommand, nCommandType, _ppDataSourceEntry, _ppContainerEntry,… in getObjectEntry()
2420 ::rtl::OUString sDataSource; in implSelect()
2424 extractDescriptorProps(_rDescriptor, sDataSource, sCommand, nCommandType, bEscapeProcessing); in implSelect()
2427 …return implSelect( sDataSource, sCommand, nCommandType, bEscapeProcessing, SharedConnection(), _bS… in implSelect()
3785 ::rtl::OUString sDataSource; in preReloadForm()
3789 extractDescriptorProps(aDesc, sDataSource, sCommand, nCommandType, bEscapeProcessing); in preReloadForm()
3790 if ( sDataSource.getLength() && sCommand.getLength() && (-1 != nCommandType) ) in preReloadForm()
3794 …m_pCurrentlyDisplayed = getObjectEntry( sDataSource, sCommand, nCommandType, &pDataSource, &pComma… in preReloadForm()

Completed in 162 milliseconds

12