Searched refs:ppTTypes (Results 1 – 1 of 1) sorted by relevance
626 const SwTOXTypePtr * ppTTypes = pTOXTypes->GetData(); in GetTOXTypeCount() local628 for( sal_uInt16 n = 0; n < pTOXTypes->Count(); ++n, ++ppTTypes ) in GetTOXTypeCount()629 if( eTyp == (*ppTTypes)->GetType() ) in GetTOXTypeCount()636 const SwTOXTypePtr * ppTTypes = pTOXTypes->GetData(); in GetTOXType() local638 for( sal_uInt16 n = 0; n < pTOXTypes->Count(); ++n, ++ppTTypes ) in GetTOXType()639 if( eTyp == (*ppTTypes)->GetType() && nCnt++ == nId ) in GetTOXType()640 return (*ppTTypes); in GetTOXType()
Completed in 12 milliseconds