Searched refs:showPreview (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 572 void OApplicationView::showPreview(const Reference< XContent >& _xContent) in showPreview() function in OApplicationView 577 getDetailView()->showPreview(_xContent); in showPreview() 580 void OApplicationView::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() function in OApplicationView 614 getDetailView()->showPreview(_sDataSourceName,_sName,_bTable); in showPreview() 629 showPreview(NULL); in _disposing()
|
H A D | AppDetailPageHelper.cxx | 802 showPreview(NULL); in setDetailPage() 917 showPreview(NULL); in clearPages() 1049 showPreview(NULL); in elementRemoved() 1178 void OAppDetailPageHelper::showPreview(const Reference< XContent >& _xContent) in showPreview() function in OAppDetailPageHelper 1245 void OAppDetailPageHelper::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() function in OAppDetailPageHelper 1307 showPreview(NULL); in showPreview()
|
H A D | AppDetailView.cxx | 987 void OApplicationDetailView::showPreview(const Reference< XContent >& _xContent) in showPreview() function in OApplicationDetailView 990 m_pControlHelper->showPreview(_xContent); in showPreview() 993 void OApplicationDetailView::showPreview( const ::rtl::OUString& _sDataSourceName, in showPreview() function in OApplicationDetailView 998 m_pControlHelper->showPreview(_sDataSourceName,_sName,_bTable); in showPreview()
|
H A D | AppView.hxx | 304 …void showPreview(const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _xCont… 317 void showPreview( const ::rtl::OUString& _sDataSourceName,
|
H A D | AppDetailPageHelper.hxx | 379 …void showPreview(const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _xCont… 390 void showPreview( const ::rtl::OUString& _sDataSourceName,
|
H A D | AppDetailView.hxx | 371 …void showPreview(const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _xCont… 382 void showPreview( const ::rtl::OUString& _sDataSourceName,
|
H A D | AppController.cxx | 384 getContainer()->showPreview(NULL); in disposing() 1835 getContainer()->showPreview(NULL); in openElementWithArguments() 2262 pView->showPreview( xContent ); in showPreviewFor() 2271 pView->showPreview( getDatabaseName(), xConnection, _sName, _eType == E_TABLE ); in showPreviewFor()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 82 …void showPreview(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _xFram…
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontainerwindow.cxx | 221 void OQueryContainerWindow::showPreview(const Reference<XFrame>& _xFrame) in showPreview() function in dbaui::OQueryContainerWindow
|
H A D | querycontroller.cxx | 1284 getContainer()->showPreview( getFrame() ); in executeQuery()
|
Completed in 68 milliseconds