Home
last modified time | relevance | path

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

12

/AOO41X/main/sw/source/core/docnode/
H A Dndsect.cxx107 SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode(); in lcl_IsInSameTblBox() local
108 if ( !pSectNd || in lcl_IsInSameTblBox()
109 pSectNd->GetIndex() < pTblNd->GetIndex() || in lcl_IsInSameTblBox()
110 !pSectNd->GetSection().IsHiddenFlag() ) in lcl_IsInSameTblBox()
402 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInsRegionAvailable() local
404 if( pSectNd && pEndSectNd && pSectNd != pEndSectNd ) in IsInsRegionAvailable()
410 if( !pStt->nContent.GetIndex() && pSectNd->GetIndex() in IsInsRegionAvailable()
449 else if( !pSectNd && pEndSectNd ) in IsInsRegionAvailable()
475 else if( pSectNd && !pEndSectNd ) in IsInsRegionAvailable()
505 const SwSectionNode* pSectNd = rPos.nNode.GetNode().FindSectionNode(); in GetCurrSection() local
[all …]
H A Dsection.cxx96 const SwNode* pSectNd( const_cast<SwIntrnlSectRefLink*>(this)->GetAnchor() ); in GetSectNode() local
97 return const_cast<SwSectionNode*>( dynamic_cast<const SwSectionNode*>( pSectNd ) ); in GetSectNode()
553 SwSectionNode* pSectNd = GetFmt()->GetSectionNode( sal_False ); in Modify() local
554 if( pSectNd ) in Modify()
555 pSectNd->GetDoc()->GetFtnIdxs().UpdateFtn(SwNodeIndex( *pSectNd )); in Modify()
677 SwSectionNode* pSectNd; in ~SwSectionFmt() local
680 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in ~SwSectionFmt()
682 SwSection& rSect = pSectNd->GetSection(); in ~SwSectionFmt()
686 rSect.MakeChildLinksVisible( *pSectNd ); in ~SwSectionFmt()
706 SwNodeRange aRg( *pSectNd, 0, *pSectNd->EndOfSectionNode() ); in ~SwSectionFmt()
[all …]
H A Dnodes.cxx878 SwSectionNode* pSectNd = aSttNdStack[ nLevel ]->GetSectionNode(); in _MoveNodes() local
879 if( pSectNd && !--nSectNdCnt ) in _MoveNodes()
881 SwNodeIndex aTmp( *pSectNd ); in _MoveNodes()
882 pSectNd->MakeFrms( &aTmp ); in _MoveNodes()
2119 SwSectionNode* pSectNd = ((SwSectionNode*)pAktNode)-> in _CopyNodes() local
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
2275 0 != (pSectNd = pNd->FindSectionNode() ) && in GoNextSection()
[all …]
H A Dnode.cxx471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect() local
472 return pSectNd && pSectNd->GetSection().IsProtectFlag(); in IsInProtectSect()
/AOO41X/main/sw/source/core/doc/
H A Ddocglbl.cxx411 SwSectionNode* pSectNd = pSttNd->FindSectionNode(); in SplitDoc() local
412 while( pSectNd && pSectNd->EndOfSectionIndex() in SplitDoc()
415 const SwNode* pSectEnd = pSectNd->EndOfSectionNode(); in SplitDoc()
416 if( pSectNd->GetIndex() + 1 == in SplitDoc()
420 DelSectionFmt( pSectNd->GetSection().GetFmt() ); in SplitDoc()
430 pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
433 pSectNd = aEndIdx.GetNode().FindSectionNode(); in SplitDoc()
434 while( pSectNd && pSectNd->GetIndex() > in SplitDoc()
439 if( aEndIdx < pSectNd->EndOfSectionIndex() ) in SplitDoc()
441 SwNodeRange aRg( *pSectNd, 1, aEndIdx, 1 ); in SplitDoc()
[all …]
H A Ddoctxm.cxx373 SwSectionNode *const pSectNd = pNewSection->GetFmt()->GetSectionNode(); in InsertTableOf() local
387 SwNodeIndex aIdx( *pSectNd, +1 ); in InsertTableOf()
418 SwSectionNode* pSectNd = pNd->FindSectionNode(); in InsertTableOf() local
419 while( pSectNd ) in InsertTableOf()
421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf()
424 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in InsertTableOf()
460 const SwSectionNode* pSectNd = rNd.FindSectionNode(); in GetCurTOX() local
461 while( pSectNd ) in GetCurTOX()
463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX()
466 ASSERT( pSectNd->GetSection().ISA( SwTOXBaseSection ), in GetCurTOX()
[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()
181 return SwServerObject( *aPara.pSectNd ).GetData( rValue, rMimeType ); in GetData()
216 if( aPara.pSectNd ) in SetData()
219 return SwServerObject( *aPara.pSectNd ).SetData( rMimeType, rValue ); 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()
[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.cxx2329 SwSectionNode* pSectNd = pSectFmt->GetSectionNode(); in RemoveInvisibleContent() local
2330 if( pSectNd ) in RemoveInvisibleContent()
2333 SwPaM aPam( *pSectNd ); in RemoveInvisibleContent()
2335 if( pSectNd->StartOfSectionNode()->StartOfSectionIndex() == in RemoveInvisibleContent()
2336 pSectNd->GetIndex() - 1 && in RemoveInvisibleContent()
2337 pSectNd->StartOfSectionNode()->EndOfSectionIndex() == in RemoveInvisibleContent()
2338 pSectNd->EndOfSectionIndex() + 1 ) in RemoveInvisibleContent()
2345 aPam.GetPoint()->nNode = *pSectNd->EndOfSectionNode(); in RemoveInvisibleContent()
2356 aPam.GetPoint()->nNode = *pSectNd->EndOfSectionNode(); in RemoveInvisibleContent()
/AOO41X/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()
/AOO41X/main/sw/source/core/crsr/
H A Dcrstrvl.cxx309 const SwSectionNode* pSectNd; in GotoNextTOXBase() local
311 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoNextTOXBase()
312 pCurCrsr->GetPoint()->nNode < pSectNd->GetIndex() && in GotoNextTOXBase()
313 ( !pFnd || pFnd->GetIndex() > pSectNd->GetIndex() ) && in GotoNextTOXBase()
320 SwNodeIndex aIdx( *pSectNd, 1 ); in GotoNextTOXBase()
326 pCNd->EndOfSectionIndex() <= pSectNd->EndOfSectionIndex() && in GotoNextTOXBase()
359 const SwSectionNode* pSectNd; in GotoPrevTOXBase() local
361 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoPrevTOXBase()
362 pCurCrsr->GetPoint()->nNode > pSectNd->EndOfSectionIndex() && in GotoPrevTOXBase()
363 ( !pFnd || pFnd->GetIndex() < pSectNd->GetIndex() ) && in GotoPrevTOXBase()
[all …]
H A Dcrsrsh.cxx1344 const SwSectionNode* pSectNd = rIdx.GetNode().FindSectionNode(); in lcl_CheckHiddenSection() local
1345 if( pSectNd && pSectNd->GetSection().IsHiddenFlag() ) in lcl_CheckHiddenSection()
1347 SwNodeIndex aTmp( *pSectNd ); in lcl_CheckHiddenSection()
1351 rIdx.GetNodes().FindPrvNxtFrmNode( aTmp, pSectNd->EndOfSectionNode() ); in lcl_CheckHiddenSection()
1602 const SwSectionNode* pSectNd = pShellCrsr->GetNode()->FindSectionNode(); in UpdateCrsr() local
1603 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in UpdateCrsr()
1605 pSectNd->GetSection().IsProtectFlag() && in UpdateCrsr()
1614 pSectNd->GetSection().IsProtectFlag() ) in UpdateCrsr()
2384 const SwSectionNode* pSectNd = pTxtNd->FindSectionNode(); in SetVisCrsr() local
2385 if( pSectNd && (pSectNd->GetSection().IsHiddenFlag() || in SetVisCrsr()
[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()
754 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsAtValidPos() local
755 if( pSectNd && (pSectNd->GetSection().IsHiddenFlag() || in IsAtValidPos()
756 ( !bCrsrInReadOnly && pSectNd->GetSection().IsProtectFlag() ))) in IsAtValidPos()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/filter/xml/
H A Dxmlexp.cxx109 SwSectionNode * pSectNd = pCurPaM->GetNode()->FindSectionNode(); in SetCurPaM() local
110 while( pSectNd ) in SetCurPaM()
112 pCurPaM->GetPoint()->nNode = *pSectNd; in SetCurPaM()
115 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in SetCurPaM()
/AOO41X/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()
/AOO41X/main/sw/inc/
H A Dswserv.hxx44 SwSectionNode* pSectNd; member
63 CNTNT_TYPE.pSectNd = &rSectNd; in SwServerObject()
/AOO41X/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.cxx132 const SwSectionNode* pSectNd; local
134 ( 0 != (pSectNd = pNode->FindSectionNode()) &&
135 pSectNd->GetSection().IsHiddenFlag() ))
4327 const SwSectionNode* pSectNd = FindSectionNode(); in IsHidden() local
4328 if ( pSectNd && pSectNd->GetSection().IsHiddenFlag() ) in IsHidden()
/AOO41X/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()
/AOO41X/main/sw/source/core/layout/
H A Datrfrm.cxx2555 SwSectionNode* pSectNd = ((SwSectionFmt*)this)->GetSectionNode(); in FindLayoutRect() local
2556 if( pSectNd ) in FindLayoutRect()
2558 SwNode2Layout aTmp( *pSectNd, pSectNd->GetIndex() - 1 ); in FindLayoutRect()

12