Home
last modified time | relevance | path

Searched refs:nMnemonicPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6493 if ( (nMnemonicPos >= nIndex) && (nMnemonicPos < nIndex+nLineLen) ) in ImplDrawText()
6568 if ( nMnemonicPos != STRING_NOTFOUND ) in ImplDrawText()
6996 xub_StrLen nMnemonicPos = STRING_NOTFOUND; in DrawCtrlText() local
7004 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() local
7115 if ( nMnemonicPos != STRING_NOTFOUND ) in GetCtrlTextWidth()
7117 if ( nMnemonicPos < nIndex ) in GetCtrlTextWidth()
[all …]
H A Dpdfwriter_impl.cxx7815 xub_StrLen nMnemonicPos = STRING_NOTFOUND; in drawText() local
7819 aStr = m_pReferenceDevice->GetNonMnemonicString( aStr, nMnemonicPos ); in drawText()

Completed in 94 milliseconds