Home
last modified time | relevance | path

Searched refs:pXF (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1348 XclImpXF* pXF = GetXFBuffer().GetXF( mnXfId ); in CreateStyleSheet() local
1354 if( pXF ) pXF->SetAllUsedFlags( true ); in CreateStyleSheet()
1375 if( bCreatePattern && mpStyleSheet && pXF ) in CreateStyleSheet()
1405 XclImpXF* pXF = new XclImpXF( GetRoot() ); in ReadXF() local
1406 pXF->ReadXF( rStrm ); in ReadXF()
1407 maXFList.Append( pXF ); in ReadXF()
1421 const XclImpXF* pXF = GetXF( nXFIndex ); in GetFontIndex() local
1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
1523 if( XclImpXF* pXF = GetXF( rXFIndex.GetXFIndex() ) ) in ApplyPattern() local
1763 const XclImpXF* pXF = GetXFBuffer().GetXF( nXFIndex ); in SetXF() local
[all …]
H A Dxetable.cxx727 const XclExpXF* pXF = rRoot.GetXFBuffer().GetXFById( GetXFId() ); in Init() local
728 mbLineBreak = pXF && pXF->GetAlignmentData().mbLineBreak; in Init()

Completed in 37 milliseconds