Searched refs:ppContentT (Results 1 – 1 of 1) sorted by relevance
1597 SwContentType** ppContentT = bActive ? in Display() local1600 if(!*ppContentT) in Display()1601 (*ppContentT) = new SwContentType(pShell, nCntType, nOutlineLevel ); in Display()1604 String sEntry = (*ppContentT)->GetName(); in Display()1607 sal_Bool bChOnDemand = 0 != (*ppContentT)->GetMemberCount(); in Display()1609 0, bChOnDemand, LIST_APPEND, (*ppContentT)); in Display()3031 SwContentType** ppContentT = bIsActive ? in SetOutlineLevel() local3034 if(*ppContentT) in SetOutlineLevel()3036 (*ppContentT)->SetOutlineLevel(nOutlineLevel); in SetOutlineLevel()3037 (*ppContentT)->Init(); in SetOutlineLevel()
Completed in 18 milliseconds