Home
last modified time | relevance | path

Searched refs:pSct (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx153 void _RemoveFromList( SwSectionFrm* pSct ); // entfernt SectionFrms aus der Delete-Liste
314 void RemoveFromList( SwSectionFrm* pSct ) { if( pDestroy ) _RemoveFromList( pSct ); } in RemoveFromList() argument
317 sal_Bool IsInDelList( SwSectionFrm* pSct ) const; // Ist der SectionFrm in der Liste enthalten?
H A Dframe.hxx534 void InsertGroupBefore( SwFrm* pParent, SwFrm* pWhere, SwFrm* pSct );
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx115 if( pSct ) in ValidateFrm()
117 if( !pSct->IsColLocked() ) in ValidateFrm()
118 pSct->ColLock(); in ValidateFrm()
120 pSct = NULL; in ValidateFrm()
125 if( pSct ) in ValidateFrm()
126 pSct->ColUnlock(); in ValidateFrm()
294 if( pSct && !pSct->IsAnLower( this ) ) in CalcFollow()
296 if( pSct->GetFollow() ) in CalcFollow()
297 pSct->SimpleFormat(); in CalcFollow()
298 else if( ( pSct->IsVertical() && !pSct->Frm().Width() ) || in CalcFollow()
[all …]
H A Dtxtftn.cxx910 SwSectionFrm *pSct = pBoss->FindSctFrm(); in NewFtnPortion() local
911 sal_Bool bAtSctEnd = pSct && pSct->IsFtnAtEnd(); in NewFtnPortion()
920 ( pSct && pBoss->GetPrev() ) ) ) in NewFtnPortion()
932 if( pSct && !bAtSctEnd ) // liegt unser Container in einem (spaltigen) Bereich? in NewFtnPortion()
H A Dwidorp.cxx75 SwSectionFrm* pSct; in SwTxtFrmBreak() local
77 ( pFrm->IsInSct() && (pSct=pFrm->FindSctFrm())->Lower()->IsColumnFrm() in SwTxtFrmBreak()
78 && !pSct->MoveAllowed( pFrm ) ) || in SwTxtFrmBreak()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx357 const SwSectionFrm* pSct = pCnt->FindSctFrm(); in PaintCntnt() local
358 if( pSct->IsRetouche() && !pSct->GetNext() ) in PaintCntnt()
359 pTmp = pSct; in PaintCntnt()
1284 const SwSectionFrm *pSct = ((SwFrm*)pCntnt)->ImplFindSctFrm(); in IsShortCut() local
1285 if ( !pSct->IsValid() ) in IsShortCut()
1287 pSct->Calc(); in IsShortCut()
1288 pSct->SetCompletePaint(); in IsShortCut()
1325 const SwSectionFrm *pSct = ((SwFrm*)pCntnt)->ImplFindSctFrm(); in IsShortCut() local
1326 if ( !pSct->IsValid() ) in IsShortCut()
1328 pSct->Calc(); in IsShortCut()
[all …]
H A Dfrmtool.cxx1684 if( pSct && ((pFtnFrm && !pSct->IsInFtn()) || pUpper->IsCellFrm()) ) in MakeFrms()
1685 pSct = NULL; in MakeFrms()
1686 if( pSct ) in MakeFrms()
1689 pSct->ColLock(); in MakeFrms()
1817 pUpper = pSct->GetUpper(); in MakeFrms()
1818 pPrv = pSct->GetPrev(); in MakeFrms()
1836 if( bSplit && pSct && pSct->GetNext() in MakeFrms()
1838 pSct->MergeNext( (SwSectionFrm*)pSct->GetNext() ); in MakeFrms()
1851 pSct->ColUnlock(); in MakeFrms()
1855 if( !pSct->ContainsCntnt() ) in MakeFrms()
[all …]
H A Dtabfrm.cxx1824 if ( pSct && pSct->IsColBodyFrm() && in lcl_NoPrev()
1825 (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in lcl_NoPrev()
3692 if( !pSct->IsFollow() ) in Cut()
3694 pSct->_InvalidatePrt(); in Cut()
3695 pSct->InvalidatePage( pPage ); in Cut()
3720 if( !pSct->IsFollow() ) in Cut()
3722 pSct->_InvalidatePrt(); in Cut()
3723 pSct->InvalidatePage( pPage ); in Cut()
3736 SwSectionFrm *pSct = 0; in Cut() local
3746 pSct->DelEmpty( sal_False ); in Cut()
[all …]
H A Dcalcmove.cxx1208 SwSectionFrm* pSct = pFtn->FindSctFrm(); in MakeAll() local
1213 if( !pSct || pSct->IsColLocked() || !pSct->Growable() ) in MakeAll()
1523 SwSectionFrm *pSct = FindSctFrm(); in MakeAll() local
1524 if( pSct && !pSct->GetValidSizeFlag() ) in MakeAll()
1527 if( pNxtSct && pSct->IsAnFollow( pNxtSct ) ) in MakeAll()
1981 const SwSectionFrm* pSct = pFrm->FindSctFrm(); in _WouldFit() local
1982 bCommonBorder = pSct->GetFmt()->GetBalancedColumns().GetValue(); in _WouldFit()
H A Dlaycache.cxx963 SwSectionFrm *pSct; in CheckInsert() local
967 pSct = rpActualSection->GetSectionFrm(); in CheckInsert()
968 pSct->Remove(); in CheckInsert()
972 pSct = new SwSectionFrm( in CheckInsert()
977 rpActualSection->SetSectionFrm( pSct ); in CheckInsert()
978 pSct->InsertBehind( rpLay, 0 ); in CheckInsert()
980 pSct->Init(); in CheckInsert()
981 pSct->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
982 pSct->Frm().Pos().Y() += 1; //wg. Benachrichtigungen. in CheckInsert()
984 rpLay = pSct; in CheckInsert()
H A Dwsfrm.cxx690 if( pSct ) in InsertGroupBefore()
701 pLast->pNext = pSct; in InsertGroupBefore()
702 pSct->pPrev = pLast; in InsertGroupBefore()
713 if( pSct->GetNext() ) in InsertGroupBefore()
714 pSct->GetNext()->pPrev = pSct; in InsertGroupBefore()
988 if( !pSct->IsFollow() ) in Cut()
990 pSct->_InvalidatePrt(); in Cut()
1019 if( !pSct->IsFollow() ) in Cut()
1021 pSct->_InvalidatePrt(); in Cut()
1082 if ( pSct->IsColLocked() || !pSct->IsInFtn() || in Cut()
[all …]
H A Dsectfrm.cxx2322 if( !pSct ) in _GetIndPrev()
2324 if( pSct->IsSctFrm() ) in _GetIndPrev()
2325 pRet = pSct->GetIndPrev(); in _GetIndPrev()
2326 else if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndPrev()
2340 pRet = pSct->GetIndPrev(); in _GetIndPrev()
2352 SwFrm* pSct = GetUpper(); in _GetIndNext() local
2353 if( !pSct ) in _GetIndNext()
2355 if( pSct->IsSctFrm() ) in _GetIndNext()
2356 return pSct->GetIndNext(); in _GetIndNext()
2357 if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndNext()
[all …]
H A Dftnfrm.cxx130 SwSectionFrm* pSct = rpBoss->FindSctFrm()->GetFollow(); in lcl_NextFtnBoss() local
131 if( pSct ) in lcl_NextFtnBoss()
133 ASSERT( pSct->Lower() && pSct->Lower()->IsColumnFrm(), in lcl_NextFtnBoss()
135 rpBoss = (SwColumnFrm*)pSct->Lower(); in lcl_NextFtnBoss()
137 rpPage = pSct->FindPageFrm(); in lcl_NextFtnBoss()
1767 SwSectionFrm* pSct = pBoss->FindSctFrm(); in AppendFtn() local
1768 if( bEnd ? !pSct->IsEndnAtEnd() : !pSct->IsFtnAtEnd() ) in AppendFtn()
1770 SwFtnContFrm* pFtnCont = pSct->FindFtnBossFrm(!bEnd)->FindFtnCont(); in AppendFtn()
H A Dlayouter.cxx69 void CollectEndnotes( SwSectionFrm* pSct );
76 void SwEndnoter::CollectEndnotes( SwSectionFrm* pSct ) in CollectEndnotes() argument
78 ASSERT( pSct, "CollectEndnotes: Which section?" ); in CollectEndnotes()
80 pSect = pSct; in CollectEndnotes()
81 else if( pSct != pSect ) in CollectEndnotes()
H A Dfindfrm.cxx513 SwSectionFrm* pSct = pRet->FindSctFrm(); in FindFtnBossFrm() local
514 ASSERT( pSct, "FindFtnBossFrm: Single column outside section?" ); in FindFtnBossFrm()
515 if( !pSct->IsFtnAtEnd() ) in FindFtnBossFrm()
516 return pSct->FindFtnBossFrm( sal_True ); in FindFtnBossFrm()
849 SwSectionFrm* pSct = pRet->FindSctFrm(); in _FindNext() local
852 if( !pSct->IsAnLower( this ) && in _FindNext()
853 (!bFtn || pSct->IsInFtn() ) ) in _FindNext()
854 return pSct; in _FindNext()
H A Dflowfrm.cxx632 SwSectionFrm *pSct; in MoveSubTree() local
638 !pSct->ContainsAny( true ) ) ) in MoveSubTree()
641 pSct->DelEmpty( sal_False ); in MoveSubTree()
1865 if( pSct && !pSct->GetValidSizeFlag() ) in CheckMoveFwd()
2597 SwSectionFrm* pSct = rThis.FindSctFrm(); in MoveBwd() local
2600 if( pSct->IsInFtn() ) in MoveBwd()
2615 pSct = new SwSectionFrm( *pSct, sal_True ); in MoveBwd()
2616 pSct->Paste( pNewUpper ); in MoveBwd()
2617 pSct->Init(); in MoveBwd()
2618 pNewUpper = pSct; in MoveBwd()
[all …]
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx706 const SwFrm* pSct = pUpperOfOrientFrm->FindSctFrm(); in CalcPosition() local
707 pUpperOfOrientFrm = pSct->GetUpper(); in CalcPosition()
710 (pSct->*fnRect->fnGetPrtBottom)() ); in CalcPosition()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2839 for ( SwSectionFrm* pSct = aIter.First(); pSct; pSct = aIter.Next() ) in GetSectionWidth() local
2841 if( !pSct->IsFollow() ) in GetSectionWidth()
2843 return pSct->Frm().Width(); in GetSectionWidth()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1138 SwSectionFrm *pSct = new SwSectionFrm( pS->GetSection(), pFrm ); in MakeFrms() local
1141 SwLayoutFrm* pUp = pSct; in MakeFrms()
1165 pNew = pSct; in MakeFrms()
H A Dnode2lay.cxx229 SwSectionFrm* pSct = pRet->FindSctFrm(); in NextFrm() local
235 if( !pRet->IsInFtn() || pSct->IsInFtn() ) in NextFrm()
237 ASSERT( pSct && pSct->GetSection(), "Where's my section?" ); in NextFrm()
238 SwSectionNode* pNd = pSct->GetSection()->GetFmt()->GetSectionNode(); in NextFrm()
246 pRet = pSct; in NextFrm()
249 pRet = pSct; in NextFrm()

Completed in 171 milliseconds