Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx626 const SwTOXTypePtr * ppTTypes = pTOXTypes->GetData(); in GetTOXTypeCount() local
628 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() local
638 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 28 milliseconds