Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx283 SalExtTextInputPosEvent aPosEvent; in SalI18N_InputContext() local
284 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() local
649 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()
H A Di18n_status.cxx207 SalExtTextInputPosEvent aPosEvent; in updatePosition() local
208 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()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3344 SalExtTextInputPosEvent aPosEvent; in updateIMSpotLocation() local
3345 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()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1678 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 underlines
1685 rect.size.width = aPosEvent.mnWidth;
1686 rect.size.height = aPosEvent.mnHeight;

Completed in 38 milliseconds