Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx1439 #define HIGHLIGHT_WIN( WinPtr ) \ in DisplayHID() argument
1441 Color aLineColMem = WinPtr->GetLineColor(); \ in DisplayHID()
1442 WinPtr->SetLineColor( Color( COL_WHITE ) ); \ in DisplayHID()
1443 Color aFillColMem = WinPtr->GetFillColor(); \ in DisplayHID()
1444 WinPtr->SetFillColor( Color( COL_LIGHTRED ) ); \ in DisplayHID()
1445 RasterOp aROp = WinPtr->GetRasterOp(); \ in DisplayHID()
1446 WinPtr->SetRasterOp( ROP_XOR ); \ in DisplayHID()
1447 Size aSz = WinPtr->PixelToLogic( WinPtr->GetSizePixel() );\ in DisplayHID()
1448 sal_uLong nMaxCornerRadius = WinPtr->PixelToLogic( Point( 80, 0 ) ).X();\ in DisplayHID()
1450 WinPtr->DrawRect(Rectangle(Point(),aSz), iCorner, iCorner);\ in DisplayHID()
[all …]