Searched refs:aBasePos (Results 1 – 6 of 6) sorted by relevance
46 Point aBasePos( GetPosPixel() ); in Arrange() local53 long nYFT = aBasePos.Y(); in Arrange()73 long nX = aBasePos.X(); in Arrange()
415 const Point aBasePos( maChildWindow.GetPosPixel() ); in Paint() local416 const Rectangle aVideoRect( aBasePos, maChildWindow.GetSizePixel() ); in Paint()444 DrawBitmapEx( Point( aBasePos.X() + ( ( aVideoRect.GetWidth() - aLogoSize.Width() ) >> 1 ), in Paint()445 aBasePos.Y() + ( ( aVideoRect.GetHeight() - aLogoSize.Height() ) >> 1 ) ), in Paint()
564 Point aBasePos( static_cast<long>(aPosition.X * 100.0), static_cast<long>(aPosition.Y * 100.0) ); in addCustomHandles()565 pHdl->SetPos( aBasePos ); in addCustomHandles()
275 aBasePos = aIdentifierFT.GetPosPixel(); in BibGeneralPage()735 nCurrentOffset = aFixedTexts[0]->GetPosPixel().Y() - aBasePos.Y(); in IMPL_LINK()737 nCurrentOffset = aFixedTexts[0]->GetPosPixel().X() - aBasePos.X(); in IMPL_LINK()
112 Point aBasePos; member in BibGeneralPage
168 ScAddress aBasePos( rRef.nCol, rRef.nRow, GetCurrScTab() ); in FindArray() local169 XclExpArrayMap::const_iterator aIt = maRecMap.find( aBasePos ); in FindArray()
Completed in 67 milliseconds