Searched refs:aRefArr (Results 1 – 2 of 2) sorted by relevance
114 SvPtrarr aRefArr( 10, 10 ), aArr( 10, 10 ); in IsFrameBehind() local115 ::lcl_GetLayTree( pFrm, aRefArr ); in IsFrameBehind()118 sal_uInt16 nRefCnt = aRefArr.Count() - 1, nCnt = aArr.Count() - 1; in IsFrameBehind()123 while( nRefCnt && nCnt && aRefArr[ nRefCnt ] == aArr[ nCnt ] ) in IsFrameBehind()132 if( aRefArr[ nRefCnt ] == aArr[ nCnt ] ) in IsFrameBehind()140 const SwFrm* pRefFrm = (const SwFrm*)aRefArr[ nRefCnt ]; in IsFrameBehind()175 pRefFrm = (const SwFrm*)aRefArr[ nRefCnt - 1 ]; in IsFrameBehind()
780 ScTokenArray aRefArr; in OutputToDocument() local781 aRefArr.AddSingleReference(aSRef); in OutputToDocument()782 aRefArr.AddOpCode(ocStop); in OutputToDocument()785 ScBaseCell* pCell = new ScFormulaCell( pDestDoc, aDest, &aRefArr ); in OutputToDocument()
Completed in 16 milliseconds