Searched refs:pCellLink (Results 1 – 1 of 1) sorted by relevance
451 const XclTokenArray* pCellLink = GetCellLinkTokArr(); in WriteSubRecs() local452 sal_uInt16 nCellLinkSize = pCellLink ? ((pCellLink->GetSize() + 7) & 0xFFFE) : 0; in WriteSubRecs()472 if( pCellLink ) in WriteSubRecs()473 WriteFormula( rStrm, *pCellLink ); in WriteSubRecs()897 if( const XclTokenArray* pCellLink = GetCellLinkTokArr() ) in WriteCellLinkSubRec() local898 WriteFormulaSubRec( rStrm, nSubRecId, *pCellLink ); in WriteCellLinkSubRec()
Completed in 37 milliseconds