Searched refs:IFDE_CSSComputedStyle (Results 1 – 5 of 5) sorted by relevance
64 IFDE_CSSComputedStyle* m_pParentStyle;77 IFDE_CSSComputedStyle* CreateRootStyle(IXFA_TextProvider* pTextProvider);78 IFDE_CSSComputedStyle* ComputeStyle(IFDE_XMLNode* pXMLNode,79 IFDE_CSSComputedStyle* pParentStyle);83 FX_FLOAT GetTabInterval(IFDE_CSSComputedStyle* pStyle) const;84 int32_t CountTabs(IFDE_CSSComputedStyle* pStyle) const;85 FX_BOOL IsSpaceRun(IFDE_CSSComputedStyle* pStyle) const;86 FX_BOOL GetTabstops(IFDE_CSSComputedStyle* pStyle,89 IFDE_CSSComputedStyle* pStyle) const;91 IFDE_CSSComputedStyle* pStyle) const;[all …]
131 IFDE_CSSComputedStyle* CXFA_TextParser::CreateRootStyle( in CreateRootStyle()135 IFDE_CSSComputedStyle* pStyle = m_pSelector->CreateComputedStyle(NULL); in CreateRootStyle()193 IFDE_CSSComputedStyle* CXFA_TextParser::CreateStyle( in CreateStyle()194 IFDE_CSSComputedStyle* pParentStyle) { in CreateStyle()195 IFDE_CSSComputedStyle* pNewStyle = in CreateStyle()217 IFDE_CSSComputedStyle* CXFA_TextParser::ComputeStyle( in ComputeStyle()219 IFDE_CSSComputedStyle* pParentStyle) { in ComputeStyle()230 IFDE_CSSComputedStyle* pStyle = CreateStyle(pParentStyle); in ComputeStyle()246 IFDE_CSSComputedStyle* pRootStyle = CreateRootStyle(pTextProvider); in DoParse()251 IFDE_CSSComputedStyle* pParentStyle) { in ParseRichText()[all …]
33 class IFDE_CSSComputedStyle; variable1015 class IFDE_CSSComputedStyle : public IFX_Unknown {1074 virtual IFDE_CSSComputedStyle* CreateComputedStyle(1075 IFDE_CSSComputedStyle* pParentStyle) = 0;1083 IFDE_CSSComputedStyle* pDestStyle) = 0;
95 virtual IFDE_CSSComputedStyle* CreateComputedStyle(96 IFDE_CSSComputedStyle* pParentStyle);104 IFDE_CSSComputedStyle* pDestStyle);121 IFDE_CSSComputedStyle* pDestStyle);355 class CFDE_CSSComputedStyle : public IFDE_CSSComputedStyle,
250 IFDE_CSSComputedStyle* CFDE_CSSStyleSelector::CreateComputedStyle( in CreateComputedStyle()251 IFDE_CSSComputedStyle* pParentStyle) { in CreateComputedStyle()430 IFDE_CSSComputedStyle* pDestStyle) { in ComputeStyle()489 IFDE_CSSComputedStyle* pDestStyle) { in ApplyDeclarations()