Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/utlui/
H A Dcontent.cxx1658 SwContentType** ppRootContentT = bActive ? in Display() local
1661 if(!(*ppRootContentT)) in Display()
1662 (*ppRootContentT) = new SwContentType(pShell, nRootType, nOutlineLevel ); in Display()
1665 (*ppRootContentT)->GetName(), rImage, rImage, in Display()
1666 0, sal_False, LIST_APPEND, *ppRootContentT); in Display()
1668 for(sal_uInt16 i = 0; i < (*ppRootContentT)->GetMemberCount(); i++ ) in Display()
1670 const SwContent* pCnt = (*ppRootContentT)->GetMember(i); in Display()

Completed in 17 milliseconds