Home
last modified time | relevance | path

Searched refs:sSourceName (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sw/source/ui/dbui/
H A Ddbtree.cxx83 ::rtl::OUString sSourceName;
150 if(pPtr->sSourceName == sSource) in elementRemoved()
205 if(pPtr->sSourceName == rSourceName) in GetConnection()
214 pPtr->sSourceName = rSourceName; in GetConnection()
215 xRet = pWrtSh->GetNewDBMgr()->RegisterConnection(pPtr->sSourceName); in GetConnection()
353 String sSourceName = GetEntryText(GetParent(pParent)); in RequestingChilds() local
356 if(!pImpl->GetContext()->hasByName(sSourceName)) in RequestingChilds()
358 Reference<XConnection> xConnection = pImpl->GetConnection(sSourceName); in RequestingChilds()
422 String sSourceName = GetEntryText(pParent); in RequestingChilds() local
423 if(!pImpl->GetContext()->hasByName(sSourceName)) in RequestingChilds()
[all …]
/aoo41x/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx51 m_xProps->getPropertyValue( CONTROLSOURCEPROP ) >>= sSourceName; in ScVbaComboBox()
56 if( sSourceName.getLength() == 0 ) in ScVbaComboBox()
57 sSourceName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in ScVbaComboBox()
68 return m_xProps->getPropertyValue( sSourceName ); in getValue()
118 …m_xProps->setPropertyValue( sSourceName, uno::Any( extractStringFromAny( _value, ::rtl::OUString()… in setValue()
H A Dvbalistbox.hxx41 rtl::OUString sSourceName; member in ScVbaListBox
H A Dvbacombobox.hxx42 rtl::OUString sSourceName; member in ScVbaComboBox
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx601 String sSourceName(sDBName.GetToken(0, DB_DELIM)); in VarLook() local
603 if( pMgr && sSourceName.Len() && sTableName.Len() && in VarLook()
604 pMgr->OpenDataSource(sSourceName, sTableName, -1, false)) in VarLook()
615 VarChange( sDBNum, pMgr->GetSelectedRecordId(sSourceName, sTableName)); in VarLook()
619 aErrExpr.nValue.PutLong(long(pMgr->GetSelectedRecordId(sSourceName, sTableName))); in VarLook()
631 if(pMgr->GetColumnCnt( sSourceName, sTableName, sColumnName, in VarLook()
663 String sSourceName(sDBName.GetToken(0, DB_DELIM)); in VarLook() local
665 if( pMgr && sSourceName.Len() && sTableName.Len() && in VarLook()
666 pMgr->OpenDataSource(sSourceName, sTableName, -1, false) && in VarLook()
668 pNewExp->nValue.PutULong( pMgr->GetSelectedRecordId(sSourceName, sTableName)); in VarLook()
/aoo41x/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx363 …const ::rtl::OUString sSourceName = ::dbtools::composeTableName( m_xMetaData, xTableProp, ::dbtool… in loadTableData() local
364 TTableDataHelper::iterator aFind = m_aTableData.find(sSourceName); in loadTableData()
368 …DataHelper::value_type(sSourceName,::boost::shared_ptr<OTableWindowData>(new OTableWindowData(xTab… in loadTableData()
H A DRTableConnectionData.cxx310 ::rtl::OUString sSourceName; in Update()
311 xTableProp->getPropertyValue(PROPERTY_NAME) >>= sSourceName; in Update()
312 ::rtl::OUString sKeyName = sSourceName; in Update()
/aoo41x/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java479 String sSourceName = m_sSourceName; in createDBEntry() local
493 DB.insertinto_documentcompare(sSourceVersion, sSourceName, sSourceCreatorType, in createDBEntry()
/aoo41x/main/qadevOOo/runner/graphical/
H A DOpenOfficeDatabaseReportExtractor.java335 String sSourceName = m_sSourceName; in createDBEntry() local
/aoo41x/main/offapi/com/sun/star/embed/
H A DXOptimizedStorage.idl130 [in] string sSourceName,
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx184 …const String sSourceName = (::dbtools::composeTableNameForSelect(m_xConnection,m_xObject) + ::rtl:… in copyFilterAndSortingTo() local
203 sReplace.SearchAndReplace(sSourceName,sTargetNameTemp); in copyFilterAndSortingTo()
/aoo41x/main/package/source/xstor/
H A Dxstorage.hxx720 …virtual void SAL_CALL copyElementDirectlyTo( const ::rtl::OUString& sSourceName, const ::com::sun:…

Completed in 101 milliseconds