Home
last modified time | relevance | path

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

/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx193 ,pDatMan( pDataManager ) in BibFrameController_Impl()
209 delete pDatMan; in ~BibFrameController_Impl()
282 pDatMan = 0; in dispose()
446 pDatMan->CreateMappingDialog(pParent); in dispatch()
499 pDatMan->startQueryWith(aQuery); in dispatch()
513 makeAny( pDatMan->getParser() ), in dispatch()
520 makeAny( pDatMan->getForm() ), in dispatch()
551 pDatMan->setFilter( sNewFilter ); in dispatch()
862 pDatMan->startQueryWith(aQuery); in RemoveFilter()
913 pDatMan->setActiveDataSource(aURL); in ChangeDataSource()
[all …]
H A Dbibbeam.cxx211 ,pDatMan( _pDM ) in BibBeamer()
217 if ( pDatMan ) in BibBeamer()
218 pDatMan->SetToolbar(pToolBar); in BibBeamer()
221 if ( pDatMan ) in BibBeamer()
222 connectForm( pDatMan ); in BibBeamer()
236 if ( pDatMan ) in ~BibBeamer()
237 pDatMan->SetToolbar(0); in ~BibBeamer()
269 pGridWin->createGridWin( pDatMan->updateGridModel() ); in createGridWin()
H A Dgeneral.cxx129 BibDataManager* pDatMan = pParentPage->GetDataManager(); in cursorMoved() local
131 aDesc.sDataSource = pDatMan->getActiveDataSource(); in cursorMoved()
132 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in cursorMoved()
150 uno::Reference< form::XForm > xForm = pDatMan->getForm(); in cursorMoved()
242 pDatMan(pMan) in BibGeneralPage()
298 aDesc.sDataSource = pDatMan->getActiveDataSource(); in BibGeneralPage()
299 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in BibGeneralPage()
411 uno::Reference< sdbc::XRowSet > xRowSet(pDatMan->getForm(), UNO_QUERY); in BibGeneralPage()
424 if (pDatMan && xPosListener.is()) in ~BibGeneralPage()
426 uno::Reference< sdbc::XRowSet > xRowSet(pDatMan->getForm(), UNO_QUERY); in ~BibGeneralPage()
[all …]
H A Ddatman.cxx247 BibDataManager* pDatMan; member in MappingDialog_Impl
347 pDatMan(pMan), in MappingDialog_Impl()
516 aDesc.sDataSource = pDatMan->getActiveDataSource(); in MappingDialog_Impl()
517 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in MappingDialog_Impl()
562 aNew.sTableName = String(pDatMan->getActiveDataTable()); in IMPL_LINK()
563 aNew.sURL = String(pDatMan->getActiveDataSource()); in IMPL_LINK()
578 aDesc.sDataSource = pDatMan->getActiveDataSource(); in IMPL_LINK()
579 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in IMPL_LINK()
581 pDatMan->ResetIdentifierMapping(); in IMPL_LINK()
602 BibDataManager* pDatMan; member in DBChangeDialog_Impl
[all …]
H A Dtoolbar.cxx386 if(pDatMan) in Click()
387 pDatMan->CreateMappingDialog(GetParent()); in Click()
392 if(pDatMan) in Click()
394 OUString sNew = pDatMan->CreateDBChangeDialog(GetParent()); in Click()
396 pDatMan->setActiveDataSource(sNew); in Click()
H A Dgeneral.hxx136 BibDataManager* pDatMan; member in BibGeneralPage
155 BibGeneralPage(Window* pParent, BibDataManager* pDatMan);
201 return pDatMan; in GetDataManager()
H A Dbibload.cxx460 BibDataManager* pDatMan = GetDataManager(); in GetIdentifierColumn() local
462 rtl::OUString sIdentifierColumnName = pDatMan->GetIdentifierMapping(); in GetIdentifierColumn()
519 BibDataManager* pDatMan = ((BibliographyLoader*)this)->GetDataManager(); in getByName() local
530 String sIdentifierMapping = pDatMan->GetIdentifierMapping(); in getByName()
H A Dbibbeam.hxx58 BibDataManager* pDatMan; member in bib::BibBeamer
77 BibBeamer(Window* pParent,BibDataManager* pDatMan, WinBits nStyle = WB_3DLOOK );
H A Dtoolbar.hxx135 BibDataManager* pDatMan; member in BibToolBar
178 void SetDatMan(BibDataManager& rDatMan) {pDatMan = &rDatMan;} in SetDatMan()
H A Dframectr.hxx74 BibDataManager* pDatMan; member in BibFrameController_Impl
82 BibDataManager* pDatMan);
H A Dbibcont.hxx77 BibDataManager* pDatMan; member in BibBookContainer
H A Dbibcont.cxx136 pDatMan(pDtMn), in BibBookContainer()

Completed in 52 milliseconds