Lines Matching refs:pCol

379 			SwColumnFrm *pCol = (SwColumnFrm*)pParent->GetUpper();  in Paste()  local
380 while( !pSibling && 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste()
381 pSibling = ((SwLayoutFrm*)((SwColumnFrm*)pCol)->Lower())->Lower(); in Paste()
388 while ( 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste()
392 SwFrm* pSave = ::SaveCntnt( pCol ); in Paste()
961 SwColumnFrm* pCol = 0; in lcl_FindEndnote() local
963 pCol = (SwColumnFrm*)pSect->Lower(); in lcl_FindEndnote()
965 while( pCol ) // check all columns in lcl_FindEndnote()
967 SwFtnContFrm* pFtnCont = pCol->FindFtnCont(); in lcl_FindEndnote()
988 pCol = (SwColumnFrm*)pCol->GetNext(); in lcl_FindEndnote()
1005 SwColumnFrm *pCol = (SwColumnFrm*)pSect->Lower(); in lcl_ColumnRefresh() local
1007 { pCol->_InvalidateSize(); in lcl_ColumnRefresh()
1008 pCol->_InvalidatePos(); in lcl_ColumnRefresh()
1009 ((SwLayoutFrm*)pCol)->Lower()->_InvalidateSize(); in lcl_ColumnRefresh()
1010 pCol->Calc(); // calculation of column and in lcl_ColumnRefresh()
1011 ((SwLayoutFrm*)pCol)->Lower()->Calc(); // body in lcl_ColumnRefresh()
1012 pCol = (SwColumnFrm*)pCol->GetNext(); in lcl_ColumnRefresh()
1013 } while ( pCol ); in lcl_ColumnRefresh()
1802 SwLayoutFrm* pCol; in GetPrevSctLeaf()
1805 pCol = GetUpper(); in GetPrevSctLeaf()
1807 pCol = GetUpper()->GetUpper(); in GetPrevSctLeaf()
1809 pCol = NULL; in GetPrevSctLeaf()
1811 if( pCol ) in GetPrevSctLeaf()
1813 if( pCol->GetPrev() ) in GetPrevSctLeaf()
1817 pCol = (SwLayoutFrm*)pCol->GetPrev(); in GetPrevSctLeaf()
1819 if( ((SwLayoutFrm*)pCol->Lower())->Lower() ) in GetPrevSctLeaf()
1823 return (SwLayoutFrm*)pCol->Lower(); // Der Spaltenbody in GetPrevSctLeaf()
1826 } while( pCol->GetPrev() ); in GetPrevSctLeaf()
1830 pCol = (SwLayoutFrm*)pCol->Lower(); in GetPrevSctLeaf()
1833 pCol = NULL; in GetPrevSctLeaf()
1845 return pCol; in GetPrevSctLeaf()
1860 return pCol; in GetPrevSctLeaf()
1872 return pCol; in GetPrevSctLeaf()
1925 return pCol; in GetPrevSctLeaf()
2330 const SwFrm* pCol = GetUpper()->GetUpper()->GetPrev(); in _GetIndPrev() local
2331 while( pCol ) in _GetIndPrev()
2333 ASSERT( pCol->IsColumnFrm(), "GetIndPrev(): ColumnFrm expected" ); in _GetIndPrev()
2334 ASSERT( pCol->GetLower() && pCol->GetLower()->IsBodyFrm(), in _GetIndPrev()
2336 if( ((SwLayoutFrm*)((SwLayoutFrm*)pCol)->Lower())->Lower() ) in _GetIndPrev()
2338 pCol = pCol->GetPrev(); in _GetIndPrev()
2360 SwFrm* pCol = GetUpper()->GetUpper()->GetNext(); in _GetIndNext() local
2361 while( pCol ) in _GetIndNext()
2363 ASSERT( pCol->IsColumnFrm(), "GetIndNext(): ColumnFrm expected" ); in _GetIndNext()
2364 ASSERT( pCol->GetLower() && pCol->GetLower()->IsBodyFrm(), in _GetIndNext()
2366 if( ((SwLayoutFrm*)((SwLayoutFrm*)pCol)->Lower())->Lower() ) in _GetIndNext()
2368 pCol = pCol->GetNext(); in _GetIndNext()