Lines Matching refs:SfxTabPage

53 #undef SfxTabPage
54 #define SfxTabPage ::SfxTabPage macro
81 SfxTabPage* pTabPage; // die TabPage selber
176SfxTabPage* pTabPage = dynamic_cast<SfxTabPage*> (pDialog->aTabCtrl.GetTabPage( nPageId )); in StateChanged()
238 void SfxTabPage::SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >… in SetFrame()
244 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > SfxTabPage::GetFrame() in GetFrame()
251 SfxTabPage::SfxTabPage( Window *pParent, in SfxTabPage() function in SfxTabPage
269 SfxTabPage:: SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ) : in SfxTabPage() function in SfxTabPage
279 SfxTabPage::~SfxTabPage() in ~SfxTabPage()
294 sal_Bool SfxTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
301 void SfxTabPage::Reset( const SfxItemSet& rSet ) in Reset()
309 void SfxTabPage::ActivatePage( const SfxItemSet& ) in ActivatePage()
325 int SfxTabPage::DeactivatePage( SfxItemSet* ) in DeactivatePage()
351 void SfxTabPage::FillUserData() in FillUserData()
366 sal_Bool SfxTabPage::IsReadOnly() const in IsReadOnly()
378 const SfxPoolItem* SfxTabPage::GetItem( const SfxItemSet& rSet, sal_uInt16 nSlot, sal_Bool bDeep ) in GetItem()
404 const SfxPoolItem* SfxTabPage::GetOldItem( const SfxItemSet& rSet, in GetOldItem()
430 const SfxPoolItem* SfxTabPage::GetExchangeItem( const SfxItemSet& rSet, in GetExchangeItem()
448 void SfxTabPage::PageCreated( SfxAllItemSet /*aSet*/ ) in PageCreated()
456 void SfxTabPage::AddItemConnection( sfx::ItemConnectionBase* pConnection ) in AddItemConnection()
1020 SfxTabPage& // Referenz auf die erzeugte Seite in PageCreated() argument
1042 SfxTabPage* SfxTabDialog::GetTabPage( sal_uInt16 nPageId ) const in GetTabPage()
1105 SfxTabPage* pTabPage = pDataObject->pTabPage; in Ok()
1211 SfxTabPage* pPage = dynamic_cast<SfxTabPage*> (aTabCtrl.GetTabPage( nId )); in PrepareLeaveCurrentPage()
1216 int nRet = SfxTabPage::LEAVE_PAGE; in PrepareLeaveCurrentPage()
1226 if ( ( SfxTabPage::LEAVE_PAGE & nRet ) == SfxTabPage::LEAVE_PAGE in PrepareLeaveCurrentPage()
1403 SfxTabPage* pTabPage = dynamic_cast<SfxTabPage*> (pTabCtrl->GetTabPage( nId )); in IMPL_LINK()
1412 pTabPage = dynamic_cast< SfxTabPage* >(pTabCtrl->GetTabPage(nId)); in IMPL_LINK()
1422 if (dynamic_cast<layout SfxTabPage*> (pTabPage)) in IMPL_LINK()
1458 if (dynamic_cast<layout SfxTabPage*> (pTabPage)) in IMPL_LINK()
1519 SfxTabPage *pPage = dynamic_cast<SfxTabPage*> (pTabCtrl->GetTabPage( nId )); in IMPL_LINK()
1530 int nRet = SfxTabPage::LEAVE_PAGE; in IMPL_LINK()
1546 if ( ( SfxTabPage::LEAVE_PAGE & nRet ) == SfxTabPage::LEAVE_PAGE && in IMPL_LINK()
1569 if ( nRet & SfxTabPage::REFRESH_SET ) in IMPL_LINK()
1586 if ( nRet & SfxTabPage::LEAVE_PAGE ) in IMPL_LINK()
1632 int nRet = SfxTabPage::LEAVE_PAGE; in FillOutputItemSet()
1636 nRet = SfxTabPage::KEEP_PAGE; in FillOutputItemSet()