Searched refs:BibView (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/extensions/source/bibliography/ |
H A D | bibview.cxx | 62 BibView::BibView( Window* _pParent, BibDataManager* _pManager, WinBits _nStyle ) in BibView() function in bib::BibView 73 BibView::~BibView() in ~BibView() 117 void BibView::UpdatePages() in UpdatePages() 164 Application::PostUserEvent( STATIC_LINK( this, BibView, CallMappingHdl ) ); in UpdatePages() 171 void BibView::_loaded( const EventObject& _rEvent ) in _loaded() 177 void BibView::_reloaded( const EventObject& _rEvent ) in _reloaded() 186 IMPL_STATIC_LINK( BibView, CallMappingHdl, BibView*, EMPTYARG ) in IMPL_STATIC_LINK() argument 194 void BibView::Resize() in Resize() 207 Reference< awt::XControlContainer > BibView::getControlContainer() in getControlContainer() 215 void BibView::GetFocus() in GetFocus() [all …]
|
H A D | bibview.hxx | 42 class BibView : public BibWindow, public FormControlContainer class 51 DECL_STATIC_LINK(BibView, CallMappingHdl, BibView*); 66 BibView( Window* _pParent, BibDataManager* _pDatMan, WinBits nStyle = WB_3DLOOK ); 67 ~BibView();
|
H A D | datman.hxx | 46 class BibView; 107 ::bib::BibView* pBibView; 180 void SetView( ::bib::BibView* pView ) { pBibView = pView; } in SetView()
|
H A D | bibload.cxx | 336 …::bib::BibView* pView = new ::bib::BibView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DL… in loadView()
|
Completed in 27 milliseconds