Searched refs:pXF (Results 1 – 2 of 2) sorted by relevance
1348 XclImpXF* pXF = GetXFBuffer().GetXF( mnXfId ); in CreateStyleSheet() local1354 if( pXF ) pXF->SetAllUsedFlags( true ); in CreateStyleSheet()1375 if( bCreatePattern && mpStyleSheet && pXF ) in CreateStyleSheet()1405 XclImpXF* pXF = new XclImpXF( GetRoot() ); in ReadXF() local1406 pXF->ReadXF( rStrm ); in ReadXF()1407 maXFList.Append( pXF ); in ReadXF()1421 const XclImpXF* pXF = GetXF( nXFIndex ); in GetFontIndex() local1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()1523 if( XclImpXF* pXF = GetXF( rXFIndex.GetXFIndex() ) ) in ApplyPattern() local1763 const XclImpXF* pXF = GetXFBuffer().GetXF( nXFIndex ); in SetXF() local[all …]
727 const XclExpXF* pXF = rRoot.GetXFBuffer().GetXFById( GetXFId() ); in Init() local728 mbLineBreak = pXF && pXF->GetAlignmentData().mbLineBreak; in Init()
Completed in 26 milliseconds