Home
last modified time | relevance | path

Searched refs:pTabPage (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Demojicontrol.cxx49 pTabPage->Show(); in SfxEmojiControl()
52 mpTabControl->SetTabPage(nCurPageId, pTabPage); in SfxEmojiControl()
54 pTabPage->Show(); in SfxEmojiControl()
57 mpTabControl->SetTabPage(nCurPageId, pTabPage); in SfxEmojiControl()
59 pTabPage->Show(); in SfxEmojiControl()
64 pTabPage->Show(); in SfxEmojiControl()
69 pTabPage->Show(); in SfxEmojiControl()
74 pTabPage->Show(); in SfxEmojiControl()
79 pTabPage->Show(); in SfxEmojiControl()
84 pTabPage->Show(); in SfxEmojiControl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldedt.cxx135 if (pTabPage) in Init()
137 SwFieldMgr& rMgr = pTabPage->GetFieldMgr(); in Init()
247 SfxTabPage* pTabPage = GetTabPage(); in IMPL_LINK_NOARG() local
248 if (pTabPage) in IMPL_LINK_NOARG()
249 pTabPage->FillItemSet(nullptr); in IMPL_LINK_NOARG()
273 pTabPage->FillItemSet(nullptr); in IMPL_LINK()
275 SwFieldMgr& rMgr = pTabPage->GetFieldMgr(); in IMPL_LINK()
285 if (nGroup != pTabPage->GetGroup()) in IMPL_LINK()
286 pTabPage = static_cast<SwFieldPage*>(CreatePage(nGroup)); in IMPL_LINK()
288 pTabPage->EditNewField(); in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldedt.cxx139 if (pTabPage) in Init()
141 SwFieldMgr& rMgr = pTabPage->GetFieldMgr(); in Init()
251 SfxTabPage* pTabPage = GetTabPage(); in IMPL_LINK_NOARG() local
252 if (pTabPage) in IMPL_LINK_NOARG()
253 pTabPage->FillItemSet(nullptr); in IMPL_LINK_NOARG()
277 pTabPage->FillItemSet(nullptr); in IMPL_LINK()
279 SwFieldMgr& rMgr = pTabPage->GetFieldMgr(); in IMPL_LINK()
291 if (nGroup != pTabPage->GetGroup()) in IMPL_LINK()
292 pTabPage = static_cast<SwFieldPage*>(CreatePage(nGroup)); in IMPL_LINK()
294 pTabPage->EditNewField(); in IMPL_LINK()
[all …]
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/win32/
H A DTabCtrlSSL.cpp44 tabDelete.pTabPage = pTabPage; in BEGIN_MESSAGE_MAP()
77 tabDelete.pTabPage = pDialog; in AddSSLPage()
109 CTabPageSSL* pDialog = tabDelete.pTabPage; in RemoveSSLPage()
188 CTabPageSSL* pDialog = tabDelete.pTabPage; in ActivateSSLPage()
198 CTabPageSSL* pDialog = tabDelete.pTabPage; in ActivateSSLPage()
219 return (CWnd*) tabDelete.pTabPage; in GetSSLPage()
284 CTabPageSSL* pDialog = tabDelete.pTabPage; in ResizeDialog()
350 CTabPageSSL* pDialog = tabDelete.pTabPage; in OnSelChanging()
366 CTabPageSSL* pDialog = tabDelete.pTabPage; in OnSelChange()
458 if (NULL == tabDelete.pTabPage) { in AddPage()
[all …]
H A DTabCtrlSSL.h42 int AddSSLPage (LPCTSTR pszTitle, int nPageID, CTabPageSSL* pTabPage);
59 CTabPageSSL* pTabPage; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx145 void DataSourceDialog::setInvalidPage(BuilderPage* pTabPage) in setInvalidPage() argument
147 if (pTabPage == m_xRangeChooserTabPage.get()) in setInvalidPage()
149 else if (pTabPage == m_xDataSourceTabPage.get()) in setInvalidPage()
166 void DataSourceDialog::setValidPage(BuilderPage* pTabPage) in setValidPage() argument
168 if( pTabPage == m_xRangeChooserTabPage.get() ) in setValidPage()
170 else if( pTabPage == m_xDataSourceTabPage.get() ) in setValidPage()
H A Ddlg_ObjectProperties.cxx579 ErrorBarsTabPage * pTabPage = dynamic_cast< ErrorBarsTabPage * >( &rPage ); in PageCreated() local
580 OSL_ASSERT( pTabPage ); in PageCreated()
581 if( pTabPage ) in PageCreated()
584 pTabPage->SetErrorBarType( ErrorBarResources::ERROR_BAR_X ); in PageCreated()
585 pTabPage->SetChartDocumentForRangeChoosing( m_pParameter->getDocument()); in PageCreated()
590 ErrorBarsTabPage * pTabPage = dynamic_cast< ErrorBarsTabPage * >( &rPage ); in PageCreated() local
591 OSL_ASSERT( pTabPage ); in PageCreated()
592 if( pTabPage ) in PageCreated()
595 pTabPage->SetErrorBarType( ErrorBarResources::ERROR_BAR_Y ); in PageCreated()
601 SchOptionTabPage* pTabPage = dynamic_cast< SchOptionTabPage* >( &rPage ); in PageCreated() local
[all …]
H A Ddlg_CreationWizard.cxx161 void CreationWizard::setInvalidPage(BuilderPage* pTabPage) in setInvalidPage() argument
163 if (pTabPage == m_pCurTabPage) in setInvalidPage()
167 void CreationWizard::setValidPage(BuilderPage* pTabPage) in setValidPage() argument
169 if (pTabPage == m_pCurTabPage) in setValidPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx151 void DataSourceDialog::setInvalidPage(BuilderPage* pTabPage) in setInvalidPage() argument
153 if (pTabPage == m_xRangeChooserTabPage.get()) in setInvalidPage()
155 else if (pTabPage == m_xDataSourceTabPage.get()) in setInvalidPage()
172 void DataSourceDialog::setValidPage(BuilderPage* pTabPage) in setValidPage() argument
174 if( pTabPage == m_xRangeChooserTabPage.get() ) in setValidPage()
176 else if( pTabPage == m_xDataSourceTabPage.get() ) in setValidPage()
H A Ddlg_ObjectProperties.cxx569 ErrorBarsTabPage * pTabPage = dynamic_cast< ErrorBarsTabPage * >( &rPage ); in PageCreated() local
570 OSL_ASSERT( pTabPage ); in PageCreated()
571 if( pTabPage ) in PageCreated()
574 pTabPage->SetErrorBarType( ErrorBarResources::ERROR_BAR_X ); in PageCreated()
575 pTabPage->SetChartDocumentForRangeChoosing( m_pParameter->getDocument()); in PageCreated()
580 ErrorBarsTabPage * pTabPage = dynamic_cast< ErrorBarsTabPage * >( &rPage ); in PageCreated() local
581 OSL_ASSERT( pTabPage ); in PageCreated()
582 if( pTabPage ) in PageCreated()
585 pTabPage->SetErrorBarType( ErrorBarResources::ERROR_BAR_Y ); in PageCreated()
591 SchOptionTabPage* pTabPage = dynamic_cast< SchOptionTabPage* >( &rPage ); in PageCreated() local
[all …]
H A Ddlg_CreationWizard.cxx159 void CreationWizard::setInvalidPage(BuilderPage* pTabPage) in setInvalidPage() argument
161 if (pTabPage == m_pCurTabPage) in setInvalidPage()
165 void CreationWizard::setValidPage(BuilderPage* pTabPage) in setValidPage() argument
167 if (pTabPage == m_pCurTabPage) in setValidPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/standard/
H A Dvclxaccessibletabpage.cxx147 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in Update() local
148 if ( !pTabPage ) in Update()
151 Reference< XAccessible > xChild( pTabPage->GetAccessible( bNew ) ); in Update()
291 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in implGetAccessibleChildCount() local
292 if ( pTabPage && pTabPage->IsVisible() ) in implGetAccessibleChildCount()
310 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in getAccessibleChild() local
311 if ( pTabPage && pTabPage->IsVisible() ) in getAccessibleChild()
312 xChild = pTabPage->GetAccessible(); in getAccessibleChild()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/standard/
H A Dvclxaccessibletabpage.cxx147 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in Update() local
148 if ( pTabPage ) in Update()
150 Reference< XAccessible > xChild( pTabPage->GetAccessible( bNew ) ); in Update()
292 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in implGetAccessibleChildCount() local
293 if ( pTabPage && pTabPage->IsVisible() ) in implGetAccessibleChildCount()
311 TabPage* pTabPage = m_pTabControl->GetTabPage( m_nPageId ); in getAccessibleChild() local
312 if ( pTabPage && pTabPage->IsVisible() ) in getAccessibleChild()
313 xChild = pTabPage->GetAccessible(); in getAccessibleChild()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx62 …TabPage *pTabPage = pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( pTabControl->Get… in draw() local
64 if (pTabPage && pDev) in draw()
67 ::Size aSize = pTabPage->GetSizePixel(); in draw()
72 pTabPage->Draw( pDev, aPos, aSize, DrawFlags::NONE ); in draw()
82 VclPtr<TabControl> pTabPage = GetAs<TabControl>(); in setProperty() local
83 if ( pTabPage ) in setProperty()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/inc/
H A DTabPageNotifiable.hxx33 virtual void setInvalidPage(BuilderPage* pTabPage) = 0;
34 virtual void setValidPage(BuilderPage* pTabPage) = 0;
H A Ddlg_DataSource.hxx55 virtual void setInvalidPage( BuilderPage * pTabPage ) override;
56 virtual void setValidPage( BuilderPage * pTabPage ) override;
H A Ddlg_CreationWizard.hxx57 virtual void setInvalidPage(BuilderPage* pTabPage) override;
58 virtual void setValidPage(BuilderPage* pTabPage) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/inc/
H A DTabPageNotifiable.hxx35 virtual void setInvalidPage( BuilderPage * pTabPage ) = 0;
36 virtual void setValidPage( BuilderPage * pTabPage ) = 0;
H A Ddlg_DataSource.hxx57 virtual void setInvalidPage( BuilderPage * pTabPage ) override;
58 virtual void setValidPage( BuilderPage * pTabPage ) override;
H A Ddlg_CreationWizard.hxx53 virtual void setInvalidPage(BuilderPage * pTabPage) override;
54 virtual void setValidPage(BuilderPage * pTabPage) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx62 …TabPage *pTabPage = pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( pTabControl->Get… in draw() local
64 if (pTabPage && pDev) in draw()
68 pTabPage->Draw( pDev, aPos, DrawFlags::NONE ); in draw()
78 VclPtr<TabControl> pTabPage = GetAs<TabControl>(); in setProperty() local
79 if ( pTabPage ) in setProperty()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtabdlg.cxx537 SfxTabPage* pTabPage = pDataObject->xTabPage.get(); in IMPL_LINK() local
538 if (!pTabPage) in IMPL_LINK()
542 pTabPage->Reset(m_pSet.get()); in IMPL_LINK()
546 pTabPage->ActivatePage(*m_xExampleSet); in IMPL_LINK()
548 if (pTabPage->IsReadOnly() || m_pImpl->bHideResetBtn) in IMPL_LINK()
779 SfxTabPage* pTabPage = elem->xTabPage.get(); in Ok() local
781 if ( pTabPage ) in Ok()
783 if ( m_pSet && !pTabPage->HasExchangeSupport() ) in Ok()
787 if ( pTabPage->FillItemSet( &aTmp ) ) in Ok()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtabdlg.cxx531 SfxTabPage* pTabPage = pDataObject->xTabPage.get(); in IMPL_LINK() local
532 if (!pTabPage) in IMPL_LINK()
536 pTabPage->Reset(m_pSet.get()); in IMPL_LINK()
540 pTabPage->ActivatePage(*m_xExampleSet); in IMPL_LINK()
542 if (pTabPage->IsReadOnly() || m_pImpl->bHideResetBtn) in IMPL_LINK()
779 SfxTabPage* pTabPage = elem->xTabPage.get(); in Ok() local
781 if ( pTabPage ) in Ok()
783 if ( m_pSet && !pTabPage->HasExchangeSupport() ) in Ok()
787 if ( pTabPage->FillItemSet( &aTmp ) ) in Ok()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dlaycache.cxx268 SwPageFrame *pTabPage = pTab->FindPageFrame(); in Write() local
269 if( pTabPage != pPage ) in Write()
272 pTabPage->GetPhyPageNum(), in Write()
274 pPage = pTabPage; in Write()
420 const SwPageFrame *pTabPage = pTab->FindPageFrame(); in CompareLayout() local
421 if( pTabPage != pPage ) in CompareLayout()
423 pPage = pTabPage; in CompareLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dlaycache.cxx267 SwPageFrame *pTabPage = pTab->FindPageFrame(); in Write() local
268 if( pTabPage != pPage ) in Write()
271 pTabPage->GetPhyPageNum(), in Write()
273 pPage = pTabPage; in Write()
420 const SwPageFrame *pTabPage = pTab->FindPageFrame(); in CompareLayout() local
421 if( pTabPage != pPage ) in CompareLayout()
423 pPage = pTabPage; in CompareLayout()

12