Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx497 TextBlockInfoArr aFoundArr; in Expand() local
530 aFoundArr.Insert(pData, aFoundArr.Count()); in Expand()
535 if( aFoundArr.Count() ) // einer wurde gefunden in Expand()
538 if(1 == aFoundArr.Count()) in Expand()
540 TextBlockInfo_Impl* pData = aFoundArr.GetObject(0); in Expand()
551 for(sal_uInt16 i = 0; i < aFoundArr.Count(); ++i) in Expand()
553 TextBlockInfo_Impl* pData = aFoundArr.GetObject(i); in Expand()
563 TextBlockInfo_Impl* pData = aFoundArr.GetObject(nRet); in Expand()