Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1652 SwContentType** ppRootContentT = bActive ? in Display() local
1655 if(!(*ppRootContentT)) in Display()
1656 (*ppRootContentT) = new SwContentType(pShell, nRootType, nOutlineLevel ); in Display()
1659 (*ppRootContentT)->GetName(), rImage, rImage, in Display()
1660 0, sal_False, LIST_APPEND, *ppRootContentT); in Display()
1662 for(sal_uInt16 i = 0; i < (*ppRootContentT)->GetMemberCount(); i++ ) in Display()
1664 const SwContent* pCnt = (*ppRootContentT)->GetMember(i); in Display()

Completed in 38 milliseconds