Lines Matching refs:aObjRect

774 			Rectangle aObjRect = pObject->GetCurrentBoundRect();  in GetPrintArea()  local
776 if ( !bSetHor && ( aObjRect.Right() < nStartX || aObjRect.Left() > nEndX ) ) in GetPrintArea()
778 if ( !bSetVer && ( aObjRect.Bottom() < nStartY || aObjRect.Top() > nEndY ) ) in GetPrintArea()
785 if (aObjRect.Left() < nStartX) nStartX = aObjRect.Left(); in GetPrintArea()
786 if (aObjRect.Right() > nEndX) nEndX = aObjRect.Right(); in GetPrintArea()
790 if (aObjRect.Top() < nStartY) nStartY = aObjRect.Top(); in GetPrintArea()
791 if (aObjRect.Bottom() > nEndY) nEndY = aObjRect.Bottom(); in GetPrintArea()
966 Rectangle aObjRect = pObject->GetLogicRect(); in MoveAreaTwips() local
968 Point aOldMMPos = bNegativePage ? aObjRect.TopRight() : aObjRect.TopLeft(); in MoveAreaTwips()
969 lcl_ReverseTwipsToMM( aObjRect ); in MoveAreaTwips()
970 Point aTopLeft = bNegativePage ? aObjRect.TopRight() : aObjRect.TopLeft(); // logical left in MoveAreaTwips()
1015 else if ( rArea.IsInside( bNegativePage ? aObjRect.BottomLeft() : aObjRect.BottomRight() ) && in MoveAreaTwips()
1021 long nOldSizeX = aObjRect.Right() - aObjRect.Left() + 1; in MoveAreaTwips()
1022 long nOldSizeY = aObjRect.Bottom() - aObjRect.Top() + 1; in MoveAreaTwips()
1200 Rectangle aObjRect; in HasObjectsInRows() local
1205 aObjRect = pObject->GetSnapRect(); //! GetLogicRect ? in HasObjectsInRows()
1207 … if ( (aTestRect.IsInside(aObjRect.TopLeft()) || aTestRect.IsInside(aObjRect.BottomLeft())) && in HasObjectsInRows()
1285 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInArea() local
1286 if ( aDelRect.IsInside( aObjRect ) ) in DeleteObjectsInArea()
1344 Rectangle aObjRect = pObject->GetCurrentBoundRect(); in DeleteObjectsInSelection() local
1345 if ( aMarkBound.IsInside( aObjRect ) ) in DeleteObjectsInSelection()
1347 ScRange aRange = pDoc->GetRange( nTab, aObjRect ); in DeleteObjectsInSelection()
1390 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyToClip() local
1392 …if ( rRange.IsInside( aObjRect ) && (pOldObject->GetLayer() != SC_LAYER_INTERN) && !IsNoteCaption(… in CopyToClip()
1573 Rectangle aObjRect = pOldObject->GetCurrentBoundRect(); in CopyFromClip() local
1575 …if ( rSourceRange.IsInside( aObjRect ) && (pOldObject->GetLayer() != SC_LAYER_INTERN) && !IsNoteCa… in CopyFromClip()
1710 Rectangle aObjRect = pObj->GetLogicRect(); in MirrorRTL() local
1711 Size aMoveSize( -(aObjRect.Left() + aObjRect.Right()), 0 ); in MirrorRTL()