Searched refs:pSectNode (Results 1 – 6 of 6) sorted by relevance
93 SwSectionNode *pSectNode; member in SwActualSection101 SwSectionNode *GetSectionNode() { return pSectNode;} in GetSectionNode()
490 pSectNode( pNd ) in SwActualSection()492 if ( !pSectNode ) in SwActualSection()495 pSectNode = pIndex->GetNode().FindSectionNode(); in SwActualSection()
1209 SwNode* pSectNode = pFmt->GetSectionNode(); in GetPropertyValues_Impl() local1212 pSectNode = pSectNode->EndOfSectionNode(); in GetPropertyValues_Impl()1221 if ((pRedPointNode == pSectNode) || in GetPropertyValues_Impl()1222 (pRedMarkNode == pSectNode)) in GetPropertyValues_Impl()1228 const bool bIsStart = (pStartOfRedline == pSectNode); in GetPropertyValues_Impl()
700 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentBefore() local702 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in insertTextContentBefore()762 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentAfter() local763 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in insertTextContentAfter()816 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentBefore() local818 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in removeTextContentBefore()873 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentAfter() local874 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in removeTextContentAfter()
522 SwSectionNode* pSectNode = pNode->GetSectionNode(); in getPropertyValue() local523 DBG_ASSERT(pSectNode, "No section node!"); in getPropertyValue()524 xRet = SwXTextSections::GetObject( *pSectNode->GetSection().GetFmt() ); in getPropertyValue()
2391 const SwSectionNode* pSectNode; in IsTOXBaseInReadonly() local2393 0 != (pSectNode = pSect->GetFmt()->GetSectionNode())) in IsTOXBaseInReadonly()2396 bRet = (0 != (pDocSh = pSectNode->GetDoc()->GetDocShell()) && in IsTOXBaseInReadonly()2398 (0 != (pSectNode = pSectNode->StartOfSectionNode()->FindSectionNode())&& in IsTOXBaseInReadonly()2399 pSectNode->GetSection().IsProtectFlag()); in IsTOXBaseInReadonly()
Completed in 100 milliseconds