Home
last modified time | relevance | path

Searched refs:pCellFrm (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx867 while ( pCellFrm ) in lcl_AdjustRowSpanCells()
879 pCellFrm = static_cast<SwCellFrm*>(pCellFrm->GetNext()); in lcl_AdjustRowSpanCells()
1311 while ( pCellFrm ) in Split()
1319 pCellFrm = static_cast<const SwCellFrm*>(pCellFrm->GetNext()); in Split()
1724 while ( pCellFrm ) in lcl_RecalcRow()
1738 pCellFrm = static_cast<SwCellFrm*>(pCellFrm->GetNext()); in lcl_RecalcRow()
4532 pCellFrm->_InvalidatePrt(); in AdjustCells()
4548 pToAdjust = pCellFrm; in AdjustCells()
4625 SwFrm* pCellFrm( GetLower() ); in Cut() local
4626 while ( pCellFrm ) in Cut()
[all …]
H A Dflylay.cxx1136 const SwFrm* pCellFrm = const_cast<SwFlyFrm*>(pFly) in CalcClipRect() local
1138 while ( pCellFrm && !pCellFrm->IsCellFrm() ) in CalcClipRect()
1140 pCellFrm = pCellFrm->GetUpper(); in CalcClipRect()
1142 if ( pCellFrm ) in CalcClipRect()
1144 aTmp = pCellFrm->Prt(); in CalcClipRect()
1145 aTmp += pCellFrm->Frm().Pos(); in CalcClipRect()
H A Dflycnt.cxx560 const SwFrm* pCellFrm = GetAnchorFrm(); in MakeAll() local
561 while ( pCellFrm && !pCellFrm->IsCellFrm() ) in MakeAll()
563 pCellFrm = pCellFrm->GetUpper(); in MakeAll()
565 if ( pCellFrm ) in MakeAll()
567 SWRECTFN( pCellFrm ) in MakeAll()
568 if ( (pCellFrm->Frm().*fnRect->fnGetTop)() == 0 && in MakeAll()
569 (pCellFrm->Frm().*fnRect->fnGetHeight)() == 0 ) in MakeAll()
/trunk/main/sw/source/core/access/
H A Dacccell.cxx113 const SwCellFrm *pCellFrm ) in SwAccessibleCell() argument
114 : SwAccessibleContext( pInitMap, AccessibleRole::TABLE_CELL, pCellFrm ) in SwAccessibleCell()
121 OUString sBoxName( pCellFrm->GetTabBox()->GetName() ); in SwAccessibleCell()
382 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>( GetFrm() ); in GetTblBoxFormat() local
383 return pCellFrm->GetTabBox()->GetFrmFmt(); in GetTblBoxFormat()
395 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>( GetFrm() ); in getCurrentValue() local
396 const SwStartNode *pSttNd = pCellFrm->GetTabBox()->GetSttNd(); in getCurrentValue()
H A Dacctable.cxx448 return pCellFrm; in GetCell()
746 const SwCellFrm* pCellFrm = in GetTableBox() local
748 pBox = pCellFrm->GetTabBox(); in GetTableBox()
1101 if( pCellFrm ) in getAccessibleRowExtentAt()
1103 sal_Int32 nBottom = pCellFrm->Frm().Bottom(); in getAccessibleRowExtentAt()
1133 if( pCellFrm ) in getAccessibleColumnExtentAt()
1135 sal_Int32 nRight = pCellFrm->Frm().Right(); in getAccessibleColumnExtentAt()
1302 const SwFrm *pCellFrm = in getAccessibleCellAt()
1304 if( pCellFrm ) in getAccessibleCellAt()
1305 xRet = GetMap()->GetContext( pCellFrm, sal_True ); in getAccessibleCellAt()
[all …]
H A Dacccell.hxx70 SwAccessibleCell( SwAccessibleMap* pInitMap, const SwCellFrm *pCellFrm );
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1236 const SwFrm* pCellFrm = pRowFrm->GetLower(); in BeginBlockStructureElements() local
1238 const long nLeft = (pCellFrm->Frm().*fnRect->fnGetLeft)(); in BeginBlockStructureElements()
1241 while ( pCellFrm ) in BeginBlockStructureElements()
1243 const long nRight = (pCellFrm->Frm().*fnRect->fnGetRight)(); in BeginBlockStructureElements()
1245 pCellFrm = pCellFrm->GetNext(); in BeginBlockStructureElements()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx549 inline void InsertCell( SvPtrarr& rCellArr, SwCellFrm* pCellFrm ) in InsertCell() argument
551 if( USHRT_MAX == rCellArr.GetPos( pCellFrm ) ) in InsertCell()
552 rCellArr.Insert( pCellFrm, rCellArr.Count() ); in InsertCell()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1656 const SwCellFrm* pCellFrm = (SwCellFrm*)aSttArr[ n-1 ]; in lcl_FindStartEndRow() local
1657 const SwTableLines& rLns = pCellFrm-> in lcl_FindStartEndRow()
1663 rpStart = rpEnd = pCellFrm; in lcl_FindStartEndRow()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2830 const SwCellFrm * pCellFrm = static_cast<const SwCellFrm *>(pFrm); in getNextTableBoxsCellFrm() local
2831 const SwTableBox * pTabBox = pCellFrm->GetTabBox(); in getNextTableBoxsCellFrm()
2836 pResult = pCellFrm; in getNextTableBoxsCellFrm()

Completed in 123 milliseconds