| /AOO41X/main/sw/source/core/layout/ |
| H A D | tabfrm.cxx | 356 SwCellFrm* pCurrMasterCell = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_ShrinkCellsAndAllContent() 362 SwCellFrm& rToAdjust = pCurrMasterCell->GetTabBox()->getRowSpan() < 1 ? in lcl_ShrinkCellsAndAllContent() 363 … const_cast<SwCellFrm&>(pCurrMasterCell->FindStartEndOfRowSpanCell( true, true )) : in lcl_ShrinkCellsAndAllContent() 413 pCurrMasterCell = static_cast<SwCellFrm*>(pCurrMasterCell->GetNext()); in lcl_ShrinkCellsAndAllContent() 424 SwCellFrm* pCurrDestCell = (SwCellFrm*)rDestLine.Lower(); in lcl_MoveRowContent() 425 SwCellFrm* pCurrSourceCell = (SwCellFrm*)rSourceLine.Lower(); in lcl_MoveRowContent() 467 SwFrm *pTmp = ::SaveCntnt( (SwCellFrm*)pCurrSourceCell ); in lcl_MoveRowContent() 471 SwCellFrm* pDestCell = static_cast<SwCellFrm*>(pCurrDestCell); in lcl_MoveRowContent() 473 … pDestCell = & const_cast<SwCellFrm&>(pDestCell->FindStartEndOfRowSpanCell( true, true )); in lcl_MoveRowContent() 480 pCurrDestCell = (SwCellFrm*)pCurrDestCell->GetNext(); in lcl_MoveRowContent() [all …]
|
| H A D | findfrm.cxx | 146 const SwCellFrm *SwLayoutFrm::FirstCell() const in FirstCell() 151 return (const SwCellFrm*)pCnt; in FirstCell() 767 SwFrm* pNxt = ((SwCellFrm*)pUp)->GetFollowCell(); in _FindNext() 769 pNxt = ((SwCellFrm*)pNxt)->ContainsCntnt(); in _FindNext() 1481 return ((SwCellFrm*)pTmpFrm)->GetFollowCell(); in GetNextCellLeaf() 1491 return ((SwCellFrm*)pTmpFrm)->GetPreviousCell(); in GetPrevCellLeaf() 1494 SwCellFrm* lcl_FindCorrespondingCellFrm( const SwRowFrm& rOrigRow, in lcl_FindCorrespondingCellFrm() 1495 const SwCellFrm& rOrigCell, in lcl_FindCorrespondingCellFrm() 1499 SwCellFrm* pRet = NULL; in lcl_FindCorrespondingCellFrm() 1500 SwCellFrm* pCell = (SwCellFrm*)rOrigRow.Lower(); in lcl_FindCorrespondingCellFrm() [all …]
|
| H A D | wsfrm.cxx | 228 void SwCellFrm::CheckDirection( sal_Bool bVert ) in CheckDirection() 1306 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Grow() 1352 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Shrink() 2504 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in GrowFrm() 2507 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm() 2554 ( !IsCellFrm() || static_cast<SwCellFrm*>(this)->GetLayoutRowSpan() > 1 ) ) in GrowFrm() 2697 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in ShrinkFrm() 2701 … 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()
|
| /AOO41X/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()
|
| /AOO41X/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() 751 GetDoc()->SetTabRows( rNew, bCurColOnly, 0, (SwCellFrm*)pBox ); in SetTabRows() 773 GetDoc()->SetTabRows( rNew, bCurColOnly, 0, (SwCellFrm*)pBox ); in SetMouseTabRows() 1076 SwTableBox *pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in UnProtectCells() 1119 SwTableBox *pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in CanUnProtectCells() 1289 SwTableBox *pBox = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in IsAdjustCellWidthAllowed() 1418 ParkCrsr( SwNodeIndex( *((SwCellFrm*)pFrm)->GetTabBox()->GetSttNd() )); in DeleteTblSel() [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() 333 const SwCellFrm* pCurrentBottomRightFrm = 0; in GetTblSel() 375 ((SwCellFrm*)pCell)->GetTabBox(); in GetTblSel() 393 pCurrentTopLeftFrm = static_cast<const SwCellFrm*>( pCell ); in GetTblSel() 401 pCurrentTopRightFrm = static_cast<const SwCellFrm*>( pCell ); in GetTblSel() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swtable.cxx | 1542 pRet = (SwTableBox*)((SwCellFrm*)pFrm)->GetTabBox(); in GetTblBox() 1841 SwIterator<SwCellFrm,SwFmt> aFrmIter( *pRet ); in ClaimFrmFmt() 1842 for( SwCellFrm* pCell = aFrmIter.First(); pCell; pCell = aFrmIter.Next() ) in ClaimFrmFmt() 1858 SwIterator<SwCellFrm,SwFmt> aIter( *pOld ); in ChgFrmFmt() 1861 for( SwCellFrm* pCell = aIter.First(); pCell; pCell = aIter.Next() ) in ChgFrmFmt() 2681 const SwCellFrm * m_pCellFrm; 2703 const SwCellFrm * getCellFrm() const { return m_pCellFrm; } in getCellFrm() 2706 const SwCellFrm * getNextCellFrm(const SwFrm * pFrm); 2707 const SwCellFrm * getNextTableBoxsCellFrm(const SwFrm * pFrm); 2742 const SwCellFrm * SwTableCellInfo::Impl::getNextCellFrm(const SwFrm * pFrm) in getNextCellFrm() [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()
|
| /AOO41X/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 …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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; 1734 const SwCellFrm* pBoxFrm = 0 ) const; 1736 const SwCursor* pCrsr, const SwCellFrm* pBoxFrm = 0 ); 1738 const SwCellFrm* pBoxFrm = 0 ) const; 1740 const SwCellFrm* pBoxFrm = 0 );
|
| H A D | swtable.hxx | 473 class SwCellFrm; 479 const SwCellFrm * getCellFrm() const ;
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | swtypes.cxx | 74 IMPL_FIXEDMEMPOOL_NEWDEL( SwCellFrm, 50, 50 )
|
| /AOO41X/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()
|