Home
last modified time | relevance | path

Searched refs:pRowFrm (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2290 const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pThisCell->GetUpper()); in HandleFrame() local
2292 if ( !pRowFrm->IsRowSpanLine() || nRowSpan > 1 || nRowSpan < -1 ) in HandleFrame()
H A Dtabfrm.cxx634 SwRowFrm* pRowFrm = static_cast<SwRowFrm*>(pCurrMasterCell->GetLastLower()); in lcl_PostprocessRowsInCells() local
636 if ( NULL != pRowFrm->GetPrev() && !pRowFrm->ContainsCntnt() ) in lcl_PostprocessRowsInCells()
638 ASSERT( pRowFrm->GetFollowRow(), "Deleting row frame without follow" ) in lcl_PostprocessRowsInCells()
641 lcl_MoveFootnotes( rTab, *rTab.GetFollow(), *pRowFrm ); in lcl_PostprocessRowsInCells()
642 pRowFrm->Cut(); in lcl_PostprocessRowsInCells()
643 SwRowFrm* pFollowRow = pRowFrm->GetFollowRow(); in lcl_PostprocessRowsInCells()
644 pRowFrm->Paste( pFollowRow->GetUpper(), pFollowRow ); in lcl_PostprocessRowsInCells()
645 pRowFrm->SetFollowRow( pFollowRow->GetFollowRow() ); in lcl_PostprocessRowsInCells()
646 lcl_MoveRowContent( *pFollowRow, *pRowFrm ); in lcl_PostprocessRowsInCells()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1232 … const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pMasterFrm->GetLower()); in BeginBlockStructureElements() local
1234 while ( pRowFrm ) in BeginBlockStructureElements()
1236 const SwFrm* pCellFrm = pRowFrm->GetLower(); in BeginBlockStructureElements()
1247 pRowFrm = static_cast<const SwRowFrm*>(pRowFrm->GetNext()); in BeginBlockStructureElements()

Completed in 60 milliseconds