Home
last modified time | relevance | path

Searched refs:pSect (Results 1 – 25 of 43) sorted by path

12

/trunk/main/sw/inc/
H A Dedglbldc.hxx44 const SwSection* pSect; member
50 SwGlblDocContent( const SwSection* pSect );
55 { return GLBLDOC_SECTION == eType ? PTR.pSect : 0; } in GetSection()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx725 const SwSection * pSect = &pSectNd->GetSection(); in GetTOXSortTabBase() local
726 SwTOXBaseSection *pTOXBaseSect = (SwTOXBaseSection *)pSect; in GetTOXSortTabBase()
727 if( pSect->GetType() == TOX_CONTENT_SECTION ) in GetTOXSortTabBase()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx308 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoNextTOXBase() local
310 if( TOX_CONTENT_SECTION == pSect->GetType() && in GotoNextTOXBase()
311 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoNextTOXBase()
317 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoNextTOXBase()
358 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoPrevTOXBase() local
360 if( TOX_CONTENT_SECTION == pSect->GetType() && in GotoPrevTOXBase()
361 0 != ( pSectNd = pSect->GetFmt()->GetSectionNode() ) && in GotoPrevTOXBase()
367 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoPrevTOXBase()
H A Dtrvlreg.cxx259 const SwSection* pSect; in GotoRegion() local
260 if( 0 != ( pSect = pFmt->GetSection() ) && in GotoRegion()
261 pSect->GetSectionName() == rName && in GotoRegion()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2283 SwSection* pSect = pSectFmt->GetSection(); in RemoveInvisibleContent() local
2284 if( pSect->CalcHiddenFlag() ) in RemoveInvisibleContent()
2286 SwSection* pParent = pSect, *pTmp; in RemoveInvisibleContent()
2290 pSect = pTmp; in RemoveInvisibleContent()
2294 if( USHRT_MAX == aSectFmts.GetPos( pSect->GetFmt() ) ) in RemoveInvisibleContent()
2295 aSectFmts.Insert( pSect->GetFmt(), 0 ); in RemoveInvisibleContent()
2297 if( pSect->GetCondition().Len() ) in RemoveInvisibleContent()
2299 SwSectionData aSectionData( *pSect ); in RemoveInvisibleContent()
2394 SwSection* pSect = pSectFmt->GetSection(); in HasInvisibleContent() local
2395 if( pSect->IsHidden() ) in HasInvisibleContent()
H A Ddocdde.cxx99 SwSection* pSect = rpSectFmt->GetSection(); in lcl_FindSection() local
100 if( pSect ) in lcl_FindSection()
103 ? pSect->GetSectionName() in lcl_FindSection()
104 : GetAppCharClass().lower( pSect->GetSectionName() )); in lcl_FindSection()
H A Ddocfld.cxx1351 if( pSect ) in UpdateExpFlds()
1358 pSect->SetCondHidden( aValue.GetBool() ); in UpdateExpFlds()
1750 SwSection* pSect = rArr[ --n ]->GetSection(); in GetAllUsedDB() local
1752 if( pSect ) in GetAllUsedDB()
1754 String aCond( pSect->GetCondition() ); in GetAllUsedDB()
1925 SwSection* pSect = rArr[ --n ]->GetSection(); in ChangeDBFields() local
1927 if( pSect ) in ChangeDBFields()
1929 sFormel = pSect->GetCondition(); in ChangeDBFields()
1931 pSect->SetCondition(sFormel); in ChangeDBFields()
2334 SwSection* pSect = rArr[ --n ]->GetSection(); in _MakeFldList() local
[all …]
H A Ddoctxm.cxx603 SwSection* pSect = aArr[ n ]; in DeleteTOX() local
604 if( TOX_HEADER_SECTION == pSect->GetType() ) in DeleteTOX()
606 DelSectionFmt( pSect->GetFmt(), bDelNodes ); in DeleteTOX()
657 const SwSection* pSect; in GetUniqueTOXBaseName() local
2392 if(pSect && pSect->GetFmt() && in IsTOXBaseInReadonly()
2408 if(pSect && pSect->GetFmt()) in GetAttrSet()
2409 return &pSect->GetFmt()->GetAttrSet(); in GetAttrSet()
2416 if( pSect && pSect->GetFmt() ) in SetAttrSet()
2417 pSect->GetFmt()->SetFmtAttr( rSet ); in SetAttrSet()
2427 if( pSect && pSect->GetFmt() ) in GetInfo()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx359 const SwSection* pSect = this; in CalcHiddenFlag() local
361 if( pSect->IsHidden() && pSect->IsCondHidden() ) in CalcHiddenFlag()
363 } while( 0 != ( pSect = pSect->GetParent()) ); in CalcHiddenFlag()
488 const SwSection* pSect = this; in Modify() local
490 if( pSect->IsProtect() ) in Modify()
495 pSect = pSect->GetParent(); in Modify()
496 } while (pSect); in Modify()
839 SwSection* pSect = GetSection(); in Modify() local
840 if( pSect && ( bClients || ( RES_SECTION_HIDDEN == nWhich ? in Modify()
841 !pSect->IsHiddenFlag() : pSect->IsHiddenFlag() ) ) ) in Modify()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx77 const SwSection* pSect = rSectFmts[ --n ]->GetGlobalDocSection(); in GetGlobalDocContent() local
78 if( pSect ) in GetGlobalDocContent()
81 switch( pSect->GetType() ) in GetGlobalDocContent()
85 ASSERT( pSect->ISA( SwTOXBaseSection ), "keine TOXBaseSection!" ); in GetGlobalDocContent()
86 pNew = new SwGlblDocContent( (SwTOXBaseSection*)pSect ); in GetGlobalDocContent()
90 pNew = new SwGlblDocContent( pSect ); in GetGlobalDocContent()
396 SwGlblDocContent::SwGlblDocContent( const SwSection* pSect ) in SwGlblDocContent() argument
399 PTR.pSect = pSect; in SwGlblDocContent()
401 const SwSectionNode* pSectNd = pSect->GetFmt()->GetSectionNode(); in SwGlblDocContent()
H A Dedsect.cxx111 SwSectionFrm* pSect = pFrm->FindSctFrm(); in GetAnySection() local
112 ASSERT( pSect, "GetAnySection: Where's my Sect?" ); in GetAnySection()
113 if( pSect->IsInFtn() && pSect->GetUpper()->IsInSct() ) in GetAnySection()
115 pSect = pSect->GetUpper()->FindSctFrm(); in GetAnySection()
116 ASSERT( pSect, "GetAnySection: Where's my SectFrm?" ); in GetAnySection()
118 return pSect->GetSection(); in GetAnySection()
H A Dedtox.cxx275 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GetTOXCount() local
276 if( TOX_CONTENT_SECTION == pSect->GetType() && in GetTOXCount()
277 pSect->GetFmt()->GetSectionNode() ) in GetTOXCount()
289 const SwSection* pSect = rFmts[ n ]->GetSection(); in GetTOX() local
290 if( TOX_CONTENT_SECTION == pSect->GetType() && in GetTOX()
291 pSect->GetFmt()->GetSectionNode() && in GetTOX()
294 ASSERT( pSect->ISA( SwTOXBaseSection ), "keine TOXBaseSection!" ); in GetTOX()
295 return (SwTOXBaseSection*)pSect; in GetTOX()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2827 SwSectionFrm* pSect = pFrm->FindSctFrm(); in GetSectionWidth() local
2831 if( pSect->KnowsFormat( rFmt ) ) in GetSectionWidth()
2832 return pSect->Frm().Width(); in GetSectionWidth()
2834 pSect = pSect->GetUpper()->FindSctFrm(); in GetSectionWidth()
2836 while( pSect ); in GetSectionWidth()
/trunk/main/sw/source/core/inc/
H A Dlayouter.hxx64 void _CollectEndnotes( SwSectionFrm* pSect );
123 void InsertEndnotes( SwSectionFrm* pSect );
131 static void CollectEndnotes( SwDoc* pDoc, SwSectionFrm* pSect );
132 static sal_Bool Collecting( SwDoc* pDoc, SwSectionFrm* pSect, SwFtnFrm* pFtn );
H A Dsectfrm.hxx85 sal_Bool IsDescendantFrom( const SwSectionFmt* pSect ) const;
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx116 SwSectionFrm *pSect = pNewUpper->FindSctFrm(); in ShouldBwdMoved() local
117 while( pSect && pSect->IsInFtn() ) in ShouldBwdMoved()
118 pSect = pSect->GetUpper()->FindSctFrm(); in ShouldBwdMoved()
119 ASSERT( pSect, "Escaping footnote" ); in ShouldBwdMoved()
120 if( pSect != pMySect ) in ShouldBwdMoved()
H A Dflowfrm.cxx735 while ( pSect ) in FindMaster()
738 return pSect; in FindMaster()
739 pSect = aIter.Next(); in FindMaster()
1995 if( pSect ) in MoveFwd()
2003 pSect->ColLock(); in MoveFwd()
2006 pSect->ColUnlock(); in MoveFwd()
2029 const bool bForceSimpleFormat = pSect && pSect->HasFollow() && in MoveFwd()
2628 if( pSect ) in MoveBwd()
2631 pSect->ColLock(); in MoveBwd()
2646 pSect->InvalidateSize(); in MoveBwd()
[all …]
H A Dfly.cxx1558 SwSectionFrm* pSect; in CalcCntnt() local
1568 pSect->CalcFtnCntnt(); in CalcCntnt()
1571 pSect = NULL; in CalcCntnt()
1575 if( pSect ) in CalcCntnt()
1577 if( pSect->HasFollow() ) in CalcCntnt()
1588 pSect->CalcFtnCntnt(); in CalcCntnt()
1589 pSect->CalcFtnCntnt(); in CalcCntnt()
1631 ( !pSect || pSect == pFrm->FindSctFrm() ) ) in CalcCntnt()
1841 if( pSect ) in CalcCntnt()
1846 pSect->CalcFtnCntnt(); in CalcCntnt()
[all …]
H A Dflycnt.cxx736 if( pSect ) in lcl_CalcDownDist()
741 if( pSect && !pSect->IsAnLower( pLay ) ) in lcl_CalcDownDist()
761 pSect = pNxtSect; in lcl_CalcDownDist()
765 pLay = pSect->GetUpper(); in lcl_CalcDownDist()
790 pSect = 0; in lcl_CalcDownDist()
814 bSct = 0 != pSect; in lcl_CalcDownDist()
834 if( bSct || pSect ) in lcl_CalcDownDist()
840 if( pSect && !pSect->IsAnLower( pLay ) ) in lcl_CalcDownDist()
848 pSect = pNxtSect; in lcl_CalcDownDist()
896 pSect = 0; in lcl_CalcDownDist()
[all …]
H A Dfrmtool.cxx2485 SwFrm* pSect = pLay->FindSctFrm(); in SaveCntnt() local
2491 } while ( pTmp != pSect ); in SaveCntnt()
H A Dftnfrm.cxx363 pSect->ToMaximize( sal_False ) && pSect->Growable() ) in GrowFrm()
365 pSect->InvalidateSize(); in GrowFrm()
638 if( pSect && !pSect->ToMaximize( sal_False ) && !pSect->IsColLocked() ) in Cut()
866 if( pSect ) in GetPrevFtnLeaf()
876 pSect = (SwSectionFrm*)pSect->FindMaster(); in GetPrevFtnLeaf()
877 if( !pSect || !pSect->Lower() ) in GetPrevFtnLeaf()
882 pBody = pSect; in GetPrevFtnLeaf()
1807 if( pSect && !pSect->IsJoinLocked() && ( bEnd ? !pSect->IsEndnAtEnd() : in AppendFtn()
1808 !pSect->IsFtnAtEnd() ) && pSect->Growable() ) in AppendFtn()
1809 pSect->InvalidateSize(); in AppendFtn()
[all …]
H A Dlaycache.cxx486 SwSectionFrm *pSect, in SwActualSection() argument
489 pSectFrm( pSect ), in SwActualSection()
494 const SwNodeIndex *pIndex = pSect->GetFmt()->GetCntnt().GetCntntIdx(); in SwActualSection()
H A Dlayhelp.hxx96 SwSectionFrm *pSect,
H A Dlayouter.cxx63 SwSectionFrm* pSect; member in SwEndnoter
79 if( !pSect ) in CollectEndnotes()
80 pSect = pSct; in CollectEndnotes()
81 else if( pSct != pSect ) in CollectEndnotes()
83 pSect->CollectEndnotes( pMaster ); in CollectEndnotes()
138 if( !pSect ) in InsertEndnotes()
142 pSect = NULL; in InsertEndnotes()
145 ASSERT( pSect->Lower() && pSect->Lower()->IsFtnBossFrm(), in InsertEndnotes()
149 : (SwFtnBossFrm*)pSect->Lower(); in InsertEndnotes()
153 pSect = NULL; in InsertEndnotes()
[all …]
H A Dsectfrm.cxx371 if( pSect && HasToBreak( pSect ) ) in Paste()
408 (pSect->*fnRect->fnMakePos)( pSect->GetUpper(), pSect->GetPrev(), sal_True); in Paste()
559 pNew->InsertBehind( pSect->GetUpper(), pSect ); in SplitSect()
898 pSect = pSect->GetFollow(); in FindLastCntnt()
917 pSect = pSect->FindMaster(); in FindLastCntnt()
957 ASSERT( (pSect->Lower() && pSect->Lower()->IsColumnFrm()) || pSect->GetUpper()->IsFtnFrm(), in lcl_FindEndnote()
991 pSect = pLayouter ? pSect->GetFollow() : NULL; in lcl_FindEndnote()
1003 if( pSect->Lower() && pSect->Lower()->IsColumnFrm() ) in lcl_ColumnRefresh()
1018 pSect = pSect->GetFollow(); in lcl_ColumnRefresh()
1590 if( pSect->HasFollow() && pSect->IsInDocBody() ) in GetNextSctLeaf()
[all …]

Completed in 248 milliseconds

12