Home
last modified time | relevance | path

Searched refs:getHFType (Results 1 – 7 of 7) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_LeftRuler.cpp410 pShadow->getHdrFtrSectionLayout()->getHFType() < FL_HDRFTR_FOOTER); in mouseRelease()
414 hfType = pShadow->getHdrFtrSectionLayout()->getHFType(); in mouseRelease()
1012 pShadow->getHdrFtrSectionLayout()->getHFType() < FL_HDRFTR_FOOTER); in mouseMotion()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.cpp1297 hfType = pShadow->getHdrFtrSectionLayout()->getHFType(); in _HdrFtrChangeCallback()
2835 if(pHdrFtr->getHFType() < FL_HDRFTR_FOOTER) in addOwnedPage()
2879 if(pHdrFtr->getHFType() < FL_HDRFTR_FOOTER) in prependOwnedHeaderPage()
2907 if(pHdrFtr->getHFType() >= FL_HDRFTR_FOOTER) in prependOwnedFooterPage()
3294 ppPage->removeHdrFtr(getHFType()); in collapse()
3741 ppPage->removeHdrFtr(getHFType()); in deletePage()
3853 if(!getDocSectionLayout()->isThisPageValid(getHFType(),ppPage)) in checkAndRemovePages()
H A Dfl_SectionLayout.h400 HdrFtrType getHFType(void) const { return m_iHFType; } in getHFType() function
H A Dfp_Column.cpp2224 bool bHdrFtr = (pHFSL->getHFType() <= FL_HDRFTR_HEADER_LAST); in layout()
H A Dfp_Page.cpp2874 if (pHFSL->getHFType() < FL_HDRFTR_FOOTER) in getHdrFtrContainer()
H A Dfv_View_protected.cpp1470 hfType = pHdrFtrSrc->getHFType(); in _insertSectionBreak()
H A Dfv_View.cpp9907 if(pHF->getHFType() >= FL_HDRFTR_FOOTER) in getLeftRulerInfo()