Home
last modified time | relevance | path

Searched refs:aFoundArr (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/source/ui/dochdl/ !
H A Dgloshdl.cxx514 TextBlockInfoArr aFoundArr; in Expand() local
547 aFoundArr.Insert(pData, aFoundArr.Count()); in Expand()
552 if( aFoundArr.Count() ) // einer wurde gefunden in Expand()
555 if(1 == aFoundArr.Count()) in Expand()
557 TextBlockInfo_Impl* pData = aFoundArr.GetObject(0); in Expand()
568 for(sal_uInt16 i = 0; i < aFoundArr.Count(); ++i) in Expand()
570 TextBlockInfo_Impl* pData = aFoundArr.GetObject(i); in Expand()
580 TextBlockInfo_Impl* pData = aFoundArr.GetObject(nRet); in Expand()

Completed in 14 milliseconds