Home
last modified time | relevance | path

Searched refs:HasPage (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditviewedlinemap.pp750 Result := HasPage and
758 Result := HasPage and
765 assert(HasPage, 'TSynEditLineMapPageHolder.AdjustPosition: HasPage');
772 assert(HasPage, 'TSynEditLineMapPageHolder.InvalidateLines: HasPage');
779 Result := HasPage;
791 if HasPage then
824 if not HasPage then
834 if not HasPage then
842 assert(HasPage, 'TSynEditLineMapPageHolder.NextNodeLinet: HasPage');
1167 assert(SiblingNode.HasPage, 'TSynLineMapAVLTree.ValidateLine: SiblingNode.HasPage');
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditviewedlinemap.pp750 Result := HasPage and
758 Result := HasPage and
765 assert(HasPage, 'TSynEditLineMapPageHolder.AdjustPosition: HasPage');
772 assert(HasPage, 'TSynEditLineMapPageHolder.InvalidateLines: HasPage');
779 Result := HasPage;
791 if HasPage then
824 if not HasPage then
834 if not HasPage then
842 assert(HasPage, 'TSynEditLineMapPageHolder.NextNodeLinet: HasPage');
1167 assert(SiblingNode.HasPage, 'TSynLineMapAVLTree.ValidateLine: SiblingNode.HasPage');
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/dbase/
H A Ddindexnode.hxx102 bool HasPage() const {return nPagePos != 0;} in HasPage() function in connectivity::dbase::ONDXPagePtr
207 inline bool ONDXPage::IsLeaf() const {return !aChild.HasPage();} in IsLeaf()
241 bool HasChild() const {return aChild.HasPage();} in HasChild()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/dbase/
H A Ddindexnode.hxx108 bool HasPage() const {return nPagePos != 0;} in HasPage() function in connectivity::dbase::ONDXPagePtr
213 inline bool ONDXPage::IsLeaf() const {return !aChild.HasPage();} in IsLeaf()
247 bool HasChild() const {return aChild.HasPage();} in HasChild()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DPrinting.cpp56 bool HasPage(int page);
142 bool AudacityPrintout::HasPage(int page) in HasPage() function in AudacityPrintout
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_richtextwxRichTextPrintout.cpp39 bool HasPage(int) SIP_OVERRIDE;
101 bool sipwxRichTextPrintout::HasPage(int page) in HasPage() function in sipwxRichTextPrintout
109 return ::wxRichTextPrintout::HasPage(page); in HasPage()
422 … sipRes = (sipSelfWasArg ? sipCpp-> ::wxRichTextPrintout::HasPage(page) : sipCpp->HasPage(page)); in meth_wxRichTextPrintout_HasPage()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbeditorprintout.cpp73 bool cbEditorPrintout::HasPage(cb_unused int page) in HasPage() function in cbEditorPrintout
143 while (HasPage(*maxPage)) in GetPageInfo()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/wxCas/src/
H A Dwxcasprint.h49 bool HasPage ( int page );
H A Dwxcasprint.cpp85 WxCasPrint::HasPage ( int pageNum ) in HasPage() function in WxCasPrint
/dports/net-p2p/amule/aMule-2.3.3/src/utils/wxCas/src/
H A Dwxcasprint.h49 bool HasPage ( int page );
H A Dwxcasprint.cpp85 WxCasPrint::HasPage ( int pageNum ) in HasPage() function in WxCasPrint
/dports/x11-toolkits/vdk/vdk-2.5.1/testvdk/
H A Dedcompo.h33 int HasPage(const char* filename);
H A Dedcompo.cc115 int ndx = HasPage(filename); in AddPage()
150 int EditorComponent::HasPage(const char* filename) in HasPage() function in EditorComponent
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcbeditorprintout.h19 bool HasPage(int page) override;
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadPrintout.h19 virtual bool HasPage(int page);
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dmyprintout.h40 virtual bool HasPage ( int nPage );
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DPrintout.h63 bool HasPage(int num);
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotprnt.h29 bool HasPage(int page) { return page == 1; } in HasPage() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dboard_printout.h80 bool HasPage( int aPage ) override in HasPage() function
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteprint.h38 virtual bool HasPage(int page); ///< wxWidgets starts at page 1
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/c_src/
H A Dwxe_callback_impl.h75 bool HasPage(int page);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/c_src/
H A Dwxe_callback_impl.h75 bool HasPage(int page);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/c_src/
H A Dwxe_callback_impl.h75 bool HasPage(int page);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/printing/
H A Dprinting.h77 bool HasPage(int page);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/printing/
H A Dprinting.h77 bool HasPage(int page);

123456789