Lines Matching refs:BibGeneralPage
97 BibGeneralPage* pParentPage;
99 BibPosListener(BibGeneralPage* pParent);
113 BibPosListener::BibPosListener(BibGeneralPage* pParent) : in BibPosListener()
202 BibGeneralPage::BibGeneralPage(Window* pParent, BibDataManager* pMan): in BibGeneralPage() function in BibGeneralPage
285 Link aScrollLnk(LINK(this, BibGeneralPage, ScrollHdl)); in BibGeneralPage()
422 BibGeneralPage::~BibGeneralPage() in ~BibGeneralPage()
434 void BibGeneralPage::RemoveListeners() in RemoveListeners()
449 void BibGeneralPage::CommitActiveControl() in CommitActiveControl()
462 void BibGeneralPage::AddControlWithError( const OUString& rColumnName, const ::Point& rPos, const :… in AddControlWithError()
485 uno::Reference< awt::XControlModel > BibGeneralPage::AddXControl( in AddXControl()
589 void BibGeneralPage::AdjustScrollbars() in AdjustScrollbars()
636 void BibGeneralPage::Resize() in Resize()
644 void BibGeneralPage::InitFixedTexts( void ) in InitFixedTexts()
729 IMPL_LINK(BibGeneralPage, ScrollHdl, ScrollBar*, pScroll) in IMPL_LINK() argument
763 void BibGeneralPage::focusGained(const awt::FocusEvent& rEvent) throw( uno::RuntimeException ) in focusGained()
799 void BibGeneralPage::focusLost(const awt::FocusEvent& ) throw( uno::RuntimeException ) in focusLost()
804 void BibGeneralPage::disposing(const lang::EventObject& /*Source*/) throw( uno::RuntimeException ) in disposing()
808 void BibGeneralPage::GetFocus() in GetFocus()
825 sal_Bool BibGeneralPage::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey()