Home
last modified time | relevance | path

Searched refs:IsRowFrm (Results 1 – 18 of 18) sorted by relevance

/AOO42X/main/sw/source/core/layout/
H A Dtabfrm.cxx116 ASSERT( Lower() && Lower()->IsRowFrm(), "SwTabFrm::SwTabFrm: No rows." ); in SwTabFrm()
190 ASSERT( Lower() && Lower()->IsRowFrm(), "Keine Zeilen." ); in RegistFlys()
259 ASSERT( rTmpRow.IsRowFrm(), "No row frame to copy for FollowFlowLine" ) in lcl_InsertNewFollowFlowLine()
377 if ( pTmp && pTmp->IsRowFrm() ) in lcl_ShrinkCellsAndAllContent()
430 if ( pCurrSourceCell->Lower() && pCurrSourceCell->Lower()->IsRowFrm() ) in lcl_MoveRowContent()
515 if ( pCurrLastLineCell->Lower() && pCurrLastLineCell->Lower()->IsRowFrm() ) in lcl_PreprocessRowsInCells()
562 ((SwCellFrm*)pCell)->Lower()->IsRowFrm() ) in lcl_PreprocessRowsInCells()
632 pCurrMasterCell->Lower()->IsRowFrm() ) in lcl_PostprocessRowsInCells()
1007 if ( pTmpFrm->IsRowFrm() ) in lcl_FindSectionsInRow()
1137 if ( pLowerCell->Lower() && pLowerCell->Lower()->IsRowFrm() ) in Split()
[all …]
H A Dfindfrm.cxx762 else if ( IsRowFrm() ) in _FindNext()
1527 ASSERT( pCell->Lower() && pCell->Lower()->IsRowFrm(), in lcl_FindCorrespondingCellFrm()
1567 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in GetFollowCell()
1615 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in GetPreviousCell()
1741 while( pRow && ( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) ) in IsInSplitTableRow()
1774 while( pRow && ( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) ) in IsInFollowFlowRow()
H A Dssfrm.cxx659 SwRect aRect = IsRowFrm() ? GetUpper()->Frm() : Frm(); in PaintArea()
676 if( pTmp->IsRowFrm() && nRowSpan > 1 ) in PaintArea()
688 pTmp->IsCellFrm() || pTmp->IsRowFrm() || //nobody leaves a table! in PaintArea()
H A Dpaintfrm.cxx4128 sal_uInt8 nSubCol = ( IsCellFrm() || IsRowFrm() ) ? SUBCOL_TAB : in PaintBorderLine()
4648 while( !pTmpFrm->IsRowFrm() || !pTmpFrm->GetUpper()->IsTabFrm() ) in lcl_GetCellFrmForBorderAttrs()
4651 if ( pTmpFrm->IsRowFrm() && in lcl_GetCellFrmForBorderAttrs()
4669 ASSERT( pTmpFrm && pTmpFrm->IsRowFrm(), "No RowFrm available" ); in lcl_GetCellFrmForBorderAttrs()
4730 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4755 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4758 if ( pLowerCell->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4788 if ( IsTabFrm() || IsCellFrm() || IsRowFrm() ) in PaintBorder()
6210 if ( IsTabFrm() || IsCellFrm() || IsRowFrm() ) in PaintSubsidiaryLines()
6221 IsRowFrm() || in PaintSubsidiaryLines()
[all …]
H A Dsoftpagebreak.cxx62 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() || in fillSoftPageBreakList()
H A Ddbg_lay.cxx529 else if( pFrm->IsRowFrm() ) in lcl_FrameType()
H A Dflylay.cxx293 pToBeCheckedFrm->IsRowFrm() || in HasEnvironmentAutoSize()
H A Dtrvlfrm.cxx1928 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in MakeTblCrsrs()
H A Dfrmtool.cxx504 if ( pLay->IsRowFrm() ) in ~SwLayNotify()
H A Dwsfrm.cxx343 if ( IsRowFrm() ) in _UpdateAttrFrm()
/AOO42X/main/sw/source/core/access/
H A Dacctable.cxx170 if( pLower->IsRowFrm() ) in CollectData()
205 if( pLower->IsRowFrm() ) in CollectRowHeaderData()
249 if( pLower->IsRowFrm() ) in CollectColumnHeaderData()
309 if ( !pLower->IsRowFrm() || in CollectExtents()
357 if ( !pLower->IsRowFrm() || in FindCell()
424 if ( !pLower->IsRowFrm() || in GetSelection()
2059 if ( !rLower.GetSwFrm()->IsRowFrm() || in getAccessibleChildCount()
/AOO42X/main/sw/source/core/frmedt/
H A Dtblsel.cxx425 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in GetTblSel()
628 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in ChkChartSel()
835 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in GetAutoSumSel()
906 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in GetAutoSumSel()
1209 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in GetMergeSel()
1988 while ( pTmpRow && pTmpRow->IsRowFrm() ) in MakeSelUnions()
2008 if ( pFirst->Lower() && pFirst->Lower()->IsRowFrm() ) in MakeSelUnions()
2112 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in CheckSplitCells()
H A Dfetab.cxx1921 while( pFrm->Lower() && pFrm->Lower()->IsRowFrm() ) in SelTblRowCol()
2048 while( pFrm->Lower() && pFrm->Lower()->IsRowFrm() ) in WhichMouseTabCol()
/AOO42X/main/sw/source/core/inc/
H A Dframe.hxx908 inline sal_Bool IsRowFrm() const;
1291 inline sal_Bool SwFrm::IsRowFrm() const in IsRowFrm() function in SwFrm
/AOO42X/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx223 else if ( rFrm.IsRowFrm() ) in lcl_GetKeyFromFrame()
353 ( rFrm.IsRowFrm() && rFrm.IsInFollowFlowRow() ) || in CheckReopenTag()
470 ( rFrm.IsRowFrm() && rFrm.IsInSplitTableRow() ) || in BeginTag()
H A Dwidorp.cxx296 while ( !pTmpFrm->IsRowFrm() ) in WidowsAndOrphans()
H A Dtxtio.cxx105 else if( pFrm->IsRowFrm() ) in lcl_OutFrame()
H A Dtxtftn.cxx218 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in lcl_GetFtnLower()