Searched refs:CXFA_ViewLayoutItem (Results 1 – 16 of 16) sorted by relevance
19 CXFA_ViewLayoutItem::CXFA_ViewLayoutItem( in CXFA_ViewLayoutItem() function in CXFA_ViewLayoutItem27 CXFA_ViewLayoutItem::~CXFA_ViewLayoutItem() { in ~CXFA_ViewLayoutItem()32 CXFA_LayoutProcessor* CXFA_ViewLayoutItem::GetLayout() const { in GetLayout()36 int32_t CXFA_ViewLayoutItem::GetPageIndex() const { in GetPageIndex()42 CFX_SizeF CXFA_ViewLayoutItem::GetPageSize() const { in GetPageSize()59 CXFA_Node* CXFA_ViewLayoutItem::GetMasterPage() const { in GetMasterPage()
49 CXFA_ViewLayoutItem* GetPage(int32_t index) const;50 int32_t GetPageIndex(const CXFA_ViewLayoutItem* pPage) const;51 CXFA_ViewLayoutItem* GetRootLayoutItem() const { in GetRootLayoutItem()67 RetainPtr<CXFA_ViewLayoutItem> pCurPageSet;68 RetainPtr<CXFA_ViewLayoutItem> pCurPageArea;69 RetainPtr<CXFA_ViewLayoutItem> pCurContentArea;160 void ProcessSimplexOrDuplexPageSets(CXFA_ViewLayoutItem* pPageSetLayoutItem,165 RetainPtr<CXFA_ViewLayoutItem> m_pPageSetRootLayoutItem;166 RetainPtr<CXFA_ViewLayoutItem> m_pPageSetCurLayoutItem;175 std::vector<RetainPtr<CXFA_ViewLayoutItem>> m_PageArray;
17 class CXFA_ViewLayoutItem; variable25 CXFA_ViewLayoutItem* AsViewLayoutItem();26 const CXFA_ViewLayoutItem* AsViewLayoutItem() const;30 const CXFA_ViewLayoutItem* GetPage() const;43 inline CXFA_ViewLayoutItem* ToViewLayoutItem(CXFA_LayoutItem* item) { in ToViewLayoutItem()
50 CXFA_ViewLayoutItem* CXFA_LayoutItem::AsViewLayoutItem() { in AsViewLayoutItem()51 return IsViewLayoutItem() ? static_cast<CXFA_ViewLayoutItem*>(this) : nullptr; in AsViewLayoutItem()54 const CXFA_ViewLayoutItem* CXFA_LayoutItem::AsViewLayoutItem() const { in AsViewLayoutItem()55 return IsViewLayoutItem() ? static_cast<const CXFA_ViewLayoutItem*>(this) in AsViewLayoutItem()70 const CXFA_ViewLayoutItem* CXFA_LayoutItem::GetPage() const { in GetPage()
42 static CXFA_ViewLayoutItem* GetFirstChild(CXFA_ViewLayoutItem* pLayoutItem) { in GetFirstChild()45 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetFirstChild()52 static CXFA_ViewLayoutItem* GetNextSibling(CXFA_ViewLayoutItem* pLayoutItem) { in GetNextSibling()55 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetNextSibling()62 static CXFA_ViewLayoutItem* GetParent(CXFA_ViewLayoutItem* pLayoutItem) { in GetParent()68 CXFA_NodeIteratorTemplate<CXFA_ViewLayoutItem,73 static CXFA_ViewLayoutItem* GetFirstChild(CXFA_ViewLayoutItem* pLayoutItem) { in GetFirstChild()79 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetFirstChild()88 static CXFA_ViewLayoutItem* GetNextSibling(CXFA_ViewLayoutItem* pLayoutItem) { in GetNextSibling()91 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetNextSibling()[all …]
16 class CXFA_ViewLayoutItem : public CXFA_LayoutItem {21 ~CXFA_ViewLayoutItem() override;32 CXFA_ViewLayoutItem(CXFA_Node* pNode,
20 class CXFA_ViewLayoutItem; variable38 CXFA_ViewLayoutItem* GetPage(int32_t index) const;
29 class CXFA_ViewLayoutItem; variable57 void DoLayoutPageArea(CXFA_ViewLayoutItem* pPageAreaLayoutItem);
117 CXFA_ViewLayoutItem* CXFA_LayoutProcessor::GetPage(int32_t index) const { in GetPage()
973 CXFA_ViewLayoutItem* pPageAreaLayoutItem) { in DoLayoutPageArea()
26 CXFA_ViewLayoutItem* GetLayoutItem() const { return m_pLayoutItem.Get(); } in GetLayoutItem()27 void SetLayoutItem(CXFA_ViewLayoutItem* pItem) { m_pLayoutItem = pItem; } in SetLayoutItem()42 UnownedPtr<CXFA_ViewLayoutItem> m_pLayoutItem;
21 class CXFA_ViewLayoutItem; variable28 void OnPageEvent(CXFA_ViewLayoutItem* pSender, uint32_t dwEvent);
27 class CXFA_ViewLayoutItem; variable73 void OnPageEvent(CXFA_ViewLayoutItem* pSender, uint32_t dwEvent);
50 void CXFA_FFNotify::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent()
459 void CXFA_FFDocView::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent()
170 CXFA_ViewLayoutItem* pLayoutPage = pDocLayout->GetPage(i); in NumberedPageCount()224 CXFA_ViewLayoutItem* pLayoutPage = pDocLayout->GetPage(iPageNo); in GetObjArray()