Lines Matching refs:Rectangle

193 void lcl_ReverseTwipsToMM( Rectangle& rRect )  in lcl_ReverseTwipsToMM()
586 Rectangle aRect( aPos, aSize ); in RecalcPos()
691 Rectangle aNew( aPos, aEnd ); in RecalcPos()
774 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in GetPrintArea()
889 void ScDrawLayer::MoveAreaTwips( SCTAB nTab, const Rectangle& rArea, in MoveAreaTwips()
903 Rectangle aNew( rArea ); in MoveAreaTwips()
966 Rectangle aObjRect = pObject->GetLogicRect(); in MoveAreaTwips()
1045 Rectangle aRect = pDoc->GetMMRect( nCol1, nRow1, nCol2, nRow2, nTab ); in MoveArea()
1095 Rectangle aRect; in WidthChanged()
1138 Rectangle aRect; in HeightChanged()
1176 Rectangle aTestRect; in HasObjectsInRows()
1200 Rectangle aObjRect; in HasObjectsInRows()
1273 Rectangle aDelRect = pDoc->GetMMRect( nCol1, nRow1, nCol2, nRow2, nTab ); in DeleteObjectsInArea()
1285 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInArea()
1330 Rectangle aMarkBound = pDoc->GetMMRect( in DeleteObjectsInSelection()
1344 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInSelection()
1376 void ScDrawLayer::CopyToClip( ScDocument* pClipDoc, SCTAB nTab, const Rectangle& rRange ) in CopyToClip()
1390 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyToClip()
1480 void ScDrawLayer::CopyFromClip( ScDrawLayer* pClipModel, SCTAB nSourceTab, const Rectangle& rSource… in CopyFromClip()
1481 const ScAddress& rDestPos, const Rectangle& rDestRange ) in CopyFromClip()
1500 Rectangle aMirroredSource = rSourceRange; in CopyFromClip()
1573 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyFromClip()
1710 Rectangle aObjRect = pObj->GetLogicRect(); in MirrorRTL()
1719 void ScDrawLayer::MirrorRectRTL( Rectangle& rRect ) in MirrorRectRTL()
1727 Rectangle ScDrawLayer::GetCellRect( ScDocument& rDoc, const ScAddress& rPos, bool bMergedCell ) in GetCellRect()
1729 Rectangle aCellRect; in GetCellRect()
1761 aCellRect = Rectangle( aTopLeft, aBotRight ); in GetCellRect()
1959 Rectangle aLogRect = rCmpWnd.LogicToLogic( pObj->GetLogicRect(), &aWndMode, &aMap100 ); in GetHitIMapObject()