Searched refs:rKeyStrokes (Results 1 – 1 of 1) sorted by relevance
175 appendKeyStrokes(rtl::OStringBuffer& rBuffer, const uno::Sequence< awt::KeyStroke >& rKeyStrokes) in appendKeyStrokes() argument177 for( sal_Int32 i = 0; i < rKeyStrokes.getLength(); i++ ) in appendKeyStrokes()179 if( rKeyStrokes[i].Modifiers & awt::KeyModifier::SHIFT ) in appendKeyStrokes()181 if( rKeyStrokes[i].Modifiers & awt::KeyModifier::MOD1 ) in appendKeyStrokes()183 if( rKeyStrokes[i].Modifiers & awt::KeyModifier::MOD2 ) in appendKeyStrokes()186 if( ( rKeyStrokes[i].KeyCode >= awt::Key::A ) && ( rKeyStrokes[i].KeyCode <= awt::Key::Z ) ) in appendKeyStrokes()187 rBuffer.append( (sal_Char) ( 'a' + ( rKeyStrokes[i].KeyCode - awt::Key::A ) ) ); in appendKeyStrokes()192 switch( rKeyStrokes[i].KeyCode ) in appendKeyStrokes()208 g_warning( "Unmapped KeyCode: %d", rKeyStrokes[i].KeyCode ); in appendKeyStrokes()
Completed in 7 milliseconds