Searched refs:aMMRect (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | documen9.cxx | 315 Rectangle aMMRect = GetMMRect( rRange.aStart.Col(), rRange.aStart.Row(), in HasOLEObjectsInArea() local 327 aMMRect.IsInside( pObject->GetCurrentBoundRect() ) ) in HasOLEObjectsInArea() 527 Rectangle aMMRect; in IsPrintEmpty() local 532 aMMRect = *pLastMM; in IsPrintEmpty() 542 aMMRect.Left() = (long)(nLeft * HMM_PER_TWIPS); in IsPrintEmpty() 543 aMMRect.Right() = (long)(nRight * HMM_PER_TWIPS); in IsPrintEmpty() 546 aMMRect = pThis->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in IsPrintEmpty() 551 *pLastMM = aMMRect; in IsPrintEmpty() 554 if ( pThis->HasAnyDraw( nTab, aMMRect )) in IsPrintEmpty()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 205 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()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 185 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview2.cxx | 522 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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 6001 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 54 milliseconds