Lines Matching refs:Width

181 	    if ( aTmpOutArea.GetWidth() > pEditEngine->pImpEditEngine->GetPaperSize().Width() )  in DrawSelection()
182 … aTmpOutArea.Right() = aTmpOutArea.Left() + pEditEngine->pImpEditEngine->GetPaperSize().Width(); in DrawSelection()
423 aRect = Rectangle( aNewPos, Size( aSz.Height(), aSz.Width() ) ); in GetWindowPos()
475 …nst sal_Int32 nMore(DoInvalidateMore() ? GetWindow()->PixelToLogic(Size(nInvMore, 0)).Width() : 0); in ResetOutputArea()
525 aNewSz.Width() = pEditEngine->pImpEditEngine->GetPaperSize().Width(); in RecalcOutputArea()
539 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() / 2; in RecalcOutputArea()
546 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() - 1; in RecalcOutputArea()
703 aEditCursor.Right() += pTextPortion->GetSize().Width(); in ShowCursor()
730 …long nMaxTextWidth = !IsVertical() ? pEditEngine->pImpEditEngine->GetPaperSize().Width() : pEditEn… in ShowCursor()
827 long nOnePixel = pOutWin->PixelToLogic( Size( 1, 0 ) ).Width(); in ShowCursor()
839 aCursorSz.Width()--; in ShowCursor()
841 if ( !aCursorSz.Width() || !aCursorSz.Height() ) in ShowCursor()
844 nCursorSz = pOutWin->PixelToLogic( Size( nCursorSz, 0 ) ).Width(); in ShowCursor()
845 if ( !aCursorSz.Width() ) in ShowCursor()
846 aCursorSz.Width() = nCursorSz; in ShowCursor()
854 aCursorSz.Width() = aOldSz.Height(); in ShowCursor()
855 aCursorSz.Height() = aOldSz.Width(); in ShowCursor()
965 long nRealDiffX = aDiffs.Width(); in Scroll()
1529 if ( ( aCurSzPx.Width() < aNewSzPx.Width() ) ||( aCurSzPx.Height() < aNewSzPx.Height() ) ) in ShowDDCursor()
1620 pDragAndDropInfo->nSensibleRange = (sal_uInt16) aSz.Width(); in dragGestureRecognized()
1621 pDragAndDropInfo->nCursorWidth = (sal_uInt16) aSz.Width() / 2; in dragGestureRecognized()