Home
last modified time | relevance | path

Searched refs:pThisCell (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Ddocumen4.cxx776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences() local
778 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in RowDifferences()
780 if ( pThisCell && pOtherCell ) in RowDifferences()
786 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in RowDifferences()
817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences() local
819 if (!ScBaseCell::CellEqual( pThisCell, pOtherCell )) in ColDifferences()
821 if ( pThisCell && pOtherCell ) in ColDifferences()
827 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in ColDifferences()
1173 const ScBaseCell* pThisCell = GetCell( aThisPos ); in CompareDocument() local
1180 if ( !ScBaseCell::CellEqual( pThisCell, pOtherCell ) ) in CompareDocument()
[all …]
/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx1306 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Grow() local
1307 if ( pThisCell ) in Grow()
1313 pThisCell->GetLayoutRowSpan() < 1 ) in Grow()
1352 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in Shrink() local
1353 if ( pThisCell ) in Shrink()
1359 pThisCell->GetLayoutRowSpan() < 1 ) in Shrink()
2504 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in GrowFrm() local
2505 if ( pThisCell && pThisCell->GetLayoutRowSpan() > 1 ) in GrowFrm()
2697 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in ShrinkFrm() local
2699 if ( pThisCell && pThisCell->GetLayoutRowSpan() > 1 ) in ShrinkFrm()
[all …]
H A Dfindfrm.cxx1564 const SwCellFrm* pThisCell = this; in GetFollowCell() local
1576 pThisCell = &pThisCell->FindStartEndOfRowSpanCell( false, true ); in GetFollowCell()
1577 pRow = pThisCell->GetUpper(); in GetFollowCell()
1585 pRet = lcl_FindCorrespondingCellFrm( *((SwRowFrm*)pRow), *pThisCell, *pFollowRow, true ); in GetFollowCell()
H A Dtabfrm.cxx1484 SwCellFrm* pThisCell = dynamic_cast<SwCellFrm*>(pFrm); in SwInvalidateAll() local
1485 if ( pThisCell && pThisCell->GetTabBox()->getRowSpan() < 1 ) in SwInvalidateAll()
1487 … pToInvalidate = & const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( true, true )); in SwInvalidateAll()
1651 SwCellFrm* pThisCell = dynamic_cast<SwCellFrm*>(pFrm); in lcl_InnerCalcLayout() local
1652 if ( pThisCell && pThisCell->GetTabBox()->getRowSpan() < 1 ) in lcl_InnerCalcLayout()
1654 … SwCellFrm& rToCalc = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( true, true )); in lcl_InnerCalcLayout()
5914 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in IsLeaveUpperAllowed() local
5915 return pThisCell && pThisCell->GetLayoutRowSpan() > 1; in IsLeaveUpperAllowed()
5920 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(this); in IsCoveredCell() local
5921 return pThisCell && pThisCell->GetLayoutRowSpan() < 1; in IsCoveredCell()
H A Dpaintfrm.cxx2198 const SwCellFrm* pThisCell = static_cast<const SwCellFrm*>(&rLayoutFrm); in HandleFrame() local
2199 const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pThisCell->GetUpper()); in HandleFrame()
2200 const long nRowSpan = pThisCell->GetTabBox()->getRowSpan(); in HandleFrame()
/aoo41x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx720 const SwCellFrm* pThisCell = dynamic_cast<const SwCellFrm*>(pFrm); in SetAttributes() local
721 if ( pThisCell ) in SetAttributes()
723 nVal = pThisCell->GetTabBox()->getRowSpan(); in SetAttributes()
728 const SwTabFrm* pTabFrm = pThisCell->FindTabFrm(); in SetAttributes()
735 const long nLeft = (pThisCell->Frm().*fnRectX->fnGetLeft)(); in SetAttributes()
736 const long nRight = (pThisCell->Frm().*fnRectX->fnGetRight)(); in SetAttributes()

Completed in 193 milliseconds