Home
last modified time | relevance | path

Searched refs:GetOutputArea (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1203 if( !GetOutputArea().IsInside( rPos ) ) in GetField()
1239 if( !GetOutputArea().IsInside( rPos ) ) in IsBulletArea()
1850 if ( GetOutputArea().IsInside( aMousePos ) && !bReadOnly ) in dragOver()
1864 …ropInfo->nSensibleRange) < GetOutputArea().Left() ) && ( ( aMousePos.X() + pDragAndDropInfo->nSens… in dragOver()
1865 nScrollX = GetOutputArea().GetWidth() / SCRLRANGE; in dragOver()
1866 …ropInfo->nSensibleRange) > GetOutputArea().Right() ) && ( ( aMousePos.X() - pDragAndDropInfo->nSen… in dragOver()
1867 nScrollX = -( GetOutputArea().GetWidth() / SCRLRANGE ); in dragOver()
1869 …DropInfo->nSensibleRange) < GetOutputArea().Top() ) && ( ( aMousePos.Y() + pDragAndDropInfo->nSens… in dragOver()
1870 nScrollY = GetOutputArea().GetHeight() / SCRLRANGE; in dragOver()
1872 nScrollY = -( GetOutputArea().GetHeight() / SCRLRANGE ); in dragOver()
[all …]
H A Dimpedit3.cxx482 Size aSz( pImpView->GetOutputArea().GetWidth(), nCurTextHeight ); in FormatDoc()
488 pImpView->GetOutputArea().TopLeft(), aSz ) ); in FormatDoc()
3713 Rectangle aClipRec( pView->GetOutputArea() ); in Paint()
3831 Point aViewPos = pView->GetOutputArea().TopLeft(); in Paint()
3861 aStartPos = pView->GetOutputArea().TopLeft(); in Paint()
3867 aStartPos = pView->GetOutputArea().TopRight(); in Paint()
3875 if ( !IsVertical() && ( pView->GetOutputArea().GetWidth() > GetPaperSize().Width() ) ) in Paint()
3877 long nMaxX = pView->GetOutputArea().Left() + GetPaperSize().Width(); in Paint()
H A Deditview.cxx356 const Rectangle& EditView::GetOutputArea() const in GetOutputArea() function in EditView
359 return pImpEditView->GetOutputArea(); in GetOutputArea()
1412 if( GetOutputArea().IsInside( aPos ) ) in GetWordUnderMousePointer()
H A Deditdbg.cxx469 Rectangle aR( pV->GetOutputArea() ); in ShowEditEngineData()
H A Dediteng.cxx487 pView->pImpEditView->GetOutputArea().TopLeft(), aNewSize ) ); in SetPaperSize()
895 Point aViewStart( pEditView->GetOutputArea().TopLeft() ); in PostKeyEvent()
H A Dimpedit.hxx284 const Rectangle& GetOutputArea() const { return aOutArea; } in GetOutputArea() function in ImpEditView
/trunk/main/svx/workben/
H A Dedittest.cxx319 if ( pEditView->GetOutputArea().IsInside( aPos ) ) in MouseMove()
781 …pEditView->GetEditEngine()->Draw( pEditView->GetWindow(), pEditView->GetOutputArea(), pEditView->G… in IMPL_LINK()
1341 aHScrollBar.SetVisibleSize( pEditView->GetOutputArea().GetWidth() ); in SetScrollBars()
1342 aVScrollBar.SetVisibleSize( pEditView->GetOutputArea().GetHeight() ); in SetScrollBars()
1376 if ( pEditEngine->GetTextHeight() < (ULONG)pEditView->GetOutputArea().GetHeight() ) in IMPL_LINK()
1474 aMapMode.SetOrigin( pEditView->GetOutputArea().TopLeft() ); in Paint()
1487 Rectangle aOutArea( pEditView->GetOutputArea() ); in MarkOutputArea()
1672 Rectangle aRect( pEditView->GetOutputArea().TopLeft(), aTextSz ); in KeyInput()
1689 Rectangle aR( pEditView->GetOutputArea().TopLeft(), aSz ); in KeyInput()
1692 pEditEngine->Draw( this, pEditView->GetOutputArea() ); in KeyInput()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx278 if( !pEditView->GetOutputArea().IsInside( aMousePosWin ) ) in ImpCheckMousePos()
287 Rectangle aOutArea = pEditView->GetOutputArea(); in ImpCheckMousePos()
324 if( !pEditView->GetOutputArea().IsInside( aMousePosWin ) ) in MouseMove()
340 if( !pEditView->GetOutputArea().IsInside( aMousePosWin ) ) in MouseButtonDown()
391 if( !pEditView->GetOutputArea().IsInside( aMousePosWin ) ) in MouseButtonUp()
432 Rectangle aOutputArWin = pEditView->GetOutputArea(); in ImpPaintDDCursor()
775 Rectangle aOutArWin = GetOutputArea(); in ImpGetDocPos()
790 Rectangle aOutputArWin = pEditView->GetOutputArea(); in ImpDragScroll()
1626 Rectangle OutlinerView::GetOutputArea() const in GetOutputArea() function in OutlinerView
1629 return pEditView->GetOutputArea(); in GetOutputArea()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx344 Rectangle aBlankRect(rOutlView.GetOutputArea()); in ImpPaintOutlinerView()
405 Rectangle aBlankRect(rOutlView.GetOutputArea()); in ImpInvalidateOutlinerView()
1042 Rectangle aRect(pOLV->GetOutputArea()); in SdrEndTextEdit()
1190 aEditArea.Union(pOLV->GetOutputArea()); in IsTextEditHit()
1225 aEditArea.Union(pOLV->GetOutputArea()); in IsTextEditFrameHit()
1307 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseButtonDown()
1339 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseButtonUp()
1371 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseMove()
1407 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in Command()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx306 mpEditView->GetOutputArea().GetHeight(); in Resize()
311 aVisArea.SetSize(mpEditView->GetOutputArea().GetSize()); in Resize()
589 const Size aOut( mpEditView->GetOutputArea().GetSize() ); in InitScrollBars()
/trunk/main/starmath/source/
H A Dedit.cxx295 pEditView->GetOutputArea().GetHeight(); in Resize()
300 aVisArea.SetSize(pEditView->GetOutputArea().GetSize()); in Resize()
582 const Size aOut( pEditView->GetOutputArea().GetSize() ); in InitScrollBars()
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx225 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop()
289 Rectangle aRect( pOLV->GetOutputArea() ); in GetDropDestination()
/trunk/main/editeng/source/uno/
H A Dunoviwou.cxx50 Rectangle aOutputRect( mrOutlinerView.GetOutputArea() ); in GetTextOffset()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx517 Rectangle aRect( pOLV->GetOutputArea() ); in AcceptDrop()
699 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop()
H A Dsdview3.cxx1416 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData()
1451 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData()
H A Doutlview.cxx405 aOutputArea = mpOutlinerView[nView]->GetOutputArea(); in AddWindowToPaintView()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1103 void ScOutputData::GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY, in GetOutputArea() function in ScOutputData
1571 GetOutputArea( nX, nArrY, nPosX, nPosY, nCellX, nCellY, nNeededWidth, in DrawStrings()
2349 GetOutputArea( nXForPos, nArrYForPos, nPosX, nPosY, nCellX, nCellY, 0, in DrawEdit()
2566 GetOutputArea( nXForPos, nArrYForPos, nPosX, nPosY, nCellX, nCellY, nNeededPixel, in DrawEdit()
3403 GetOutputArea( nX, nArrY, nCellStartX, nPosY, nCellX, nCellY, nNeededWidth, in DrawRotated()
H A Dviewdata.cxx1191 Rectangle aArea = pCurView->GetOutputArea(); in EditGrowX()
1367 pCurView->SetOutputArea( pCurView->GetOutputArea() ); // re-align to pixels in EditGrowY()
1377 Rectangle aArea = pCurView->GetOutputArea(); in EditGrowY()
H A Dgridwin.cxx2988 Rectangle aOutputArea = pEditView->GetOutputArea(); in SelectForContextMenu()
3031 Rectangle aOutputArea = pOlView->GetOutputArea(); in SelectForContextMenu()
4403 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
4417 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx162 void GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY,
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx130 const Rectangle& GetOutputArea() const;
H A Doutliner.hxx281 Rectangle GetOutputArea() const;
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx193 aScreenBounds = mpWindow->LogicToPixel( mpEditView->GetOutputArea(), aMapMode ); in GetBoundingBoxOnScreen()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx209 Rectangle aOutRect = pOLV->GetOutputArea(); in SetAttrToMarked()
H A Dannotsh.cxx612 Rectangle aOutRect = pOLV->GetOutputArea(); in Exec()

Completed in 235 milliseconds

12