Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionPageSetup.cxx160 Point aFTPos = m_aFT_Connection.GetPosPixel(); in DBG_NAME() local
164 aEDPos.Y() = aPos.Y() + aEDPos.Y() - aFTPos.Y(); in DBG_NAME()
165 aPBPos.Y() = aPos.Y() + aPBPos.Y() - aFTPos.Y(); in DBG_NAME()
166 aFTPos.Y() = aPos.Y(); in DBG_NAME()
167 m_aFT_Connection.SetPosPixel(aFTPos); in DBG_NAME()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx474 Point aFTPos( aCursor ); in updateLayout() local
494 aFTPos.Y() = aLBPos.Y() + ((aListBoxSize.Height() - aFixedTextSize.Height()) >> 1); in updateLayout()
496 aLBPos.Y() = aFTPos.Y() + ((aFixedTextSize.Height() - aListBoxSize.Height()) >> 1); in updateLayout()
502 mpFTStart->SetPosPixel( aFTPos ); in updateLayout()
505 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()
507 mpFTProperty->SetPosPixel( aFTPos ); in updateLayout()
515 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()
517 mpFTSpeed->SetPosPixel( aFTPos ); in updateLayout()
520 aFTPos.Y() += nDeltaY + aOffset.Y(); in updateLayout()
522 Point aListPos( aFTPos ); in updateLayout()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx424 Point aFTPos( aRelated.Width(), aFLPos.Y() + aFLSize.Height() + aRelated.Height() ); in Resize() local
425 m_aHelpText.SetPosSizePixel( aFTPos, aHelpTextSize ); in Resize()

Completed in 36 milliseconds