Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx188 const Reference< XConnection>& _xConnection, const ::rtl::OUString& _sDataSourceName ) in DBG_NAME()
194 ,m_sDataSourceName(_sDataSourceName) in DBG_NAME()
H A DUITools.cxx940 sal_Bool checkDataSourceAvailable(const ::rtl::OUString& _sDataSourceName,const Reference< ::com::s… in checkDataSourceAvailable() argument
946 bRet = xDataBaseContext->hasByName(_sDataSourceName); in checkDataSourceAvailable()
951 bRet = xDataBaseContext->getByName(_sDataSourceName).hasValue(); in checkDataSourceAvailable()
/trunk/main/sw/inc/
H A Ddbmgr.hxx368 …rence< ::com::sun::star::sdbc::XConnection>& _xConnection,const ::rtl::OUString& _sDataSourceName);
384 createCursor( const ::rtl::OUString& _sDataSourceName,
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx580 void OApplicationView::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() argument
614 getDetailView()->showPreview(_sDataSourceName,_sName,_bTable); in showPreview()
H A DAppDetailView.cxx993 void OApplicationDetailView::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() argument
998 m_pControlHelper->showPreview(_sDataSourceName,_sName,_bTable); in showPreview()
H A DAppView.hxx317 void showPreview( const ::rtl::OUString& _sDataSourceName,
H A DAppDetailPageHelper.hxx390 void showPreview( const ::rtl::OUString& _sDataSourceName,
H A DAppDetailView.hxx382 void showPreview( const ::rtl::OUString& _sDataSourceName,
H A DAppDetailPageHelper.cxx1245 void OAppDetailPageHelper::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() argument
1292 …Reference< XController > xPreview( pDispatcher->openExisting( makeAny( _sDataSourceName ), _sName,… in showPreview()
/trunk/main/dbaccess/source/ui/inc/
H A Dlinkeddocuments.hxx94 const ::rtl::OUString& _sDataSourceName
H A DUITools.hxx174 sal_Bool checkDataSourceAvailable( const ::rtl::OUString& _sDataSourceName,
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2755 …eAsParent(const uno::Reference< XConnection>& _xConnection,const ::rtl::OUString& _sDataSourceName) in getDataSourceAsParent() argument
2764 …xSource = SwNewDBMgr::GetDbtoolsClient().getDataSource(_sDataSourceName, ::comphelper::getProcessS… in getDataSourceAsParent()
2775 uno::Reference<XResultSet> SwNewDBMgr::createCursor(const ::rtl::OUString& _sDataSourceName, in createCursor() argument
2792 xRowSetPropSet->setPropertyValue(C2U("DataSourceName"), makeAny(_sDataSourceName)); in createCursor()

Completed in 70 milliseconds