Home
last modified time | relevance | path

Searched refs:ShowDBObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/inc/ !
H A Dswmodule.hxx190 void ShowDBObj( SwView& rView, const SwDBData& rData, sal_Bool bOnlyIfAvailable = sal_False);
/trunk/main/sw/source/ui/app/ !
H A Dapplab.cxx439 ShowDBObj( *pNewView, pSh->GetDBData() ); in InsertLab()
H A Dappenv.cxx501 ShowDBObj(*pNewView, pSh->GetDBData()); in InsertEnv()
H A Dswmodul1.cxx353 void SwModule::ShowDBObj(SwView& rView, const SwDBData& rData, sal_Bool /*bOnlyIfAvailable*/) in ShowDBObj() function in SwModule
H A Dapphdl.cxx731 ShowDBObj(pWrtSh->GetView(), pDoc->GetDBData()); in Notify()
/trunk/main/sw/source/ui/uiview/ !
H A Dview.cxx1023 SW_MOD()->ShowDBObj( *this, aData ); in SwView()
H A Dview2.cxx1001 SW_MOD()->ShowDBObj(*this, rData, sal_False); in Execute()