/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 404 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 D | section.cxx | 554 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 D | nodes.cxx | 879 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 D | node.cxx | 471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect() local 472 return pSectNd && pSectNd->GetSection().IsProtectFlag(); in IsInProtectSect()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 412 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 D | doctxm.cxx | 419 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 D | docdde.cxx | 89 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 D | swserv.cxx | 90 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 D | ftnidx.cxx | 389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber() local 390 return pSectNd ? GetNumber( rTxtFtn, *pSectNd ) : 0; in ChkNumber()
|
H A D | doc.cxx | 2329 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()
|
H A D | docfld.cxx | 2328 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()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 189 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 D | crstrvl.cxx | 309 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 D | crsrsh.cxx | 1344 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() 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() 2387 pSectNd->GetSection().IsProtectFlag())) ) in SetVisCrsr() 2911 if( pSectNd && ( pSectNd->GetSection().IsHiddenFlag() || in FindValidCntntNode() [all …]
|
H A D | swcrsr.cxx | 248 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 D | edglbldc.cxx | 392 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 D | edtox.cxx | 199 const SwSectionNode* pSectNd; in UpdateTableOf() local 200 if( pTOX && 0 != ( pSectNd = pTOX->GetFmt()->GetSectionNode() ) ) in UpdateTableOf()
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 513 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 D | xmlexp.cxx | 109 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 D | wrtw8sty.cxx | 923 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()
|
H A D | wrtw8nds.cxx | 1824 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()
|
/aoo41x/main/sw/inc/ |
H A D | swserv.hxx | 44 SwSectionNode* pSectNd; member 63 CNTNT_TYPE.pSectNd = &rSectNd; in SwServerObject()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrftn.cxx | 122 const SwSectionNode* pSectNd = pTxtAttr in GetViewNumStr() local 126 if( pSectNd ) in GetViewNumStr() 129 pSectNd->GetSection().GetFmt()->GetFmtAttr( in GetViewNumStr()
|
H A D | ndtxt.cxx | 132 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 D | wrthtml.cxx | 500 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()
|