Home
last modified time | relevance | path

Searched refs:pSectNd (Results 1 – 25 of 29) sorted by last modified time

12

/trunk/main/sw/source/core/access/
H A Daccpara.cxx722 const SwSectionNode * pSectNd = pTxtNd->FindSectionNode(); in GetTOXSortTabBase() local
723 if( pSectNd ) in GetTOXSortTabBase()
725 const SwSection * pSect = &pSectNd->GetSection(); in GetTOXSortTabBase()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3237 const SwSectionNode* pSectNd = rFtn.GetTxtFtn()->GetTxtNode(). in lcl_IsAtTxtEnd() local
3239 while( pSectNd && FTNEND_ATPGORDOCEND == in lcl_IsAtTxtEnd()
3240 ((const SwFmtFtnAtTxtEnd&)pSectNd->GetSection().GetFmt()-> in lcl_IsAtTxtEnd()
3242 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in lcl_IsAtTxtEnd()
3244 if (!pSectNd) in lcl_IsAtTxtEnd()
H A Dwrtw8nds.cxx1824 const SwSectionNode* pSectNd = rNode.FindSectionNode(); in OutputTextNode() local
1825 if ( pSectNd && TOX_CONTENT_SECTION == pSectNd->GetSection().GetType() ) in OutputTextNode()
1827 AttrOutput().StartTOX( pSectNd->GetSection() ); in OutputTextNode()
H A Dwrtw8sty.cxx923 const SwSectionNode* pSectNd; in MSWordSections() local
929 else if ( 0 != ( pSectNd = pNd->FindSectionNode() ) ) in MSWordSections()
931 if ( TOX_HEADER_SECTION == pSectNd->GetSection().GetType() && in MSWordSections()
932 pSectNd->StartOfSectionNode()->IsSectionNode() ) in MSWordSections()
934 pSectNd = pSectNd->StartOfSectionNode()->GetSectionNode(); in MSWordSections()
937 if ( TOX_CONTENT_SECTION == pSectNd->GetSection().GetType() ) in MSWordSections()
939 pNd = pSectNd; in MSWordSections()
943 if ( CONTENT_SECTION == pSectNd->GetSection().GetType() ) in MSWordSections()
944 pFmt = pSectNd->GetSection().GetFmt(); in MSWordSections()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2311 SwSectionNode* pSectNd = pSectFmt->GetSectionNode(); in RemoveInvisibleContent() local
2312 if( pSectNd ) in RemoveInvisibleContent()
2315 SwPaM aPam( *pSectNd ); in RemoveInvisibleContent()
2317 if( pSectNd->StartOfSectionNode()->StartOfSectionIndex() == in RemoveInvisibleContent()
2318 pSectNd->GetIndex() - 1 && in RemoveInvisibleContent()
2319 pSectNd->StartOfSectionNode()->EndOfSectionIndex() == in RemoveInvisibleContent()
2320 pSectNd->EndOfSectionIndex() + 1 ) in RemoveInvisibleContent()
2327 aPam.GetPoint()->nNode = *pSectNd->EndOfSectionNode(); in RemoveInvisibleContent()
2338 aPam.GetPoint()->nNode = *pSectNd->EndOfSectionNode(); in RemoveInvisibleContent()
H A Dswserv.cxx90 pPam = new SwPaM( SwPosition( *CNTNT_TYPE.pSectNd ) ); in GetData()
93 pPam->GetPoint()->nNode = *CNTNT_TYPE.pSectNd->EndOfSectionNode(); in GetData()
146 case SECTION_SERVER: pNd = CNTNT_TYPE.pSectNd; break; in SendDataChanged()
188 case SECTION_SERVER: pNd = CNTNT_TYPE.pSectNd; break; in SendDataChanged()
237 case SECTION_SERVER: pNd = CNTNT_TYPE.pSectNd; break; in IsLinkInServer()
H A Ddoctxm.cxx419 while( pSectNd ) in InsertTableOf()
424 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in InsertTableOf()
461 while( pSectNd ) in GetCurTOX()
469 pSectNd->GetSection(); in GetCurTOX()
472 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in GetCurTOX()
656 const SwSectionNode* pSectNd; in GetUniqueTOXBaseName() local
768 if( pSectNd ) in SetPosAtStartEnd()
774 rPos.nNode = *pSectNd; in SetPosAtStartEnd()
796 const SwSectionNode* pSectNd; in Update() local
890 SwNode2Layout aN2L( *pSectNd ); in Update()
[all …]
H A Dftnidx.cxx389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber() local
390 return pSectNd ? GetNumber( rTxtFtn, *pSectNd ) : 0; in ChkNumber()
H A Ddocglbl.cxx412 while( pSectNd && pSectNd->EndOfSectionIndex() in SplitDoc()
416 if( pSectNd->GetIndex() + 1 == in SplitDoc()
430 pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
433 pSectNd = aEndIdx.GetNode().FindSectionNode(); in SplitDoc()
434 while( pSectNd && pSectNd->GetIndex() > in SplitDoc()
446 pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
763 while( pSectNd && pSectNd->EndOfSectionIndex() in SplitDoc()
767 if( pSectNd->GetIndex() + 1 == in SplitDoc()
781 pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
785 while( pSectNd && pSectNd->GetIndex() > in SplitDoc()
[all …]
H A Ddocfld.cxx2328 SwSectionNode* pSectNd; in _MakeFldList() local
2336 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() )) in _MakeFldList()
2338 sal_uLong nIdx = pSectNd->GetIndex(); in _MakeFldList()
2354 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()
2355 ASSERT( pSectNd, "Wo ist mein SectionNode" ); in _MakeFldList()
2356 pSectNd->GetSection().SetCondHidden( sal_False ); in _MakeFldList()
2360 pSectNd = rDoc.GetNodes()[ aTmpArr[ n ] ]->GetSectionNode(); in _MakeFldList()
2361 ASSERT( pSectNd, "Wo ist mein SectionNode" ); in _MakeFldList()
2362 pSectNd->GetSection().SetCondHidden( sal_False ); in _MakeFldList()
H A Ddocdde.cxx89 SwSectionNode* pSectNd; member
92 : m_Item(rS), pTblNd(0), pSectNd(0) in _FindItem()
116 pItem->pSectNd = pIdx->GetNode().GetSectionNode(); in lcl_FindSection()
178 if( aPara.pSectNd ) in GetData()
216 if( aPara.pSectNd ) in SetData()
263 if(aPara.pSectNd in CreateLinkSource()
264 && (0 == (pObj = aPara.pSectNd->GetSection().GetObject()))) in CreateLinkSource()
267 pObj = new SwServerObject( *aPara.pSectNd ); in CreateLinkSource()
268 aPara.pSectNd->GetSection().SetRefObject( pObj ); in CreateLinkSource()
404 if( aPara.pSectNd ) in SelectServerObj()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx105 SwSectionNode * pSectNd = pCurPaM->GetNode()->FindSectionNode(); in SetCurPaM() local
106 while( pSectNd ) in SetCurPaM()
108 pCurPaM->GetPoint()->nNode = *pSectNd; in SetCurPaM()
111 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in SetCurPaM()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx407 SwSectionNode* pSectNd = pRegionEndIdx->GetNode(). in Continue() local
409 if( pSectNd ) in Continue()
410 pSectNd->GetSection().GetFmt()->SetFmtAttr( in Continue()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx500 const SwSectionNode *pSectNd = in lcl_html_IsMultiColStart() local
502 if( pSectNd ) in lcl_html_IsMultiColStart()
504 const SwSection& rSection = pSectNd->GetSection(); in lcl_html_IsMultiColStart()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx189 SwSectionNode *const pSectNd = in RedoImpl() local
197 SwPaM aPam( *pSectNd->EndOfSectionNode(), *pSectNd, 1 ); in RedoImpl()
204 SwPaM aPam( *pSectNd->EndOfSectionNode(), *pSectNd, 1 ); in RedoImpl()
439 SwSectionNode *const pSectNd = in UndoImpl() local
441 ASSERT( pSectNd, "wo ist mein SectionNode?" ); in UndoImpl()
443 SwSection& rNdSect = pSectNd->GetSection(); in UndoImpl()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx135 const SwSectionNode* pSectNd; local
137 ( 0 != (pSectNd = pNode->FindSectionNode()) &&
138 pSectNd->GetSection().IsHiddenFlag() ))
4368 const SwSectionNode* pSectNd = FindSectionNode(); in IsHidden() local
4369 if ( pSectNd && pSectNd->GetSection().IsHiddenFlag() ) in IsHidden()
H A Datrftn.cxx122 const SwSectionNode* pSectNd = pTxtAttr in GetViewNumStr() local
126 if( pSectNd ) in GetViewNumStr()
129 pSectNd->GetSection().GetFmt()->GetFmtAttr( in GetViewNumStr()
/trunk/main/sw/source/core/ole/
H A Dndole.cxx513 const SwSectionNode* pSectNd = pAnchorNd->FindSectionNode(); in IsInGlobalDocSection() local
514 if( !pSectNd ) in IsInGlobalDocSection()
517 while( pSectNd ) in IsInGlobalDocSection()
519 pAnchorNd = pSectNd; in IsInGlobalDocSection()
520 pSectNd = pAnchorNd->StartOfSectionNode()->FindSectionNode(); in IsInGlobalDocSection()
525 pSectNd = (SwSectionNode*)pAnchorNd; in IsInGlobalDocSection()
526 return FILE_LINK_SECTION == pSectNd->GetSection().GetType() && in IsInGlobalDocSection()
527 pSectNd->GetIndex() > nEndExtraIdx; in IsInGlobalDocSection()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2624 SwSectionNode* pSectNd = ((SwSectionFmt*)this)->GetSectionNode(); in FindLayoutRect() local
2625 if( pSectNd ) in FindLayoutRect()
2627 SwNode2Layout aTmp( *pSectNd, pSectNd->GetIndex() - 1 ); in FindLayoutRect()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx199 const SwSectionNode* pSectNd; in UpdateTableOf() local
200 if( pTOX && 0 != ( pSectNd = pTOX->GetFmt()->GetSectionNode() ) ) in UpdateTableOf()
H A Dedglbldc.cxx392 const SwSectionNode* pSectNd = pTOX->GetFmt()->GetSectionNode(); in SwGlblDocContent() local
393 nDocPos = pSectNd ? pSectNd->GetIndex() : 0; in SwGlblDocContent()
401 const SwSectionNode* pSectNd = pSect->GetFmt()->GetSectionNode(); in SwGlblDocContent() local
402 nDocPos = pSectNd ? pSectNd->GetIndex() : 0; in SwGlblDocContent()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx879 if( pSectNd && !--nSectNdCnt ) in _MoveNodes()
881 SwNodeIndex aTmp( *pSectNd ); in _MoveNodes()
882 pSectNd->MakeFrms( &aTmp ); in _MoveNodes()
2125 if( bNewFrms && pSectNd && in _CopyNodes()
2126 !pSectNd->GetSection().IsHidden() ) in _CopyNodes()
2127 pSectNd->MakeFrms( &nStt ); in _CopyNodes()
2273 const SwSectionNode* pSectNd; in GoNextSection() local
2279 aTmp = *pSectNd->EndOfSectionNode(); in GoNextSection()
2330 const SwSectionNode* pSectNd; in GoPrevSection() local
2336 aTmp = *pSectNd; in GoPrevSection()
[all …]
H A Dsection.cxx554 if( pSectNd ) in Modify()
555 pSectNd->GetDoc()->GetFtnIdxs().UpdateFtn(SwNodeIndex( *pSectNd )); in Modify()
677 SwSectionNode* pSectNd; in ~SwSectionFmt() local
706 SwNodeRange aRg( *pSectNd, 0, *pSectNd->EndOfSectionNode() ); in ~SwSectionFmt()
726 SwSectionNode* pSectNd; in DelFrms() local
772 SwSectionNode* pSectNd; in MakeFrms() local
779 pSectNd->MakeFrms( &aIdx ); in MakeFrms()
1406 SwNodeIndex aIdx( *pSectNd, +1 ); in DataChanged()
1560 if( 2 < pSectNd->EndOfSectionIndex() - pSectNd->GetIndex() ) in DataChanged()
1685 if( pSectNd ) in Closed()
[all …]
H A Dndsect.cxx404 if( pSectNd && pEndSectNd && pSectNd != pEndSectNd ) in IsInsRegionAvailable()
506 if( pSectNd ) in GetCurrSection()
536 const SwSectionNode* pSectNd; in DelSectionFmt() local
544 SwPaM aPaM( *pSectNd->EndOfSectionNode(), *pSectNd ); in DelSectionFmt()
672 if (pSectNd) in UpdateSection()
675 *pSectNd, *pSectNd->EndOfSectionNode() ); in UpdateSection()
923 if( !pSectNd->GetNodes().FindPrvNxtFrmNode( aTmp, pSectNd->EndOfSectionNode() ) ) in InsertTextSection()
980 return pSectNd; in InsertTextSection()
1320 pSectNd->DelFrms(); in MakeCopy()
1338 return pSectNd; in MakeCopy()
[all …]
H A Dnode.cxx471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect() local
472 return pSectNd && pSectNd->GetSection().IsProtectFlag(); in IsInProtectSect()

Completed in 320 milliseconds

12