Searched refs:aPosEvent (Results 1 – 4 of 4) sorted by relevance
283 SalExtTextInputPosEvent aPosEvent; in SalI18N_InputContext() local284 pFrame->CallCallback(SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvent); in SalI18N_InputContext()287 aSpot.x = aPosEvent.mnX + aPosEvent.mnWidth; in SalI18N_InputContext()288 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in SalI18N_InputContext()648 SalExtTextInputPosEvent aPosEvent; in UpdateSpotLocation() local649 maClientData.pFrame->CallCallback(SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvent); in UpdateSpotLocation()652 aSpot.x = aPosEvent.mnX + aPosEvent.mnWidth; in UpdateSpotLocation()653 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in UpdateSpotLocation()
207 SalExtTextInputPosEvent aPosEvent; in updatePosition() local208 m_pLastParent->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvent ); in updatePosition()226 bool bLeft = aPosEvent.mbVertical; in updatePosition()230 if (aPosEvent.mbVertical) in updatePosition()232 aRet.X() = x + aPosEvent.mnX + (bLeft in updatePosition()234 : aPosEvent.mnHeight + nGap); in updatePosition()235 aRet.Y() = y + aPosEvent.mnY; in updatePosition()239 aRet.X() = x + aPosEvent.mnX + (bLeft ? -m_aWindowSize.Width() : 0); in updatePosition()240 aRet.Y() = y + aPosEvent.mnY+aPosEvent.mnHeight + nGap; in updatePosition()
3344 SalExtTextInputPosEvent aPosEvent; in updateIMSpotLocation() local3345 m_pFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvent ); in updateIMSpotLocation()3349 aArea.x = aPosEvent.mnX + (aPosEvent.mnExtWidth < 0 ? aPosEvent.mnExtWidth : 0); in updateIMSpotLocation()3350 aArea.y = aPosEvent.mnY; in updateIMSpotLocation()3351 aArea.width = aPosEvent.mnWidth; in updateIMSpotLocation()3352 aArea.height = aPosEvent.mnHeight; in updateIMSpotLocation()
1678 SalExtTextInputPosEvent aPosEvent;1679 mpFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void *)&aPosEvent );1683 rect.origin.x = aPosEvent.mnX + mpFrame->maGeometry.nX;1684 rect.origin.y = aPosEvent.mnY + mpFrame->maGeometry.nY + 4; // add some space for underlines1685 rect.size.width = aPosEvent.mnWidth;1686 rect.size.height = aPosEvent.mnHeight;
Completed in 47 milliseconds