/trunk/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 356 SwCellFrm* pCurrMasterCell = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_ShrinkCellsAndAllContent() 424 SwCellFrm* pCurrDestCell = (SwCellFrm*)rDestLine.Lower(); in lcl_MoveRowContent() 425 SwCellFrm* pCurrSourceCell = (SwCellFrm*)rSourceLine.Lower(); in lcl_MoveRowContent() 505 SwCellFrm* pCurrLastLineCell = (SwCellFrm*)rLastLine.Lower(); in lcl_PreprocessRowsInCells() 628 SwCellFrm* pCurrMasterCell = (SwCellFrm*)rLastLine.Lower(); in lcl_PostprocessRowsInCells() 866 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(pRow->GetLower()); in lcl_AdjustRowSpanCells() 998 SwCellFrm* pLower = (SwCellFrm*)rRow.Lower(); in lcl_FindSectionsInRow() 1484 SwCellFrm* pThisCell = dynamic_cast<SwCellFrm*>(pFrm); in SwInvalidateAll() 1651 SwCellFrm* pThisCell = dynamic_cast<SwCellFrm*>(pFrm); in lcl_InnerCalcLayout() 4517 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(pFrm); in AdjustCells() [all …]
|
H A D | findfrm.cxx | 151 return (const SwCellFrm*)pCnt; in FirstCell() 1512 SwCellFrm* pRet = NULL; in lcl_FindCorrespondingCellFrm() 1513 SwCellFrm* pCell = (SwCellFrm*)rOrigRow.Lower(); in lcl_FindCorrespondingCellFrm() 1514 SwCellFrm* pCorrCell = (SwCellFrm*)rCorrRow.Lower(); in lcl_FindCorrespondingCellFrm() 1555 SwCellFrm* SwCellFrm::GetFollowCell() const in GetFollowCell() 1557 SwCellFrm* pRet = NULL; in GetFollowCell() 1577 const SwCellFrm* pThisCell = this; in GetFollowCell() 1604 SwCellFrm* SwCellFrm::GetPreviousCell() const in GetPreviousCell() 1606 SwCellFrm* pRet = NULL; in GetPreviousCell() 1645 const SwCellFrm& SwCellFrm::FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTableOnly ) const in FindStartEndOfRowSpanCell() [all …]
|
H A D | wsfrm.cxx | 228 void SwCellFrm::CheckDirection( sal_Bool bVert ) in CheckDirection() 1311 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Grow() 1357 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Shrink() 2509 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in GrowFrm() 2512 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm() 2559 ( !IsCellFrm() || static_cast<SwCellFrm*>(this)->GetLayoutRowSpan() > 1 ) ) in GrowFrm() 2702 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in ShrinkFrm() 2706 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in ShrinkFrm()
|
H A D | trvlfrm.cxx | 353 sal_Bool SwCellFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint, in GetCrsrOfst() 620 ((SwCellFrm*)pCell)->GetFollowCell() : in lcl_UpDown() 621 ((SwCellFrm*)pCell)->GetPreviousCell(); in lcl_UpDown() 628 ((SwCellFrm*)pCell)->GetFollowCell() : in lcl_UpDown() 629 ((SwCellFrm*)pCell)->GetPreviousCell(); in lcl_UpDown() 1922 ((SwCellFrm*)pCell)->GetTabBox(); in MakeTblCrsrs() 2480 … ( (SwCellFrm*) pStartFrm->GetUpper() )->GetTabBox() : in CalcFrmRects() 2499 … ( (SwCellFrm*) pCntnt->GetUpper() )->GetTabBox() : in CalcFrmRects()
|
H A D | ssfrm.cxx | 239 ((SwCellFrm*)this)->GetTabBox()->getRowSpan() == 1 ) in CheckDirChange() 241 SwTableLine* pLine = (SwTableLine*)((SwCellFrm*)this)->GetTabBox()->GetUpper(); in CheckDirChange() 673 nRowSpan = ((SwCellFrm*)pTmp)->GetTabBox()->getRowSpan(); in PaintArea()
|
/trunk/main/sw/source/core/inc/ |
H A D | cellfrm.hxx | 34 class SwCellFrm: public SwLayoutFrm class 43 SwCellFrm( const SwTableBox &, SwFrm*, bool bInsertContent = true ); 44 ~SwCellFrm(); 58 SwCellFrm* GetFollowCell() const; 59 SwCellFrm* GetPreviousCell() const; 62 const SwCellFrm& FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTab ) const; 65 DECL_FIXEDMEMPOOL_NEWDEL(SwCellFrm)
|
H A D | layfrm.hxx | 35 class SwCellFrm; 110 const SwCellFrm *FirstCell() const; 111 inline SwCellFrm *FirstCell(); 178 inline SwCellFrm* SwLayoutFrm::FirstCell() in FirstCell() 180 return (SwCellFrm*)(((const SwLayoutFrm*)this)->FirstCell()); in FirstCell()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 601 ((SwCellFrm*)pBox)->GetTabBox(), sal_True); in _GetTabCols() 614 GetDoc()->GetTabCols( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabCols() 677 GetDoc()->GetTabRows( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabRows() 705 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetTabCols() 1744 const SwCellFrm *pFrm = 0; in GetBox() 1916 const SwCellFrm* pFrm = in SelTblRowCol() 2037 SwCellFrm* pFrm = (SwCellFrm*)GetBox( rPt, &bRow, 0 ); in WhichMouseTabCol() 2042 pFrm = (SwCellFrm*)GetBox( rPt, &bRow, &bCol ); in WhichMouseTabCol() 2049 pFrm = (SwCellFrm*)((SwLayoutFrm*)pFrm->Lower())->Lower(); in WhichMouseTabCol() 2379 *(SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(), in SetColRowWidthHeight() [all …]
|
H A D | tblsel.cxx | 111 SV_IMPL_PTRARR( SwCellFrms, SwCellFrm* ) 148 const SwCellFrm* pFrm; 150 _Sort_CellFrm( const SwCellFrm& rCFrm ) in _Sort_CellFrm() 330 const SwCellFrm* pCurrentTopLeftFrm = 0; in GetTblSel() 331 const SwCellFrm* pCurrentTopRightFrm = 0; in GetTblSel() 332 const SwCellFrm* pCurrentBottomLeftFrm = 0; in GetTblSel() 375 ((SwCellFrm*)pCell)->GetTabBox(); in GetTblSel() 808 const SwCellFrm* pUpperCell = 0; in GetAutoSumSel() 830 pUpperCell = (SwCellFrm*)pCell; in GetAutoSumSel() 900 const SwCellFrm* pC = (SwCellFrm*)pCell; in GetAutoSumSel() [all …]
|
/trunk/main/sw/source/core/access/ |
H A D | acccell.cxx | 79 const SwCellFrm *pCFrm = in IsSelected() 80 static_cast< const SwCellFrm * >( GetFrm() ); in IsSelected() 113 const SwCellFrm *pCellFrm ) in SwAccessibleCell() 382 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>( GetFrm() ); in GetTblBoxFormat() 395 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>( GetFrm() ); in getCurrentValue()
|
H A D | acccell.hxx | 37 class SwCellFrm; 70 SwAccessibleCell( SwAccessibleMap* pInitMap, const SwCellFrm *pCellFrm );
|
H A D | acctable.cxx | 393 const SwCellFrm *pCFrm = in GetSelection() 394 static_cast < const SwCellFrm * >( pLower ); in GetSelection() 746 const SwCellFrm* pCellFrm = in GetTableBox() 747 static_cast<const SwCellFrm*>( pChildFrm ); in GetTableBox() 1341 const SwCellFrm *pCFrm = static_cast < const SwCellFrm * >( pFrm ); in isAccessibleSelected()
|
H A D | accfrmobj.cxx | 138 static_cast<const SwCellFrm *>( mpFrm )->GetTabBox()->GetSttNd() != 0 ) && in IsAccessible()
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 1608 pRet = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in GetTblBox() 1907 SwIterator<SwCellFrm,SwFmt> aFrmIter( *pRet ); in ClaimFrmFmt() 1924 SwIterator<SwCellFrm,SwFmt> aIter( *pOld ); in ChgFrmFmt() 2747 const SwCellFrm * m_pCellFrm; 2769 const SwCellFrm * getCellFrm() const { return m_pCellFrm; } in getCellFrm() 2772 const SwCellFrm * getNextCellFrm(const SwFrm * pFrm); 2810 const SwCellFrm * pResult = NULL; in getNextCellFrm() 2816 pResult = static_cast<const SwCellFrm *>(pFrm); in getNextCellFrm() 2826 const SwCellFrm * pResult = NULL; in getNextTableBoxsCellFrm() 2830 const SwCellFrm * pCellFrm = static_cast<const SwCellFrm *>(pFrm); in getNextTableBoxsCellFrm() [all …]
|
H A D | swnewtable.cxx | 592 SwIterator<SwCellFrm,SwFmt> aIter( *rBox.GetFrmFmt() ); in lcl_InvalidateCellFrm() 593 for( SwCellFrm* pCell = aIter.First(); pCell; pCell = aIter.Next() ) in lcl_InvalidateCellFrm()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 549 inline void InsertCell( SvPtrarr& rCellArr, SwCellFrm* pCellFrm ) in InsertCell() 568 ::InsertCell( rArr, (SwCellFrm*)pCell ); in lcl_CollectCells() 667 SwCellFrm *pCell = (SwCellFrm*)aCellArr[j]; in SetTabBorders() 856 SwCellFrm *pCell = ( SwCellFrm* )aCellArr[j]; in SetTabLineStyle() 942 const SwCellFrm *pCell = (const SwCellFrm*)aCellArr[j]; in GetTabBorders() 1464 GetTabCols( aTabCols, 0, (SwCellFrm*)pBoxFrm ); in AdjustCellWidth() 1568 SetTabCols( aTabCols, sal_False, 0, (SwCellFrm*)pBoxFrm ); in AdjustCellWidth()
|
H A D | ndtbl.cxx | 2571 const SwCellFrm* pBoxFrm ) const in GetTabCols() 2597 pBoxFrm = (SwCellFrm*)pTmpFrm; in GetTabCols() 2639 bool lcl_IsFrmInColumn( const SwCellFrm& rFrm, SwSelBoxes& rBoxes ) in lcl_IsFrmInColumn() 2655 const SwCellFrm* pBoxFrm ) const in GetTabRows() 2756 aHidden[ nTmpVal ] = !lcl_IsFrmInColumn( *((SwCellFrm*)pFrm), aBoxes ); in GetTabRows() 2760 lcl_IsFrmInColumn( *((SwCellFrm*)pFrm), aBoxes ) ) in GetTabRows() 2796 const SwCursor* pCrsr, const SwCellFrm* pBoxFrm ) in SetTabCols() 2822 pBoxFrm = (SwCellFrm*)pTmpFrm; in SetTabCols() 2872 const SwCellFrm* pBoxFrm ) in SetTabRows() 2952 … const SwFrm* pCntnt = ::GetCellCntnt( static_cast<const SwCellFrm&>(*pFrm) ); in SetTabRows() [all …]
|
/trunk/main/sw/source/core/edit/ |
H A D | edtab.cxx | 318 SwTableBox *pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in GetTblBoxFormulaAttrs() 360 SwTableBox *pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in SetTblBoxFormulaAttrs() 390 pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in IsTableBoxTextFormat() 430 pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in GetTableBoxText()
|
/trunk/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 214 GetTblSel( static_cast<const SwCellFrm*>(pStartFrm), in _SelTblRowOrCol() 215 static_cast<const SwCellFrm*>(pEndFrm), in _SelTblRowOrCol() 755 sNm = ((SwCellFrm*)pFrm)->GetTabBox()->GetName(); in GetBoxNms() 777 sNm += ((SwCellFrm*)pFrm)->GetTabBox()->GetName(); in GetBoxNms()
|
/trunk/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 171 bool lcl_IsHeadlineCell( const SwCellFrm& rCellFrm ) in lcl_IsHeadlineCell() 229 … pKey = (void*) & static_cast<const SwCellFrm&>(rFrm).GetTabBox()->FindStartOfRowSpan( *pTable ); in lcl_GetKeyFromFrame() 720 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(pFrm); in SetAttributes() 1280 const SwTabFrm* pTable = static_cast<const SwCellFrm*>(pFrm)->FindTabFrm(); in BeginBlockStructureElements() 1281 … if ( pTable->IsInHeadline( *pFrm ) || lcl_IsHeadlineCell( *static_cast<const SwCellFrm*>(pFrm) ) ) in BeginBlockStructureElements()
|
/trunk/main/sw/inc/ |
H A D | tblsel.hxx | 43 class SwCellFrm; 45 SV_DECL_PTRARR( SwCellFrms, SwCellFrm*, 16, 16 )
|
H A D | doc.hxx | 120 class SwCellFrm; 1726 const SwCellFrm* pBoxFrm = 0 ) const; 1728 const SwCursor* pCrsr, const SwCellFrm* pBoxFrm = 0 ); 1730 const SwCellFrm* pBoxFrm = 0 ) const; 1732 const SwCellFrm* pBoxFrm = 0 );
|
H A D | swtable.hxx | 473 class SwCellFrm; 479 const SwCellFrm * getCellFrm() const ;
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swtypes.cxx | 74 IMPL_FIXEDMEMPOOL_NEWDEL( SwCellFrm, 50, 50 )
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1148 : ((SwCellFrm*)pLast)->GetTabBox() == pTblBx ) in NewFrmFmt() 1155 ((SwCellFrm*)pLast)->SetDerivedVert( sal_False ); in NewFrmFmt() 1156 ((SwCellFrm*)pLast)->CheckDirChange(); in NewFrmFmt()
|