| /trunk/main/sw/source/core/layout/ |
| H A D | tabfrm.cxx | 107 SwRowFrm *pNew = new SwRowFrm( *rLines[i], this ); in SwTabFrm() 195 SwRowFrm *pRow = (SwRowFrm*)Lower(); in RegistFlys() 199 pRow = (SwRowFrm*)pRow->GetNext(); in RegistFlys() 208 void MA_FASTCALL lcl_RecalcRow( SwRowFrm& rRow, long nBottom ); 220 SwTwips MA_FASTCALL lcl_CalcMinRowHeight( const SwRowFrm *pRow, 257 SwRowFrm* lcl_InsertNewFollowFlowLine( SwTabFrm& rTab, const SwFrm& rTmpRow, bool bRowSpanLine ) in lcl_InsertNewFollowFlowLine() 260 const SwRowFrm& rRow = (SwRowFrm&)rTmpRow; in lcl_InsertNewFollowFlowLine() 263 SwRowFrm *pFollowFlowLine = new SwRowFrm(*rRow.GetTabLine(), &rTab, false ); in lcl_InsertNewFollowFlowLine() 354 void lcl_ShrinkCellsAndAllContent( SwRowFrm& rRow ) in lcl_ShrinkCellsAndAllContent() 379 SwRowFrm* pTmpRow = (SwRowFrm*)pTmp; in lcl_ShrinkCellsAndAllContent() [all …]
|
| H A D | findfrm.cxx | 1507 SwCellFrm* lcl_FindCorrespondingCellFrm( const SwRowFrm& rOrigRow, in lcl_FindCorrespondingCellFrm() 1509 const SwRowFrm& rCorrRow, in lcl_FindCorrespondingCellFrm() 1530 SwRowFrm* pRow = (SwRowFrm*)pCell->Lower(); in lcl_FindCorrespondingCellFrm() 1532 pRow = (SwRowFrm*)pRow->GetNext(); in lcl_FindCorrespondingCellFrm() 1534 SwRowFrm* pCorrRow = 0; in lcl_FindCorrespondingCellFrm() 1539 SwRowFrm* pTmpRow = static_cast<SwRowFrm*>(pCorrCell->GetLastLower()); in lcl_FindCorrespondingCellFrm() 1594 const SwRowFrm* pFollowRow = NULL; in GetFollowCell() 1598 pRet = lcl_FindCorrespondingCellFrm( *((SwRowFrm*)pRow), *pThisCell, *pFollowRow, true ); in GetFollowCell() 1632 SwRowFrm* pMasterRow = static_cast<SwRowFrm*>(pMaster->GetLastLower()); in GetPreviousCell() 1634 … pRet = lcl_FindCorrespondingCellFrm( *((SwRowFrm*)pRow), *this, *pMasterRow, false ); in GetPreviousCell() [all …]
|
| H A D | softpagebreak.cxx | 109 SwIterator<SwRowFrm,SwFmt> aIter( *GetFrmFmt() ); in hasSoftPageBreak() 110 for( SwRowFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in hasSoftPageBreak()
|
| H A D | laycache.cxx | 791 pTmp = ((SwRowFrm*)pTmp)->Lower(); in CheckInsert() 890 SwRowFrm* pHeadline = 0; in CheckInsert() 895 … new SwRowFrm( *pTab->GetTable()->GetTabLines()[ nRowIdx ], pTab ); in CheckInsert()
|
| H A D | movedfwdfrmsbyobjpos.cxx | 72 bool SwMovedFwdFrmsByObjPos::DoesRowContainMovedFwdFrm( const SwRowFrm& _rRowFrm ) const in DoesRowContainMovedFwdFrm()
|
| H A D | frmtool.cxx | 169 … SwRowFrm* pLastRow = static_cast<SwRowFrm*>(pPreTab->GetLastLower()); in ~SwFrmNotify() 509 ((SwRowFrm*)pLay)->AdjustCells( nNew, sal_True); in ~SwLayNotify() 512 ((SwRowFrm*)pLay)->AdjustCells( 0, sal_False ); in ~SwLayNotify()
|
| H A D | objectformattertxtfrm.cxx | 666 const SwRowFrm* pMasterRow = pAnchorTxtFrm->IsInFollowFlowRow(); in CheckMovedFwdCondition()
|
| H A D | layouter.cxx | 414 const SwRowFrm& _rRowFrm ) in DoesRowContainMovedFwdFrm()
|
| H A D | paintfrm.cxx | 2279 const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pThisCell->GetUpper()); in HandleFrame() 2664 const SwRowFrm* pThisRowFrm = dynamic_cast<const SwRowFrm*>(rFrm.GetUpper()); in Insert() 2672 …(!pThisRowFrm->GetPrev() || static_cast<const SwRowFrm*>(pThisRowFrm->GetPrev())->IsRowSpanLine())… in Insert()
|
| /trunk/main/sw/source/core/inc/ |
| H A D | rowfrm.hxx | 33 class SwRowFrm: public SwLayoutFrm class 41 SwRowFrm* pFollowRow; 56 SwRowFrm( const SwTableLine &, SwFrm*, bool bInsertContent = true ); 57 ~SwRowFrm(); 75 SwRowFrm* GetFollowRow() const { return pFollowRow; } in GetFollowRow() 76 void SetFollowRow( SwRowFrm* pNew ) { pFollowRow = pNew; } in SetFollowRow() 104 DECL_FIXEDMEMPOOL_NEWDEL(SwRowFrm)
|
| H A D | movedfwdfrmsbyobjpos.hxx | 32 class SwRowFrm; 60 bool DoesRowContainMovedFwdFrm( const SwRowFrm& _rRowFrm ) const;
|
| H A D | layouter.hxx | 41 class SwRowFrm; 150 const SwRowFrm& _rRowFrm );
|
| H A D | frame.hxx | 45 class SwRowFrm; 607 const SwRowFrm* IsInSplitTableRow() const; 611 const SwRowFrm* IsInFollowFlowRow() const;
|
| H A D | tabfrm.hxx | 209 SwRowFrm* GetFirstNonHeadlineRow() const;
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 1659 if( rLns[ 0 ] == ((SwRowFrm*)aSttArr[ n ])->GetTabLine() && in lcl_FindStartEndRow() 1661 ((SwRowFrm*)aEndArr[ n ])->GetTabLine() ) in lcl_FindStartEndRow() 1990 pTmpCell = static_cast<const SwRowFrm*>(pTmpRow)->Lower(); in MakeSelUnions() 2132 SwRowFrm *pRow = new SwRowFrm( rLine, pUpper ); in lcl_InsertRow() 2292 SwIterator<SwRowFrm,SwFmt> aIter( *pFmt ); in DelFrms() 2293 for ( SwRowFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in DelFrms() 2309 SwRowFrm* pFirstNonHeadline = in DelFrms() 2406 SwRowFrm* pLower = 0; in lcl_UpdateRepeatedHeadlines() 2407 while ( 0 != ( pLower = (SwRowFrm*)rTabFrm.Lower() ) && pLower->IsRepeatedHeadline() ) in lcl_UpdateRepeatedHeadlines() 2414 pLower = (SwRowFrm*)rTabFrm.Lower(); in lcl_UpdateRepeatedHeadlines() [all …]
|
| H A D | fetab.cxx | 1177 const SwTableLine* pTabLine = static_cast<const SwRowFrm*>(pRow)->GetTabLine(); in lcl_GetRowNumber()
|
| /trunk/main/sw/source/core/text/ |
| H A D | EnhancedPDFExportHelper.cxx | 224 pKey = (void*)static_cast<const SwRowFrm&>(rFrm).GetTabLine(); in lcl_GetKeyFromFrame() 1232 … const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pMasterFrm->GetLower()); in BeginBlockStructureElements() 1247 pRowFrm = static_cast<const SwRowFrm*>(pRowFrm->GetNext()); in BeginBlockStructureElements() 1264 if ( !static_cast<const SwRowFrm*>(pFrm)->IsRepeatedHeadline() ) in BeginBlockStructureElements()
|
| H A D | widorp.cxx | 298 if ( static_cast<const SwRowFrm*>(pTmpFrm)->IsRowSplitAllowed() ) in WidowsAndOrphans()
|
| H A D | txtftn.cxx | 231 else if ( !((SwRowFrm*)pRow)->IsRowSplitAllowed() ) in lcl_GetFtnLower()
|
| H A D | pormulti.cxx | 1801 const SwTableLine* pLine = ((SwRowFrm*)pUpperFrm->GetUpper())->GetTabLine(); in BuildMultiPortion()
|
| /trunk/main/sw/source/core/table/ |
| H A D | swtable.cxx | 1680 SwIterator<SwRowFrm,SwFmt> aFrmIter( *pRet ); in ClaimFrmFmt() 1681 for( SwRowFrm* pFrm = aFrmIter.First(); pFrm; pFrm = aFrmIter.Next() ) in ClaimFrmFmt() 1698 SwIterator<SwRowFrm,SwFmt> aIter( *pOld ); in ChgFrmFmt() 1701 for( SwRowFrm* pRow = aIter.First(); pRow; pRow = aIter.Next() ) in ChgFrmFmt() 1744 SwIterator<SwRowFrm,SwFmt> aIter( *GetFrmFmt() ); in GetTableLineHeight() 1748 for( SwRowFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in GetTableLineHeight()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swtypes.cxx | 75 IMPL_FIXEDMEMPOOL_NEWDEL( SwRowFrm, 10, 10 )
|
| /trunk/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 211 SwIterator<SwRowFrm,SwFmt> aIter( *pFmt ); \ 212 for (SwRowFrm* pFrm=aIter.First(); pFrm; pFrm=aIter.Next())\ 522 SwRowFrm* GetRowFrm( SwTableLine& rLine ) in GetRowFrm() 524 SwIterator<SwRowFrm,SwFmt> aIter( *rLine.GetFrmFmt() ); in GetRowFrm() 525 for( SwRowFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in GetRowFrm() 1185 const SwRowFrm* pRow = GetRowFrm( *pSelBox->GetUpper() ); in OldSplitRow()
|
| /trunk/main/sw/source/core/access/ |
| H A D | acctable.cxx | 208 const SwTableLine* pLine = ((SwRowFrm*)pLower)->GetTabLine(); in CollectRowHeaderData() 252 const SwTableLine* pLine = ((SwRowFrm*)pLower)->GetTabLine(); in CollectColumnHeaderData()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 1147 if( pTblLn ? ((SwRowFrm*)pLast)->GetTabLine() == pTblLn in NewFrmFmt()
|