Lines Matching refs:SwNewDBMgr

218     SwNewDBMgr&     rDBMgr;
222 SwConnectionDisposedListener_Impl(SwNewDBMgr& rMgr);
233 SwNewDBMgr_Impl(SwNewDBMgr& rDBMgr) in SwNewDBMgr_Impl()
251 xSource = SwNewDBMgr::getDataSourceAsParent(rParam.xConnection, rParam.sDataSource); in lcl_InitNumberFormatter()
318 uno::Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent( in lcl_GetColumnCnt()
327 rResult = SwNewDBMgr::GetDBField( xColumnProps, aFormatData, pNumber); in lcl_GetColumnCnt()
333 sal_Bool SwNewDBMgr::MergeNew(const SwMergeDescriptor& rMergeDesc ) in MergeNew()
418 …uno::Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,aData.sDataSou… in MergeNew()
471 sal_Bool SwNewDBMgr::Merge(SwWrtShell* pSh) in Merge()
486 void SwNewDBMgr::ImportFromConnection( SwWrtShell* pSh ) in ImportFromConnection()
557 void SwNewDBMgr::ImportDBEntry(SwWrtShell* pSh) in ImportDBEntry()
629 sal_Bool SwNewDBMgr::GetTableNames(ListBox* pListBox, const String& rDBName) in GetTableNames()
680 sal_Bool SwNewDBMgr::GetColumnNames(ListBox* pListBox, in GetColumnNames()
698 …uno::Reference< XColumnsSupplier> xColsSupp = SwNewDBMgr::GetColumnSupplier(xConnection, rTableNam… in GetColumnNames()
715 sal_Bool SwNewDBMgr::GetColumnNames(ListBox* pListBox, in GetColumnNames()
721 …uno::Reference< XColumnsSupplier> xColsSupp = SwNewDBMgr::GetColumnSupplier(xConnection, rTableNam… in GetColumnNames()
740 SwNewDBMgr::SwNewDBMgr() : in SwNewDBMgr() function in SwNewDBMgr
753 SwNewDBMgr::~SwNewDBMgr() in ~SwNewDBMgr()
859 sal_Bool SwNewDBMgr::MergeMailFiles(SwWrtShell* pSourceShell, in MergeMailFiles()
989 aPrtMonDlg.aCancel.SetClickHdl(LINK(this, SwNewDBMgr, PrtCancelHdl)); in MergeMailFiles()
1080 SwNewDBMgr* pOldDBMgr = pWorkDoc->GetNewDBMgr(); in MergeMailFiles()
1399 IMPL_LINK_INLINE_START( SwNewDBMgr, PrtCancelHdl, Button *, pButton ) in IMPL_LINK_INLINE_START() argument
1405 IMPL_LINK_INLINE_END( SwNewDBMgr, PrtCancelHdl, Button *, pButton ) in IMPL_LINK_INLINE_END() argument
1413 sal_uLong SwNewDBMgr::GetColumnFmt( const String& rDBName, in IMPL_LINK_INLINE_END()
1431 xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,rDBName); in IMPL_LINK_INLINE_END()
1459 xColsSupp = SwNewDBMgr::GetColumnSupplier(xConnection, rTableName); in IMPL_LINK_INLINE_END()
1495 sal_uLong SwNewDBMgr::GetColumnFmt( uno::Reference< XDataSource> xSource, in GetColumnFmt()
1572 …nRet = SwNewDBMgr::GetDbtoolsClient().getDefaultNumberFormat(xColumn, xDocNumberFormatTypes, aLoc… in GetColumnFmt()
1580 sal_Int32 SwNewDBMgr::GetColumnType( const String& rDBName, in GetColumnType()
1605 xColsSupp = SwNewDBMgr::GetColumnSupplier(xConnection, rTableName); in GetColumnType()
1628 uno::Reference< sdbc::XConnection> SwNewDBMgr::GetConnection(const String& rDataSource, in GetConnection()
1635 …Reference<XCompletedConnection> xComplConnection(SwNewDBMgr::GetDbtoolsClient().getDataSource(rDat… in GetConnection()
1651 uno::Reference< sdbcx::XColumnsSupplier> SwNewDBMgr::GetColumnSupplier(uno::Reference<sdbc::XConnec… in GetColumnSupplier()
1676 … Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection, sDataSource); in GetColumnSupplier()
1702 String SwNewDBMgr::GetDBField(uno::Reference<XPropertySet> xColumnProps, in GetDBField()
1748 SwDbtoolsClient& aClient = SwNewDBMgr::GetDbtoolsClient(); in GetDBField()
1796 void SwNewDBMgr::EndMerge() in EndMerge()
1806 sal_Bool SwNewDBMgr::IsDataSourceOpen(const String& rDataSource, in IsDataSourceOpen()
1832 sal_Bool SwNewDBMgr::GetColumnCnt(const String& rSourceName, const String& rTableName, in GetColumnCnt()
1897 sal_Bool SwNewDBMgr::GetMergeColumnCnt(const String& rColumnName, sal_uInt16 nLanguage, in GetMergeColumnCnt()
1912 sal_Bool SwNewDBMgr::ToNextMergeRecord() in ToNextMergeRecord()
1920 sal_Bool SwNewDBMgr::ToNextRecord( in ToNextRecord()
1941 sal_Bool SwNewDBMgr::ToNextRecord(SwDSParam* pParam) in ToNextRecord()
1989 sal_Bool SwNewDBMgr::ExistsNextRecord() const in ExistsNextRecord()
1996 sal_uInt32 SwNewDBMgr::GetSelectedRecordId() in GetSelectedRecordId()
2014 sal_Bool SwNewDBMgr::ToRecordId(sal_Int32 nSet) in ToRecordId()
2034 sal_Bool SwNewDBMgr::OpenDataSource(const String& rDataSource, const String& rTableOrQuery, in OpenDataSource()
2097 uno::Reference< XConnection> SwNewDBMgr::RegisterConnection(rtl::OUString& rDataSource) in RegisterConnection()
2099 SwDSParam* pFound = SwNewDBMgr::FindDSConnection(rDataSource, sal_True); in RegisterConnection()
2103 pFound->xConnection = SwNewDBMgr::GetConnection(rDataSource, xSource ); in RegisterConnection()
2119 sal_uInt32 SwNewDBMgr::GetSelectedRecordId( in GetSelectedRecordId()
2160 void SwNewDBMgr::CloseAll(sal_Bool bIncludingMerge) in CloseAll()
2185 SwDSParam* SwNewDBMgr::FindDSData(const SwDBData& rData, sal_Bool bCreate) in FindDSData()
2237 SwDSParam* SwNewDBMgr::FindDSConnection(const rtl::OUString& rDataSource, sal_Bool bCreate) in FindDSConnection()
2276 const SwDBData& SwNewDBMgr::GetAddressDBName() in GetAddressDBName()
2283 Sequence<rtl::OUString> SwNewDBMgr::GetExistingDatabaseNames() in GetExistingDatabaseNames()
2301 String SwNewDBMgr::LoadAndRegisterDataSource() in LoadAndRegisterDataSource()
2494 void SwNewDBMgr::ExecuteFormLetter( SwWrtShell& rSh, in ExecuteFormLetter()
2527 xConnection = SwNewDBMgr::RegisterConnection(sDataSource); in ExecuteFormLetter()
2591 SwNewDBMgr* pWorkDBMgr = pWorkDoc->GetNewDBMgr(); in ExecuteFormLetter()
2659 void SwNewDBMgr::InsertText(SwWrtShell& rSh, in InsertText()
2700 xSource = SwNewDBMgr::GetDbtoolsClient().getDataSource(sDataSource, xMgr); in InsertText()
2736 SwDbtoolsClient* SwNewDBMgr::pDbtoolsClient = NULL;
2738 SwDbtoolsClient& SwNewDBMgr::GetDbtoolsClient() in GetDbtoolsClient()
2747 void SwNewDBMgr::RemoveDbtoolsClient() in RemoveDbtoolsClient()
2755 uno::Reference<XDataSource> SwNewDBMgr::getDataSourceAsParent(const uno::Reference< XConnection>& _… in getDataSourceAsParent()
2764 …xSource = SwNewDBMgr::GetDbtoolsClient().getDataSource(_sDataSourceName, ::comphelper::getProcessS… in getDataSourceAsParent()
2775 uno::Reference<XResultSet> SwNewDBMgr::createCursor(const ::rtl::OUString& _sDataSourceName, in createCursor()
2819 sal_Int32 SwNewDBMgr::MergeDocuments( SwMailMergeConfigItem& rMMConfig, in MergeDocuments()
2859 aMonitorDlg.SetCancelHdl(LINK(this, SwNewDBMgr, PrtCancelHdl)); in MergeDocuments()
2950 SwNewDBMgr* pWorkDBMgr = pWorkDoc->GetNewDBMgr(); in MergeDocuments()
3085 SwConnectionDisposedListener_Impl::SwConnectionDisposedListener_Impl(SwNewDBMgr& rMgr) : in SwConnectionDisposedListener_Impl()