Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx1172 SwSection* pEnclosingSection = pSect; in GetPropertyValues_Impl() local
1173 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 24 milliseconds