Home
last modified time | relevance | path

Searched refs:aTopLeft (Results 1 – 25 of 62) sorted by path

123

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx74 Point aTopLeft = aTemp.TopLeft(); in GetBoundingRectangle() local
75 aTopLeft.Y() += aSize.Height() * ( nItem - m_aComboListBox.GetTopEntry() ); in GetBoundingRectangle()
76 aRect = Rectangle( aTopLeft, aSize ); in GetBoundingRectangle()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx162 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl() local
163 aTopLeft += m_pIconCtrl->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl()
164 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
H A Daccessiblelistboxentry.cxx142 Point aTopLeft = aRect.TopLeft(); in GetBoundingBox_Impl() local
143 aTopLeft -= getListBox()->GetBoundingRect( pParent ).TopLeft(); in GetBoundingBox_Impl()
144 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBox_Impl()
158 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl() local
159 aTopLeft += getListBox()->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl()
160 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx262 Point aTopLeft; in RequestHelp() local
298 aTopLeft = GetEditView()->GetTextEngine()->PaMtoEditCursor( aStartOfWord ).BottomLeft(); in RequestHelp()
299 aTopLeft = GetEditView()->GetWindowPos( aTopLeft ); in RequestHelp()
300 aTopLeft.X() += 5; in RequestHelp()
301 aTopLeft.Y() += 5; in RequestHelp()
302 aTopLeft = OutputToScreenPixel( aTopLeft ); in RequestHelp()
306 …Help::ShowQuickHelp( this, Rectangle( aTopLeft, Size( 1, 1 ) ), aHelpText, QUICKHELP_TOP|QUICKHELP… in RequestHelp()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx876 const vigra::Diff2D aTopLeft(rSrcRect.getMinX(), in implDrawMaskedBitmapGeneric() local
883 aTopLeft,aTopLeft), in implDrawMaskedBitmapGeneric()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1788 const B2DPoint aTopLeft(rRect.getMinX(), rRect.getMinY()); in createPolygonFromRect() local
1789 const B2DPoint aStart(aTopLeft + B2DPoint(fBowX, 0.0)); in createPolygonFromRect()
1790 const B2DPoint aStop(aTopLeft + B2DPoint(0.0, fBowY)); in createPolygonFromRect()
1792 …aRetval.appendBezierSegment(interpolate(aStart, aTopLeft, fKappa), interpolate(aStop, aTopLeft, fK… in createPolygonFromRect()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx885 const ::basegfx::B2IPoint aTopLeft( ::basegfx::fround( rRange.getMinX() ), in spritePixelAreaFromB2DRange() local
887 return ::basegfx::B2IRange( aTopLeft, in spritePixelAreaFromB2DRange()
888 aTopLeft + ::basegfx::B2IPoint( in spritePixelAreaFromB2DRange()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleViewForwarder.cxx74 Point aTopLeft( aLocation.X, aLocation.Y ); in LogicToPixel() local
75 aPoint = m_pWindow->LogicToPixel( rPoint, m_aMapMode ) + aTopLeft; in LogicToPixel()
96 Point aTopLeft( aLocation.X, aLocation.Y ); in PixelToLogic() local
97 aPoint = m_pWindow->PixelToLogic( rPoint - aTopLeft, m_aMapMode ); in PixelToLogic()
/trunk/main/cui/source/inc/
H A Dgrfpage.hxx49 Point aTopLeft, aBottomRight; member in SvxGrfCropPage::SvxCropExample
57 void SetTopLeft( const Point& rNew ) { aTopLeft = rNew; } in SetTopLeft()
58 void SetTop( long nVal ) { aTopLeft.X() = nVal; } in SetTop()
60 void SetLeft( long nVal ) { aTopLeft.Y() = nVal; } in SetLeft()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx778 aTopLeft(0,0), aBottomRight(0,0) in SvxCropExample()
801 aRect.Left() += aTopLeft.Y(); in Paint()
802 aRect.Top() += aTopLeft.X(); in Paint()
H A Dtransfrm.cxx97 const basegfx::B2DPoint aTopLeft( in lcl_ConvertRect() local
104 rRange = basegfx::B2DRange(aTopLeft, aBottomRight); in lcl_ConvertRect()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx191 Point aTopLeft; in GetBoundingRect() local
196 aTopLeft.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect()
201 aTopLeft.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect()
207 aTopLeft.X() = m_aSourceDescrLinePos.X(); in GetBoundingRect()
212 aTopLeft.X() = m_aDestDescrLinePos.X(); in GetBoundingRect()
222 aTopLeft.X() -= DESCRIPT_LINE_WIDTH; in GetBoundingRect()
226 aBoundingRect = Rectangle( aTopLeft-Point(2,17), aBottomRight+Point(2,2) ); in GetBoundingRect()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx244 Point aTopLeft( aTmpRec.TopLeft() ); in DrawSelection() local
247 aTopLeft.Y() += nParaStart; in DrawSelection()
251 if ( aTopLeft.Y() > GetVisDocBottom() ) in DrawSelection()
261 aTopLeft.X() = aLineXPosStartEnd.Min(); in DrawSelection()
263 ImplDrawHighlightRect( pTarget, aTopLeft, aBottomRight, pPolyPoly ); in DrawSelection()
281 Point aPt1( Min( nX1, nX2 ), aTopLeft.Y() ); in DrawSelection()
1952 Point aTopLeft( GetWindowPos( aEditCursor.TopLeft() ) ); in dragOver() local
1953 aEditCursor.SetPos( aTopLeft ); in dragOver()
H A Dimpedit2.cxx1506 Point aTopLeft = aRec.TopLeft(); in PageUp() local
1507 aTopLeft.Y() -= pView->GetVisArea().GetHeight() *9/10; in PageUp()
1508 aTopLeft.X() += nOnePixelInRef; in PageUp()
1509 if ( aTopLeft.Y() < 0 ) in PageUp()
1511 aTopLeft.Y() = 0; in PageUp()
1513 return GetPaM( aTopLeft ); in PageUp()
H A Dimpedit3.cxx3435 Point aTopLeft( aTmpPos ); in Paint() local
3436 aTopLeft.Y() -= pLine->GetMaxAscent(); in Paint()
3438aTopLeft = lcl_ImplCalcRotatedPos( aTopLeft, aOrigin, nSin, nCos ); in Paint()
3439 Rectangle aRect( aTopLeft, pTextPortion->GetSize() ); in Paint()
3456 Point aTopLeft( aTmpPos ); in Paint() local
3457 aTopLeft.Y() -= pLine->GetMaxAscent(); in Paint()
3461 Rectangle aRect( aTopLeft, pTextPortion->GetSize() ); in Paint()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1670 Point aTopLeft; in ImpCalcBulletArea() local
1679 aTopLeft.X() = rLR.GetTxtLeft() + rLR.GetTxtFirstLineOfst() + nSpaceBefore; in ImpCalcBulletArea()
1692 aTopLeft.X() = pEditEngine->GetFirstLineStartX( nPara ) - nBulletWidth; in ImpCalcBulletArea()
1700aTopLeft.Y() = /* aInfos.nFirstLineOffset + */ // #91076# nFirstLineOffset is already added to the… in ImpCalcBulletArea()
1715 aTopLeft.Y() = /* aInfos.nFirstLineOffset + */ aInfos.nFirstLineMaxAscent; in ImpCalcBulletArea()
1716 aTopLeft.Y() -= aMetric.GetAscent(); in ImpCalcBulletArea()
1725 aTopLeft.X() += nBulletWidth - aBulletSize.Width(); in ImpCalcBulletArea()
1729 aTopLeft.X() += ( nBulletWidth - aBulletSize.Width() ) / 2; in ImpCalcBulletArea()
1732 if ( aTopLeft.X() < 0 ) // dann draengeln in ImpCalcBulletArea()
1733 aTopLeft.X() = 0; in ImpCalcBulletArea()
[all …]
/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx62 Point aTopLeft( LogicToPixel( Point( 15, 68 ), MAP_APPFONT ) ); in TypeSelectionPage() local
121 aItem.m_pItem->SetPosPixel( aTopLeft ); in TypeSelectionPage()
122 aTopLeft.Y() += aItemSize.Height() + aSpacing.Height(); in TypeSelectionPage()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx458 Point aTopLeft, aBottomRight; in ReadRectangle() local
460 aTopLeft=ReadPoint(); in ReadRectangle()
462 rRect=Rectangle(aTopLeft,aBottomRight); in ReadRectangle()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3799 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork() local
3802 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportFontWork()
4225 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup() local
4228 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportGroup()
4421 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape() local
4424 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportShape()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx894 const Point aTopLeft( aBoundRect.X, aBoundRect.Y ); in implExportShape() local
915 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT ); in implExportShape()
926 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL ); in implExportShape()
927 … mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_TEXT ); in implExportShape()
933 …mpSVGWriter->WriteMetaFile( aTopLeft, aSize, rMtf, SVGWRITER_WRITE_FILL | SVGWRITER_WRITE_TEXT, &a… in implExportShape()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1069 aTopLeft.X() += aMove.X(); in MoveArea()
1071 aTopLeft.Y() += aMove.Y(); in MoveArea()
1096 Point aTopLeft; in WidthChanged() local
1100 aTopLeft.X() = aRect.Left(); in WidthChanged()
1113 aTopLeft.X() = -aTopLeft.X(); in WidthChanged()
1139 Point aTopLeft; in HeightChanged() local
1142 aTopLeft.Y() = aRect.Top(); in HeightChanged()
1155 aTopLeft.X() = -aTopLeft.X(); in HeightChanged()
1734 Point aTopLeft; in GetCellRect() local
1756 aTopLeft.X() = static_cast< long >( aTopLeft.X() * HMM_PER_TWIPS ); in GetCellRect()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx154 Point aTopLeft=aCatBox.GetPosPixel(); in ScFunctionDockWin() local
158 nMinWidth=aTxtSize.Width()+aTopLeft.X() in ScFunctionDockWin()
734 default: Point aTopLeft=aCatBox.GetPosPixel(); in CheckAlignment()
735 nMinWidth=aTxtSize.Width()+aTopLeft.X() in CheckAlignment()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1306 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove() local
1339 …else if( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) && !bBottomRulerMo… in MouseMove()
1407 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove()
1411 && aPixPt.X() > aTopLeft.X() && aPixPt.X() < aTopRight.X() ) in MouseMove()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1887 Point aTopLeft(pObj->GetCurrentBoundRect().TopLeft()); in ScaleObjects() local
1897 aRefPnt = aTopLeft; in ScaleObjects()
2057 aNewPos.X() = long((aTopLeft.X() - GetLftBorder()) * (double)aFractX) + nLeft; in ScaleObjects()
2058 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
2060 Size aVec(aNewPos.X() - aTopLeft.X(), aNewPos.Y() - aTopLeft.Y()); in ScaleObjects()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1707aTopLeft( (sal_Int32)( maRect.Left() + fWidthHalf - fHeightHalf ), (sal_Int32)( maRect.Top() + fHe… in ImplFlipBoundingBox()
1709 maRect = Rectangle( Point( aTopLeft.X, aTopLeft.Y ), aNewSize ); in ImplFlipBoundingBox()

Completed in 292 milliseconds

123