Home
last modified time | relevance | path

Searched refs:pSectNd (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/source/core/docnode/
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 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 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 Dnode.cxx471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect() local
472 return pSectNd && pSectNd->GetSection().IsProtectFlag(); in IsInProtectSect()
/trunk/main/sw/source/core/doc/
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 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 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 …]
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 Dftnidx.cxx389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber() local
390 return pSectNd ? GetNumber( rTxtFtn, *pSectNd ) : 0; in ChkNumber()
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 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()
/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/crsr/
H A Dcrstrvl.cxx309 const SwSectionNode* pSectNd; in GotoNextTOXBase() local
312 pCurCrsr->GetPoint()->nNode < pSectNd->GetIndex() && in GotoNextTOXBase()
320 SwNodeIndex aIdx( *pSectNd, 1 ); in GotoNextTOXBase()
359 const SwSectionNode* pSectNd; in GotoPrevTOXBase() local
370 SwNodeIndex aIdx( *pSectNd, 1 ); in GotoPrevTOXBase()
413 const SwSectionNode* pSectNd; in GotoTOXMarkBase() local
420 0 != ( pSectNd = pSectFmt->GetSectionNode() )) in GotoTOXMarkBase()
422 SwNodeIndex aIdx( *pSectNd, 1 ); in GotoTOXMarkBase()
1902 if( pSectNd && aFPos.nParaCnt ) in SetShadowCrsrPos()
1907 pSectNd->EndOfSectionNode() ) in SetShadowCrsrPos()
[all …]
H A Dcrsrsh.cxx1352 const SwSectionNode* pSectNd = rIdx.GetNode().FindSectionNode(); in lcl_CheckHiddenSection() local
1353 if( pSectNd && pSectNd->GetSection().IsHiddenFlag() ) in lcl_CheckHiddenSection()
1355 SwNodeIndex aTmp( *pSectNd ); in lcl_CheckHiddenSection()
1611 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in UpdateCrsr()
1613 pSectNd->GetSection().IsProtectFlag() && in UpdateCrsr()
1622 pSectNd->GetSection().IsProtectFlag() ) in UpdateCrsr()
2392 const SwSectionNode* pSectNd = pTxtNd->FindSectionNode(); in SetVisCrsr() local
2393 if( pSectNd && (pSectNd->GetSection().IsHiddenFlag() || in SetVisCrsr()
2395 pSectNd->GetSection().IsProtectFlag())) ) in SetVisCrsr()
2919 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in FindValidCntntNode()
[all …]
H A Dswcrsr.cxx248 const SwSectionNode* pSectNd = rPtIdx.GetNode().FindSectionNode(); in IsSelOvr() local
249 if( pSectNd && in IsSelOvr()
250 ((bSkipOverHiddenSections && pSectNd->GetSection().IsHiddenFlag() ) || in IsSelOvr()
251 (bSkipOverProtectSections && pSectNd->GetSection().IsProtectFlag() ))) in IsSelOvr()
766 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsAtValidPos() local
767 if( pSectNd && (pSectNd->GetSection().IsHiddenFlag() || in IsAtValidPos()
768 ( !bCrsrInReadOnly && pSectNd->GetSection().IsProtectFlag() ))) in IsAtValidPos()
/trunk/main/sw/source/core/edit/
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()
H A Dedtox.cxx199 const SwSectionNode* pSectNd; in UpdateTableOf() local
200 if( pTOX && 0 != ( pSectNd = pTOX->GetFmt()->GetSectionNode() ) ) in UpdateTableOf()
/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/filter/ww8/
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/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/core/txtnode/
H A Datrftn.cxx122 const SwSectionNode* pSectNd = pTxtAttr in GetViewNumStr() local
126 if( pSectNd ) in GetViewNumStr()
129 pSectNd->GetSection().GetFmt()->GetFmtAttr( in GetViewNumStr()
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()
/trunk/main/sw/inc/
H A Dswserv.hxx44 SwSectionNode* pSectNd; member
63 CNTNT_TYPE.pSectNd = &rSectNd; in SwServerObject()
/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/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()

Completed in 226 milliseconds

12