Home
last modified time | relevance | path

Searched refs:aMMRect (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx344 Rectangle aMMRect = GetMMRect( rRange.aStart.Col(), rRange.aStart.Row(), in HasOLEObjectsInArea() local
356 aMMRect.IsInside( pObject->GetCurrentBoundRect() ) ) in HasOLEObjectsInArea()
556 Rectangle aMMRect; in IsPrintEmpty() local
561 aMMRect = *pLastMM; in IsPrintEmpty()
571 aMMRect.Left() = (long)(nLeft * HMM_PER_TWIPS); in IsPrintEmpty()
572 aMMRect.Right() = (long)(nRight * HMM_PER_TWIPS); in IsPrintEmpty()
575 aMMRect = pThis->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in IsPrintEmpty()
580 *pLastMM = aMMRect; in IsPrintEmpty()
583 if ( pThis->HasAnyDraw( nTab, aMMRect )) in IsPrintEmpty()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx205 Rectangle aMMRect = aDocument.GetMMRect( nX,nY, nX,nY, nTab ); in UpdateOle() local
207 lcl_SetTopRight( aNewArea, aMMRect.TopRight() ); in UpdateOle()
209 aNewArea.SetPos( aMMRect.TopLeft() ); in UpdateOle()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx185 Rectangle aMMRect = pDoc->GetMMRect( nCol1,nRow1, nCol2,nRow2, nTab1 ); in ScTransferObj() local
186 aObjDesc.maSize = aMMRect.GetSize(); in ScTransferObj()
336 Rectangle aMMRect = pDoc->GetMMRect( aBlock.aStart.Col(), aBlock.aStart.Row(), in GetData() local
340 aVirtDev.SetOutputSizePixel( aVirtDev.LogicToPixel( aMMRect.GetSize(), MAP_100TH_MM ) ); in GetData()
/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx522 Rectangle aMMRect = pDoc->GetMMRect(nBlockStartX,nBlockStartY,nBlockEndX,nBlockEndY, nTab); in PaintBlock() local
523 if (pDoc->HasControl( nTab, aMMRect )) in PaintBlock()
530 pDoc->InvalidateControls( pGridWin[i], nTab, aMMRect ); in PaintBlock()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6001 Rectangle aMMRect(pDocSh->GetDocument()->GetMMRect( in GetOnePropertyValue() local
6004 awt::Point aPos( aMMRect.Left(), aMMRect.Top() ); in GetOnePropertyValue()
6014 Rectangle aMMRect = pDocSh->GetDocument()->GetMMRect( in GetOnePropertyValue() local
6017 Size aSize(aMMRect.GetSize()); in GetOnePropertyValue()

Completed in 91 milliseconds