Searched refs:pEnclosingSection (Results 1 – 1 of 1) sorted by relevance
1172 SwSection* pEnclosingSection = pSect; in GetPropertyValues_Impl() local1173 while ((pEnclosingSection != NULL) && in GetPropertyValues_Impl()1174 (TOX_CONTENT_SECTION != pEnclosingSection->GetType())) in GetPropertyValues_Impl()1176 pEnclosingSection = pEnclosingSection->GetParent(); in GetPropertyValues_Impl()1178 if (pEnclosingSection) in GetPropertyValues_Impl()1182 PTR_CAST(SwTOXBaseSection, pEnclosingSection); in GetPropertyValues_Impl()
Completed in 27 milliseconds