Searched refs:nMnemonicPos (Results 1 – 2 of 2) sorted by relevance
6493 if ( (nMnemonicPos >= nIndex) && (nMnemonicPos < nIndex+nLineLen) ) in ImplDrawText()6568 if ( nMnemonicPos != STRING_NOTFOUND ) in ImplDrawText()6996 xub_StrLen nMnemonicPos = STRING_NOTFOUND; in DrawCtrlText() local7004 if ( nMnemonicPos != STRING_NOTFOUND ) in DrawCtrlText()7006 if( nMnemonicPos < nIndex ) in DrawCtrlText()7016 if( nMnemonicPos >= nLen ) in DrawCtrlText()7023 nMnemonicPos = nLen-1; in DrawCtrlText()7113 xub_StrLen nMnemonicPos; in GetCtrlTextWidth() local7115 if ( nMnemonicPos != STRING_NOTFOUND ) in GetCtrlTextWidth()7117 if ( nMnemonicPos < nIndex ) in GetCtrlTextWidth()[all …]
7815 xub_StrLen nMnemonicPos = STRING_NOTFOUND; in drawText() local7819 aStr = m_pReferenceDevice->GetNonMnemonicString( aStr, nMnemonicPos ); in drawText()
Completed in 124 milliseconds