Home
last modified time | relevance | path

Searched refs:aCellRect (Results 1 – 20 of 20) sorted by path

/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeaderCell.cxx148 Rectangle aCellRect; in implGetBoundingBox() local
150 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBox()
152 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBox()
153 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBox()
161 Rectangle aCellRect; in implGetBoundingBoxOnScreen() local
163 aCellRect = m_aTable.calcHeaderCellRect(true, nIndex); in implGetBoundingBoxOnScreen()
165 aCellRect = m_aTable.calcHeaderCellRect(false, nIndex); in implGetBoundingBoxOnScreen()
166 …return Rectangle(Point(aGridRect.Left()+aCellRect.Left(),aGridRect.Top()+aCellRect.Top()), aCellRe… in implGetBoundingBoxOnScreen()
H A DAccessibleGridControlTableCell.cxx363 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBox() local
364 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox()
365 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox()
366 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBox()
374 …Rectangle aCellRect = m_aTable.calcCellRect(nIndex%m_aTable.GetColumnCount(), nIndex/m_aTable.GetC… in implGetBoundingBoxOnScreen() local
375 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen()
376 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBoxOnScreen()
377 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBoxOnScreen()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1729 Rectangle aCellRect; in GetCellRect() local
1761 aCellRect = Rectangle( aTopLeft, aBotRight ); in GetCellRect()
1763 MirrorRectRTL( aCellRect ); in GetCellRect()
1765 return aCellRect; in GetCellRect()
H A Dpostit.cxx685 Rectangle aCellRect = ScDrawLayer::GetCellRect( mrDoc, rPos, true ); in CreateCaptionFromInitData() local
687 …long nPosX = bNegPage ? (aCellRect.Left() - rInitData.maCaptionOffset.X()) : (aCellRect.Right() + … in CreateCaptionFromInitData()
688 long nPosY = aCellRect.Top() + rInitData.maCaptionOffset.Y(); in CreateCaptionFromInitData()
884 Rectangle aCellRect = ScDrawLayer::GetCellRect( rDoc, rPos, true ); in CreateNoteFromObjectData() local
886 …Data.maCaptionOffset.X() = bNegPage ? (aCellRect.Left() - rCaptionRect.Right()) : (rCaptionRect.Le… in CreateNoteFromObjectData()
887 rInitData.maCaptionOffset.Y() = rCaptionRect.Top() - aCellRect.Top(); in CreateNoteFromObjectData()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx113 Rectangle aCellRect = pDoc->GetMMRect( in FillGraphList() local
116 aCellRect.GetWidth() - aObjRect.GetWidth(), in FillGraphList()
117 aCellRect.GetHeight() - aObjRect.GetHeight() )); in FillGraphList()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx155 Rectangle aCellRect(GetBoundingBox()); in GetBoundingBoxOnScreen() local
162 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
163 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
166 return aCellRect; in GetBoundingBoxOnScreen()
172 Rectangle aCellRect; in GetBoundingBox() local
178 aCellRect.SetSize(Size(nSizeX, nSizeY)); in GetBoundingBox()
186 aCellRect = aRect.Intersection(aCellRect); in GetBoundingBox()
202 aCellRect.SetSize( Size( aParaRect.GetWidth(), aCellRect.GetHeight() ) ); in GetBoundingBox()
206 if (aCellRect.IsEmpty()) in GetBoundingBox()
207 aCellRect.SetPos(Point(-1, -1)); in GetBoundingBox()
[all …]
H A DAccessiblePageHeader.cxx365 Rectangle aCellRect(GetBoundingBox()); in GetBoundingBoxOnScreen() local
372 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
373 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
376 return aCellRect; in GetBoundingBoxOnScreen()
H A DAccessiblePreviewCell.cxx228 Rectangle aCellRect; in GetBoundingBoxOnScreen() local
231 mpViewShell->GetLocationData().GetCellPosition( maCellAddress, aCellRect ); in GetBoundingBoxOnScreen()
236 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
237 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
240 return aCellRect; in GetBoundingBoxOnScreen()
245 Rectangle aCellRect; in GetBoundingBox() local
248 mpViewShell->GetLocationData().GetCellPosition( maCellAddress, aCellRect ); in GetBoundingBox()
257 aCellRect.setX(aCellRect.getX() - aParentRect.getX()); in GetBoundingBox()
258 aCellRect.setY(aCellRect.getY() - aParentRect.getY()); in GetBoundingBox()
262 return aCellRect; in GetBoundingBox()
H A DAccessiblePreviewHeaderCell.cxx321 Rectangle aCellRect; in GetBoundingBoxOnScreen() local
330aCellRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetBoundingBoxOnScreen()
339 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
340 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
343 return aCellRect; in GetBoundingBoxOnScreen()
355 …Rectangle aCellRect( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nPix… in GetBoundingBox() local
364 aCellRect.setX(aCellRect.getX() - aParentRect.getX()); in GetBoundingBox()
365 aCellRect.setY(aCellRect.getY() - aParentRect.getY()); in GetBoundingBox()
368 return aCellRect; in GetBoundingBox()
H A DAccessiblePreviewTable.cxx707 Rectangle aCellRect(GetBoundingBox()); in GetBoundingBoxOnScreen() local
714 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
715 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
718 return aCellRect; in GetBoundingBoxOnScreen()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx419 …Rectangle aCellRect( pDoc->GetMMRect( aCell.Col(), aCell.Row(), aCell.Col(), aCell.Row(), aCell.Ta… in GetVisArea() local
421 Point aVisPos( aCellRect.TopLeft() ); in GetVisArea()
424 aVisPos = aCellRect.TopRight(); in GetVisArea()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx586 Rectangle aCellRect( OutputToScreenPixel(aPos), Size(nSizeX,nSizeY) ); in LaunchPageFieldMenu() local
680 pFilterFloat->StartPopupMode( aCellRect, FLOATWIN_POPUPMODE_DOWN|FLOATWIN_POPUPMODE_GRABFOCUS); in LaunchPageFieldMenu()
758 Rectangle aCellRect( OutputToScreenPixel(aPos), Size(nSizeX,nSizeY) ); in DoScenarioMenue() local
759 aCellRect.Top() -= nSizeY; in DoScenarioMenue()
760 aCellRect.Bottom() -= nSizeY - 1; in DoScenarioMenue()
835 long nNewX = aCellRect.Left() - nDiff; in DoScenarioMenue()
838 aCellRect.Left() = nNewX; in DoScenarioMenue()
843 pFilterFloat->StartPopupMode( aCellRect, FLOATWIN_POPUPMODE_DOWN|FLOATWIN_POPUPMODE_GRABFOCUS ); in DoScenarioMenue()
928 Rectangle aCellRect( OutputToScreenPixel(aPos), Size(nSizeX,nSizeY) ); in DoAutoFilterMenue() local
1040 pFilterFloat->StartPopupMode( aCellRect, FLOATWIN_POPUPMODE_DOWN|FLOATWIN_POPUPMODE_GRABFOCUS); in DoAutoFilterMenue()
H A Dgridwin2.cxx540 Rectangle aCellRect(rScrPos, rScrSize); in DPLaunchFieldPopupMenu() local
545 aCellRect.SetPos(Point(rScrPos.X() - rPopupSize.Width() + 1, rScrPos.Y())); in DPLaunchFieldPopupMenu()
552 aCellRect.SetPos(Point(rScrPos.X() + nXOffset, rScrPos.Y())); in DPLaunchFieldPopupMenu()
555 …mpDPFieldPopup->StartPopupMode(aCellRect, (FLOATWIN_POPUPMODE_DOWN | FLOATWIN_POPUPMODE_GRABFOCUS)… in DPLaunchFieldPopupMenu()
H A Doutput.cxx2332 Rectangle aCellRect; in DrawClipMarks() local
2382 aCellRect = Rectangle( Point( nStartPosX, nStartPosY ), Size( nOutWidth, nOutHeight ) ); in DrawClipMarks()
2406 aCellRect = Rectangle( Point( nStartPosX, nPosY ), in DrawClipMarks()
2410 aCellRect.Bottom() -= 1; // don't paint over the cell grid in DrawClipMarks()
2412 aCellRect.Left() += 1; in DrawClipMarks()
2414 aCellRect.Right() -= 1; in DrawClipMarks()
2422 Rectangle aMarkRect = aCellRect; in DrawClipMarks()
2423 aMarkRect.Right() = aCellRect.Left()+nMarkPixel-1; in DrawClipMarks()
2435 Rectangle aMarkRect = aCellRect; in DrawClipMarks()
2436 aMarkRect.Left() = aCellRect.Right()-nMarkPixel+1; in DrawClipMarks()
H A Dprintfun.cxx1501 Rectangle aCellRect( nScrX, nScrY, nPosX, nEndY ); in LocateColHdr() local
1502 rLocationData.AddColHeaders( aCellRect, nX1, nX2, bRepCol ); in LocateColHdr()
1521 Rectangle aCellRect( nScrX, nScrY, nEndX, nPosY ); in LocateRowHdr() local
1522 rLocationData.AddRowHeaders( aCellRect, nY1, nY2, bRepRow ); in LocateRowHdr()
1563 Rectangle aCellRect( nScrX, nScrY, nPosX, nPosY ); in LocateArea() local
1564 rLocationData.AddCellRange( aCellRect, ScRange( nX1,nY1,nPrintTab, nX2,nY2,nPrintTab ), in LocateArea()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1947 Rectangle aCellRect; in impl_ni_doSwitchCursor() local
2128 Rectangle aCellRect; in invalidateSelectedRegion() local
2130 aInvalidateRect.Top() = aCellRect.Top(); in invalidateSelectedRegion()
2131 aInvalidateRect.Bottom() = aCellRect.Bottom(); in invalidateSelectedRegion()
2136 Rectangle aCellRect; in invalidateSelectedRegion() local
2138 aInvalidateRect.Top() = aCellRect.Top(); in invalidateSelectedRegion()
2145 Rectangle aCellRect; in invalidateSelectedRegion() local
2147 aInvalidateRect.Top() = aCellRect.Top(); in invalidateSelectedRegion()
2683 Rectangle aCellRect; in calcCellRect() local
2684 impl_getCellRect( nRow, nCol, aCellRect ); in calcCellRect()
[all …]
H A Dtabledatawindow.cxx132 Rectangle const aCellRect( aCell.getRect() ); in RequestHelp() local
135 …enderer->FitsIntoCell( aCellToolTip, hitCol, hitRow, activeCell, selectedCell, *this, aCellRect ) ) in RequestHelp()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx335 Rectangle aCellRect(Point(_nLeft,_nTop),Size(CELL_WIDTH,CELL_HEIGHT)); in DrawPage() local
339 aCellRect.Left() = _nLeft; in DrawPage()
340 aCellRect.Right() = _nLeft + CELL_WIDTH; in DrawPage()
342 aCellRect.Move(0,CELL_HEIGHT); in DrawPage()
347 aCellRect.Move(CELL_WIDTH,0); in DrawPage()
348 DrawRect(aCellRect); in DrawPage()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx347 const ::Rectangle aCellRect( mxCell->getCellRect() ); in getBounds() local
353 …ize( maShapeTreeInfo.GetViewForwarder()->LogicToPixel(::Size(aCellRect.GetWidth(), aCellRect.GetHe… in getBounds()
354 ::Point aPixelPosition( maShapeTreeInfo.GetViewForwarder()->LogicToPixel( aCellRect.TopLeft() )); in getBounds()
H A Dtablelayouter.cxx889 Rectangle aCellRect; in updateCells() local
890 aCellRect.nLeft = aCellArea.getMinX(); in updateCells()
891 aCellRect.nRight = aCellArea.getMaxX(); in updateCells()
892 aCellRect.nTop = aCellArea.getMinY(); in updateCells()
893 aCellRect.nBottom = aCellArea.getMaxY(); in updateCells()
894 aCellRect.Move( rRectangle.nLeft, rRectangle.nTop ); in updateCells()
895 xCell->setCellRect( aCellRect ); in updateCells()

Completed in 152 milliseconds