Home
last modified time | relevance | path

Searched refs:aCode (Results 26 – 50 of 62) sorted by path

123

/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx120 KeyCode aCode = pKEvt->GetKeyCode(); in Notify() local
122 if ( !aCode.IsMod1() && !aCode.IsMod2() ) in Notify()
128 if ( aCode.GetCode() == KEY_RETURN ) in Notify()
330 KeyCode aCode = pKEvt->GetKeyCode(); in Notify() local
331 if ( aCode.GetCode() == KEY_RETURN && !aCode.IsMod1() && !aCode.IsMod2() ) in Notify()
H A Dscenwnd.cxx129 KeyCode aCode = rNEvt.GetKeyEvent()->GetKeyCode(); in Notify() local
130 switch( aCode.GetCode() ) in Notify()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx336 String aCode = pItem->GetValue(); in NotifyItemUpdate() local
352 sal_uInt16 aLen = aCode.Len(); in NotifyItemUpdate()
359 sal_Unicode cChar = aCode.GetChar(nCount); in NotifyItemUpdate()
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx166 ScTokenArray aCode; in printFormula() local
167 (void)ScTokenConversion::ConvertToTokenArray( *pDoc, aCode, aTokens ); in printFormula()
170 ScCompiler aCompiler( pDoc, aRefPos, aCode); in printFormula()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1041 String aCode = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteNumFormat() local
1042 sal_uInt16 aLen = aCode.Len(); in ExecuteNumFormat()
1050 sal_Unicode cChar = aCode.GetChar(nCount); in ExecuteNumFormat()
1075 aCode, in ExecuteNumFormat()
1082 pTabViewShell->SetNumFmtByStr(aCode); in ExecuteNumFormat()
H A Dgridwin.cxx260 KeyCode aCode = aKeyEvt.GetKeyCode(); in PreNotify() local
261 if ( !aCode.GetModifier() ) // ohne alle Modifiers in PreNotify()
263 sal_uInt16 nKey = aCode.GetCode(); in PreNotify()
3171 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
3172 if ( aCode.GetCode() == KEY_ESCAPE && aCode.GetModifier() == 0 ) in KeyInput()
3180 if ( aCode.GetCode() == KEY_F1 && aCode.GetModifier() == KEY_MOD1 ) in KeyInput()
H A Dtabvwsh4.cxx1289 KeyCode aCode = rKEvt.GetKeyCode(); in TabKeyInput() local
1290 sal_Bool bShift = aCode.IsShift(); in TabKeyInput()
1291 sal_Bool bControl = aCode.IsMod1(); in TabKeyInput()
1292 sal_Bool bAlt = aCode.IsMod2(); in TabKeyInput()
1293 sal_uInt16 nCode = aCode.GetCode(); in TabKeyInput()
1321 sal_uInt16 nModi = aCode.GetModifier(); in TabKeyInput()
1322 sal_uInt16 nGroup = aCode.GetGroup(); in TabKeyInput()
1365 KeyFuncType eFunc = aCode.GetFunction(); in TabKeyInput()
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx457 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
459 if ( !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
471 if(!mpView->MarkNextObj( !aCode.IsShift() )) in KeyInput()
479 mpView->MarkNextObj(!aCode.IsShift()); in KeyInput()
494 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
496 if ( aCode.IsMod1() ) in KeyInput()
513 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
515 if ( aCode.IsMod1() ) in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3973 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
3974 sal_uInt16 nCode = aCode.GetCode(); in KeyInput()
H A Dsvimpbox.cxx2259 sal_uInt16 aCode = rKeyCode.GetCode(); in KeyInput() local
2267 switch( aCode ) in KeyInput()
H A Dsvlbox.cxx351 KeyCode aCode = rKEvt.GetKeyCode(); in IMPL_LINK_INLINE_END() local
352 sal_uInt16 nCode = aCode.GetCode(); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx969 KeyCode aCode( rKey.GetCode() ); in ProcessKey() local
970 if ( aCode == KEY_RETURN && GetText().Len() ) in ProcessKey()
1006 else if ( aCode == KEY_RETURN && !GetText().Len() && GetOpenHdl().IsSet() ) in ProcessKey()
1013 else if( aCode == KEY_ESCAPE ) in ProcessKey()
1053 KeyCode aCode( rKey.GetCode() ); in PreNotify() local
1058 else if( ( aCode == KEY_UP || aCode == KEY_DOWN ) && !rKey.IsMod2() ) in PreNotify()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx147 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
150 if( aCode.GetModifier() ) in KeyInput()
157 switch ( aCode.GetCode() ) in KeyInput()
H A Dcharmap.cxx251 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
253 if( aCode.GetModifier() ) in KeyInput()
261 switch ( aCode.GetCode() ) in KeyInput()
H A Ddlgctl3d.cxx1127 const KeyCode aCode(rKEvt.GetKeyCode()); in KeyInput() local
1129 if( aCode.GetModifier() ) in KeyInput()
1135 switch ( aCode.GetCode() ) in KeyInput()
H A Dgraphctl.cxx400 KeyCode aCode( rKEvt.GetKeyCode() ); in KeyInput() local
403 switch ( aCode.GetCode() ) in KeyInput()
454 if( !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
456 bool bForward = !aCode.IsShift(); in KeyInput()
467 else if(aCode.IsMod1()) in KeyInput()
484 if ( aCode.IsMod1() ) in KeyInput()
497 if ( aCode.IsMod1() ) in KeyInput()
515 if (aCode.GetCode() == KEY_UP) in KeyInput()
521 else if (aCode.GetCode() == KEY_DOWN) in KeyInput()
527 else if (aCode.GetCode() == KEY_LEFT) in KeyInput()
[all …]
H A Dimapwnd.cxx1003 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx159 String aCode, aName, aCodeBase; in CreateApplet() local
168 aCode = rArg.GetArgument(); in CreateApplet()
177 if( !aCode.Len() ) in CreateApplet()
179 CreateApplet( aCode, aName, bMayScript, aCodeBase, rBaseURL ); in CreateApplet()
H A Dhtmlplug.cxx671 String aCodeBase, aCode, aName, aAlt, aId, aStyle, aClass; in InsertApplet() local
702 aCode = pOption->GetString(); in InsertApplet()
738 if( !aCode.Len() ) in InsertApplet()
747 pAppletImpl->CreateApplet( aCode, aName, bMayScript, aCodeBase, sBaseURL );//, aAlt ); in InsertApplet()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx236 KeyCode aCode( KEY_SPACE ); in RequestHelp() local
239 aModStr.SearchAndReplace( aCode.GetName(), String() ); in RequestHelp()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx689 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
694 if(aCode.GetCode() == KEY_ADD ) in KeyInput()
1852 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
1863 else if ( (aCode.GetCode() == KEY_F3) && aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
1988 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
1989 if(aCode.GetCode() == KEY_RIGHT) in KeyInput()
1994 else if(aCode.GetCode() == KEY_LEFT ) in KeyInput()
1999 else if(aCode.GetCode() == KEY_DELETE) in KeyInput()
2005 else if ( (aCode.GetCode() == KEY_F3) && aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
2669 KeyCode aCode = rKEvt.GetKeyCode(); in Notify() local
[all …]
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx536 KeyCode aCode = rKEvent.GetKeyCode(); in KeyInput() local
537 if( KEYGROUP_CURSOR == aCode.GetGroup() || in KeyInput()
538 ( KEYGROUP_MISC == aCode.GetGroup() && in KeyInput()
539 KEY_DELETE >= aCode.GetCode() ) || in KeyInput()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx544 const KeyCode aCode = rEvent.GetKeyCode(); in KeyInput() local
545 if(aCode == KEY_RETURN || aCode == KEY_F2 ) in KeyInput()
547 else if(aCode == KEY_ESCAPE ) in KeyInput()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx1558 String aCode( ((const SfxStringItem*)pItem)->GetValue() ); in ExecNumberFormat() local
1559 nNumberFormat = pFormatter->GetEntryKey( aCode, eLang ); in ExecNumberFormat()
1565 if( !pFormatter->PutEntry( aCode, nErrPos, nType, in ExecNumberFormat()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2641 const KeyCode aCode = rEvent.GetKeyCode(); in KeyInput() local
2642 if(aCode.GetCode() == KEY_RETURN) in KeyInput()
2647 switch(aCode.GetModifier()) in KeyInput()
2670 else if(aCode.GetCode() == KEY_DELETE && 0 == aCode.GetModifier()) in KeyInput()
2687 else if(aCode.GetCode() == KEY_SPACE && 0 == aCode.GetModifier()) in KeyInput()

Completed in 240 milliseconds

123