Home
last modified time | relevance | path

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

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

Completed in 35 milliseconds