Home
last modified time | relevance | path

Searched refs:aPos2 (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svtools/source/control/
H A Druler.cxx848 Point aPos2; in ImplDrawIndent() local
875 aPos2.X()++; in ImplDrawIndent()
877 aPos2.X()--; in ImplDrawIndent()
878 aPos2.Y()++; in ImplDrawIndent()
884 aPos2.Y()++; in ImplDrawIndent()
886 aPos2.X()--; in ImplDrawIndent()
892 aPos2.X()++; in ImplDrawIndent()
893 aPos2.Y()--; in ImplDrawIndent()
903 aPos2.Y()++; in ImplDrawIndent()
906 aPos2.X()++; in ImplDrawIndent()
[all …]
H A Dtabbar.cxx1169 Point aPos2 = Point( aRect.Right()-TABBAR_OFFSET_X, aRect.Bottom() ); in Paint() local
1176 aPoly[2] = aPos2; in Paint()
1199 aPos2.X()--; in Paint()
1226 DrawLine( aPos2, aPos3 ); in Paint()
1229 aPos2.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 Dvalueset.cxx1082 Point aPos2( aWinSize.Width()-(NAME_LINE_OFF_X*2), mnTextOffset+NAME_LINE_OFF_Y ); in ImplDraw() local
1086 DrawLine( aPos1, aPos2 ); in ImplDraw()
1088 aPos2.Y()++; in ImplDraw()
1093 DrawLine( aPos1, aPos2 ); in ImplDraw()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx159 Point aPos2( 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()
H A Ddpcontrol.cxx230 Point aPos1, aPos2; in drawPopupButton() local
232 aPos2.X() = aCenter.X() + 4; in drawPopupButton()
234 aPos2.Y() = aCenter.Y() - 3; in drawPopupButton()
239 aPos2.X() += 1; in drawPopupButton()
241 aPos2.Y() += 1; in drawPopupButton()
247 --aPos2.X(); in drawPopupButton()
249 ++aPos2.Y(); in drawPopupButton()
250 mpOutDev->DrawLine(aPos1, aPos2); in drawPopupButton()
252 while (aPos1 != aPos2); in drawPopupButton()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx241 ::basegfx::B2IPoint aPos2( in drawRectangularArea()
248 aPos2.setX(::std::min(aPos2.getX(),maSourceOffset.getX()+maSize.getX())); in drawRectangularArea()
249 aPos2.setY(::std::min(aPos2.getY(),maSourceOffset.getY()+maSize.getY())); in drawRectangularArea()
252 ::basegfx::B2IVector aSize(aPos2 - aPos1); in drawRectangularArea()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1101 Point aPos1, aPos2; in DrawNet() local
1125 aPos2 = aPos1; in DrawNet()
1127 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1143 aPos2.X() = aPos1.X(); in DrawNet()
1145 aPos2.Y() = aPos1.Y(); in DrawNet()
1146 aPos2.X() -= pView->GetIndent(); in DrawNet()
1147 pView->DrawLine( aPos1, aPos2 ); in DrawNet()
1164 aPos2.X() = aPos1.X(); in DrawNet()
1165 aPos2.Y() = GetEntryLine( pChild ); in DrawNet()
1166 aPos2.Y() += nEntryHeightDIV2; in DrawNet()
[all …]
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx580 Point aPos1, aPos2; in DrawArrows() local
588 aPos2 = Point( nLinePos, nBRPos ); nImgId2 = 2; in DrawArrows()
595 aPos2 = Point( nBRPos, nLinePos ); nImgId2 = 4; in DrawArrows()
600 aPos2 = Point( nBRPos, nBRPos ); nImgId2 = 6; in DrawArrows()
604 aPos2 = Point( nBRPos, nTLPos ); nImgId2 = 8; in DrawArrows()
612 maVirDev.DrawImage( aPos2, maILArrows.GetImage( nImgId2 + nSelectAdd ) ); in DrawArrows()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx445 … Point aPos2( bRTL ? rRect.Right() - rRect.GetWidth()/3 : rRect.Left() + rRect.GetWidth()/3, in ImplDrawSymbol() local
449 long nStepsY = aPos2.Y()-aPos1.Y(); in ImplDrawSymbol()
461 nStepsY = aPos2.Y()-aPos3.Y(); in ImplDrawSymbol()
462 nX = aPos2.X(); in ImplDrawSymbol()
463 nY = aPos2.Y(); in ImplDrawSymbol()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1905 CellPos aPos1, aPos2( mxTable->getColumnCount()-1, mxTable->getRowCount()-1 ); in selectAll() local
1906 if( (aPos2.mnCol >= 0) && (aPos2.mnRow >= 0) ) in selectAll()
1908 setSelectedCells( aPos1, aPos2 ); in selectAll()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx870 ScAddress aPos2( nCol, nRow2, nTab ); in SwapRow() local
965 ScBaseCell* pNew2 = pCell1->CloneWithoutNote( *pDocument, aPos2, SC_CLONECELL_ADJUST3DREL ); in SwapRow()

Completed in 109 milliseconds