Searched refs:nAccelPos (Results 1 – 1 of 1) sorted by relevance
1473 sal_uInt16 nAccelPos = STRING_NOTFOUND; in DbgDialogTest() local1482 nAccelPos = aText.Search( '~' ); in DbgDialogTest()1483 if ( nAccelPos != STRING_NOTFOUND ) in DbgDialogTest()1488 cAccel = aUpperText.GetChar( nAccelPos+1 ); in DbgDialogTest()1572 if( nAccelPos != STRING_NOTFOUND ) in DbgDialogTest()1574 aWidth = pChild->GetTextWidth( aText, 0, nAccelPos ) + in DbgDialogTest()1575 pChild->GetTextWidth( aText, nAccelPos+1, aText.Len() - nAccelPos - 1); in DbgDialogTest()
Completed in 16 milliseconds