Home
last modified time | relevance | path

Searched refs:GetPageIndex (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/tasks/
H A Deditor_area_pane.py81 index = self.control.GetPageIndex(editor.control)
91 index = self.control.GetPageIndex(editor.control)
107 index = self.control.GetPageIndex(editor.control)
142 index = self.control.GetPageIndex(editor.control)
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dinfopane.cpp137 int pageIndex = GetPageIndex(m_Pages.Item(i)->window); in ReorderTabs()
177 … m_Pages.Item(i)->indexInNB = GetTabPositionFromIndex(GetPageIndex(m_Pages.Item(i)->window)); in UpdateEffectiveTabOrder()
198 RemovePage(GetPageIndex(m_Pages.Item(i)->window)); in Toggle()
242 SetSelection(GetPageIndex(m_Pages.Item(i)->window)); in Show()
267 SetSelection(GetPageIndex(m_Pages.Item(i)->window)); in Show()
295 SetSelection(GetPageIndex(p)); in ShowNonLogger()
508 DeletePage(GetPageIndex(m_Pages.Item(i)->window)); in DeleteLogger()
528 RemovePage(GetPageIndex(m_Pages.Item(i)->window)); in RemoveNonLogger()
547 DeletePage(GetPageIndex(m_Pages.Item(i)->window)); in DeleteNonLogger()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emPs/
H A DemPsPagePanel.h43 int GetPageIndex() const;
73 inline int emPsPagePanel::GetPageIndex() const in GetPageIndex() function
/dports/x11/eaglemode/eaglemode-0.95.0/include/emPdf/
H A DemPdfPagePanel.h43 int GetPageIndex() const;
84 inline int emPdfPagePanel::GetPageIndex() const in GetPageIndex() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutitem.cpp36 int32_t CXFA_ViewLayoutItem::GetPageIndex() const { in GetPageIndex() function in CXFA_ViewLayoutItem
39 return pLayout->GetLayoutPageMgr()->GetPageIndex(this); in GetPageIndex()
H A Dcxfa_viewlayoutitem.h25 int32_t GetPageIndex() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutitem.cpp36 int32_t CXFA_ViewLayoutItem::GetPageIndex() const { in GetPageIndex() function in CXFA_ViewLayoutItem
39 return pLayout->GetLayoutPageMgr()->GetPageIndex(this); in GetPageIndex()
H A Dcxfa_viewlayoutitem.h26 int32_t GetPageIndex() const;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FileManager/
H A DFileManager.cpp53 int idx = notebook->GetPageIndex(m_fe); in OnRelease()
73 m_nb->SetSelection(m_nb->GetPageIndex(m_fe)); in OnOpenProjectInFileBrowser()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/
H A DwxFNBDropTarget.h44 int GetPageIndex() {return m_PageIndex;} in GetPageIndex() function
123 …return (m_pParent->*m_pt2CallbackFunc)(x, y, draginfo->GetPageIndex(), (T *)draginfo->GetContainer… in OnData()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_dest.cpp21 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) { in GetPageIndex() function in CPDF_Dest
33 return pDoc->GetPageIndex(pPage->GetObjNum()); in GetPageIndex()
H A Dcpdf_dest.h23 int GetPageIndex(CPDF_Document* pDoc);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx61 nIndex << " " << pDescriptor->GetPageIndex() << " " in PrintModel()
85 if (nIndex != pDescriptor->GetPageIndex()) in CheckModel()
88 assert(nIndex == pDescriptor->GetPageIndex()); in CheckModel()
648 if (rpDescriptor->GetPageIndex()!=nDescriptorIndex) in UpdateIndices()
650 assert(rpDescriptor->GetPageIndex()==nDescriptorIndex); in UpdateIndices()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx61 nIndex << " " << pDescriptor->GetPageIndex() << " " in PrintModel()
85 if (nIndex != pDescriptor->GetPageIndex()) in CheckModel()
88 assert(nIndex == pDescriptor->GetPageIndex()); in CheckModel()
648 if (rpDescriptor->GetPageIndex()!=nDescriptorIndex) in UpdateIndices()
650 assert(rpDescriptor->GetPageIndex()==nDescriptorIndex); in UpdateIndices()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_document_layout_imp.cpp171 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const { in GetPageIndex() function in CXFA_ContainerLayoutItem
175 ->GetPageIndex(this); in GetPageIndex()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Dfpreportpreview.pas109 function GetPageIndex: Integer; in GetPageIndex() function
126 Property PageIndex : Integer Read GetPageIndex Write SetPageIndex;
293 function TFPReportPreviewForm.GetPageIndex: Integer; in TFPReportPreviewForm.GetPageIndex() function
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dcpdfsdk_pageview.cpp443 int CPDFSDK_PageView::GetPageIndex() const { function in CPDFSDK_PageView
452 return pPageView ? pPageView->GetPageIndex() : -1;
491 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
/dports/editors/lazarus-qt5/lazarus/components/fpreport/
H A Dfpreportpreview.pas107 function GetPageIndex: Integer; in GetPageIndex() function
124 Property PageIndex : Integer Read GetPageIndex Write SetPageIndex;
291 function TFPReportPreviewForm.GetPageIndex: Integer; in TFPReportPreviewForm.GetPageIndex() function
/dports/editors/lazarus/lazarus/components/fpreport/
H A Dfpreportpreview.pas107 function GetPageIndex: Integer; in GetPageIndex() function
124 Property PageIndex : Integer Read GetPageIndex Write SetPageIndex;
291 function TFPReportPreviewForm.GetPageIndex: Integer; in TFPReportPreviewForm.GetPageIndex() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Dfpreportpreview.pas109 function GetPageIndex: Integer; in GetPageIndex() function
126 Property PageIndex : Integer Read GetPageIndex Write SetPageIndex;
293 function TFPReportPreviewForm.GetPageIndex: Integer; in TFPReportPreviewForm.GetPageIndex() function
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h33 int GetPageIndex() const { return m_iPageIndex; } in GetPageIndex() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/include/
H A Dfpdfxfa_page.h33 int GetPageIndex() const { return m_iPageIndex; } in GetPageIndex() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx81 sal_Int32 GetPageIndex() const { return mnIndex;} in GetPageIndex() function in sd::slidesorter::model::PageDescriptor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx82 sal_Int32 GetPageIndex() const { return mnIndex;} in GetPageIndex() function in sd::slidesorter::model::PageDescriptor
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h47 int GetPageIndex() const { return m_iPageIndex; } in GetPageIndex() function

12345678910