Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx1209 SwNode* pSectNode = pFmt->GetSectionNode(); in GetPropertyValues_Impl() local
1212 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()
H A Dunotext.cxx700 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentBefore() local
702 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in insertTextContentBefore()
762 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in insertTextContentAfter() local
763 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in insertTextContentAfter()
816 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentBefore() local
818 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in removeTextContentBefore()
873 SwSectionNode *const pSectNode = pSectFmt->GetSectionNode(); in removeTextContentAfter() local
874 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in removeTextContentAfter()
H A Dunoredline.cxx522 SwSectionNode* pSectNode = pNode->GetSectionNode(); in getPropertyValue() local
523 DBG_ASSERT(pSectNode, "No section node!"); in getPropertyValue()
524 xRet = SwXTextSections::GetObject( *pSectNode->GetSection().GetFmt() ); in getPropertyValue()
/trunk/main/sw/source/core/layout/
H A Dlayhelp.hxx93 SwSectionNode *pSectNode; member in SwActualSection
101 SwSectionNode *GetSectionNode() { return pSectNode;} in GetSectionNode()
H A Dlaycache.cxx490 pSectNode( pNd ) in SwActualSection()
492 if ( !pSectNode ) in SwActualSection()
495 pSectNode = pIndex->GetNode().FindSectionNode(); in SwActualSection()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx2391 const SwSectionNode* pSectNode; in IsTOXBaseInReadonly() local
2393 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 50 milliseconds