Home
last modified time | relevance | path

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

/aoo4110/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()
377 if ( pTmp && pTmp->IsRowFrm() ) in lcl_ShrinkCellsAndAllContent()
562 ((SwCellFrm*)pCell)->Lower()->IsRowFrm() ) in lcl_PreprocessRowsInCells()
632 pCurrMasterCell->Lower()->IsRowFrm() ) in lcl_PostprocessRowsInCells()
1007 if ( pTmpFrm->IsRowFrm() ) in lcl_FindSectionsInRow()
2475 while ( pTmpRow && !pTmpRow->IsRowFrm() ) in MakeAll()
4131 if ( pLow->IsRowFrm() ) in lcl_CalcMinCellHeight()
4241 if ( pCurrLower->Lower() && pCurrLower->Lower()->IsRowFrm() ) in lcl_GetTopSpace()
4434 if ( GetUpper()->GetUpper()->IsRowFrm() && in Format()
[all …]
H A Dfindfrm.cxx749 else if ( IsRowFrm() ) in _FindNext()
1514 ASSERT( pCell->Lower() && pCell->Lower()->IsRowFrm(), in lcl_FindCorrespondingCellFrm()
1554 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in GetFollowCell()
1602 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in GetPreviousCell()
1728 while( pRow && ( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) ) in IsInSplitTableRow()
1761 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.cxx4046 sal_uInt8 nSubCol = ( IsCellFrm() || IsRowFrm() ) ? SUBCOL_TAB : in PaintBorderLine()
4575 while( !pTmpFrm->IsRowFrm() || !pTmpFrm->GetUpper()->IsTabFrm() ) in lcl_GetCellFrmForBorderAttrs()
4578 if ( pTmpFrm->IsRowFrm() && in lcl_GetCellFrmForBorderAttrs()
4596 ASSERT( pTmpFrm && pTmpFrm->IsRowFrm(), "No RowFrm available" ); in lcl_GetCellFrmForBorderAttrs()
4657 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4682 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4685 if ( pLowerCell->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()
4715 if ( IsTabFrm() || IsCellFrm() || IsRowFrm() ) in PaintBorder()
6139 if ( IsTabFrm() || IsCellFrm() || IsRowFrm() ) in PaintSubsidiaryLines()
6150 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.cxx304 pToBeCheckedFrm->IsRowFrm() || in HasEnvironmentAutoSize()
H A Dtrvlfrm.cxx1928 if ( pCell->Lower() && pCell->Lower()->IsRowFrm() ) in MakeTblCrsrs()
H A Dfrmtool.cxx488 if ( pLay->IsRowFrm() ) in ~SwLayNotify()
H A Dwsfrm.cxx343 if ( IsRowFrm() ) in _UpdateAttrFrm()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/inc/
H A Dframe.hxx899 inline sal_Bool IsRowFrm() const;
1279 inline sal_Bool SwFrm::IsRowFrm() const in IsRowFrm() function in SwFrm
/aoo4110/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()

Completed in 201 milliseconds