/aoo41x/main/sc/source/ui/cctrl/ |
H A D | cbuttonw.cxx | 158 Point aPos1( aCenter.X()-aSize3.Width(), aCenter.Y() ); in ImpDrawArrow() local 160 while( aPos1.X() <= aPos2.X() ) in ImpDrawArrow() 162 pOut->DrawLine( aPos1, aPos2 ); in ImpDrawArrow() 163 aPos1.X()++; aPos2.X()--; in ImpDrawArrow() 164 aPos1.Y()++; aPos2.Y()++; in ImpDrawArrow() 167 pOut->DrawLine( Point( aCenter.X() - aSize3.Width(), aPos1.Y()+1 ), in ImpDrawArrow() 168 Point( aCenter.X() + aSize3.Width(), aPos1.Y()+1 ) ); in ImpDrawArrow()
|
H A D | dpcontrol.cxx | 230 Point aPos1, aPos2; in drawPopupButton() local 231 aPos1.X() = aCenter.X() - 4; in drawPopupButton() 233 aPos1.Y() = aCenter.Y() - 3; in drawPopupButton() 238 aPos1.X() += 1; in drawPopupButton() 240 aPos1.Y() += 1; in drawPopupButton() 246 ++aPos1.X(); in drawPopupButton() 248 ++aPos1.Y(); in drawPopupButton() 250 mpOutDev->DrawLine(aPos1, aPos2); in drawPopupButton() 252 while (aPos1 != aPos2); in drawPopupButton() 836 Point aPos1(nLeftMargin, nTopMargin); in getMenuItemPosSize() local [all …]
|
/aoo41x/main/canvas/source/tools/ |
H A D | surface.cxx | 238 ::basegfx::B2IPoint aPos1( in drawRectangularArea() 246 aPos1.setX(::std::max(aPos1.getX(),maSourceOffset.getX())); in drawRectangularArea() 247 aPos1.setY(::std::max(aPos1.getY(),maSourceOffset.getY())); in drawRectangularArea() 252 ::basegfx::B2IVector aSize(aPos2 - aPos1); in drawRectangularArea() 262 getUVCoords(aPos1 - maSourceOffset + aDestOffset, in drawRectangularArea() 273 …::B2DHomMatrix aTransform(basegfx::tools::createTranslateB2DHomMatrix(aPos1.getX(), aPos1.getY())); in drawRectangularArea()
|
/aoo41x/main/svtools/source/control/ |
H A D | ruler.cxx | 847 Point aPos1; in ImplDrawIndent() local 872 aPos1 = rPoly.GetPoint( 2 ); in ImplDrawIndent() 873 aPos1.X()++; in ImplDrawIndent() 879 aPos1 = rPoly.GetPoint( 0 ); in ImplDrawIndent() 880 aPos1.Y()++; in ImplDrawIndent() 888 aPos1.X()--; in ImplDrawIndent() 890 aPos1.Y()--; in ImplDrawIndent() 900 aPos1.X()++; in ImplDrawIndent() 901 aPos1.Y()++; in ImplDrawIndent() 911 aPos1.Y()--; in ImplDrawIndent() [all …]
|
H A D | tabbar.cxx | 1168 Point aPos1 = Point( aRect.Left()+TABBAR_OFFSET_X, aRect.Bottom() ); in Paint() local 1175 aPoly[1] = aPos1; in Paint() 1198 aPos1.X()++; in Paint() 1215 DrawLine( aPos0, aPos1 ); in Paint() 1227 aPos1.X()--; in Paint() 1228 aPos1.Y()--; in Paint() 1233 DrawLine( Point(aPos1.X()-1, aPos1.Y()-1), Point(aPos2.X(), aPos2.Y()-1) ); in Paint() 1235 DrawLine( aPos1, aPos2 ); in Paint() 1243 DrawLine( Point(aPos1.X()-1, aPos1.Y()-1), Point(aPos2.X(), aPos2.Y()-1) ); in Paint()
|
H A D | valueset.cxx | 1081 Point aPos1( NAME_LINE_OFF_X, mnTextOffset+NAME_LINE_OFF_Y ); in ImplDraw() local 1086 DrawLine( aPos1, aPos2 ); in ImplDraw() 1087 aPos1.Y()++; in ImplDraw() 1093 DrawLine( aPos1, aPos2 ); in ImplDraw()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 1101 Point aPos1, aPos2; in DrawNet() local 1117 aPos1.Y() = nY; in DrawNet() 1118 aPos1.Y() += nEntryHeightDIV2; in DrawNet() 1125 aPos2 = aPos1; in DrawNet() 1141 aPos1.Y() = nY; in DrawNet() 1142 aPos1.Y() += nEntryHeightDIV2; in DrawNet() 1143 aPos2.X() = aPos1.X(); in DrawNet() 1145 aPos2.Y() = aPos1.Y(); in DrawNet() 1162 aPos1.Y() += nEntryHeightDIV2; in DrawNet() 1164 aPos2.X() = aPos1.X(); in DrawNet() [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 580 Point aPos1, aPos2; in DrawArrows() local 587 aPos1 = Point( nLinePos, nTLPos ); nImgId1 = 1; in DrawArrows() 594 aPos1 = Point( nTLPos, nLinePos ); nImgId1 = 3; in DrawArrows() 599 aPos1 = Point( nTLPos, nTLPos ); nImgId1 = 5; in DrawArrows() 603 aPos1 = Point( nTLPos, nBRPos ); nImgId1 = 7; in DrawArrows() 611 maVirDev.DrawImage( aPos1, maILArrows.GetImage( nImgId1 + nSelectAdd ) ); in DrawArrows()
|
/aoo41x/main/vcl/source/window/ |
H A D | decoview.cxx | 443 Point aPos1( bRTL ? rRect.Right() : rRect.Left(), in ImplDrawSymbol() local 449 long nStepsY = aPos2.Y()-aPos1.Y(); in ImplDrawSymbol() 450 long nX = aPos1.X(); in ImplDrawSymbol() 451 long nY = aPos1.Y(); in ImplDrawSymbol()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column.cxx | 869 ScAddress aPos1( nCol, nRow1, nTab ); in SwapRow() local 973 pNew1 = pCell2->CloneWithoutNote( *pDocument, aPos1, SC_CLONECELL_ADJUST3DREL ); in SwapRow()
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 1905 CellPos aPos1, aPos2( mxTable->getColumnCount()-1, mxTable->getRowCount()-1 ); in selectAll() local 1908 setSelectedCells( aPos1, aPos2 ); in selectAll()
|