Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/utlui/
H A Dcontent.cxx1603 SwContentType** ppContentT = bActive ? in Display() local
1606 if(!*ppContentT) in Display()
1607 (*ppContentT) = new SwContentType(pShell, nCntType, nOutlineLevel ); in Display()
1610 String sEntry = (*ppContentT)->GetName(); in Display()
1613 sal_Bool bChOnDemand = 0 != (*ppContentT)->GetMemberCount(); in Display()
1615 0, bChOnDemand, LIST_APPEND, (*ppContentT)); in Display()
3037 SwContentType** ppContentT = bIsActive ? in SetOutlineLevel() local
3040 if(*ppContentT) in SetOutlineLevel()
3042 (*ppContentT)->SetOutlineLevel(nOutlineLevel); in SetOutlineLevel()
3043 (*ppContentT)->Init(); in SetOutlineLevel()

Completed in 29 milliseconds