Searched refs:bIsType (Results 1 – 1 of 1) sorted by relevance
1320 sal_Bool bIsType = sal_False; in TabKeyInput() local1326 bIsType = sal_True; in TabKeyInput()1332 bIsType = bControl && !bAlt; // Control, Shift-Control-Return in TabKeyInput()1333 if ( !bIsType && nModi == 0 ) in TabKeyInput()1338 bIsType = pHdl && pHdl->TakesReturn(); in TabKeyInput()1342 bIsType = !bControl && !bAlt; // ohne Modifier oder Shift-Space in TabKeyInput()1346 bIsType = (nModi == 0); // nur ohne Modifier in TabKeyInput()1349 bIsType = sal_True; in TabKeyInput()1352 if( bIsType ) in TabKeyInput()1358 if ( !bUsed && !bIsType && nCode != KEY_RETURN ) // Eingabe nochmal hinterher in TabKeyInput()
Completed in 22 milliseconds