Home
last modified time | relevance | path

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

123

/aoo42x/main/automation/source/server/
H A Dsta_list.cxx1118 KeyCode aCode = aKEvnt.GetKeyCode(); in ImplKeyInput()
1119 … if ( (aCode.GetCode() == KEY_CONTEXTMENU) || ((aCode.GetCode() == KEY_F10) && aCode.IsShift()) ) in ImplKeyInput()
/aoo42x/main/sw/source/ui/utlui/
H A Dinitui.cxx182 KeyCode aCode( KEY_SPACE ); in ShellResource() local
185 aModStr.SearchAndReplace( aCode.GetName(), String() ); in ShellResource()
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()
H A Dglbltree.cxx682 const KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
683 if(aCode.GetCode() == KEY_RETURN) in KeyInput()
685 switch(aCode.GetModifier()) in KeyInput()
/aoo42x/main/sc/source/ui/navipi/
H A Dcontent.cxx446 const KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
447 if (aCode.GetCode() == KEY_RETURN) in KeyInput()
449 switch (aCode.GetModifier()) in KeyInput()
484 if(aCode.GetCode() == KEY_SPACE ) in KeyInput()
545 if(aCode.GetCode() == KEY_F5 ) in KeyInput()
/aoo42x/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx176 …:com::sun::star::uno::Reference< ::com::sun::star::mozilla::XCodeProxy >& aCode ) throw (::com::su… in Run() argument
178 (void)aCode; /* avoid warning about unused parameter */ in Run()
/aoo42x/main/sc/source/ui/docshell/
H A Dimpex.cxx1736 String aCode( p+2 ); in Sylk2Doc() local
1740 while ( (nPos = aCode.Search( aSemicolon, nPos )) != STRING_NOTFOUND ) in Sylk2Doc()
1741 aCode.Erase( nPos++, 1 ); in Sylk2Doc()
1744 while ( (nPos = aCode.Search( sal_Unicode(0x1b), nPos )) != STRING_NOTFOUND ) in Sylk2Doc()
1745 aCode.Erase( nPos, 1 ); in Sylk2Doc()
1750 aCode, nCheckPos, nType, nKey, LANGUAGE_ENGLISH_US, in Sylk2Doc()
/aoo42x/main/sw/source/filter/html/
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()
/aoo42x/main/svx/source/dialog/
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 D_bmpmask.cxx147 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
150 if( aCode.GetModifier() ) in KeyInput()
157 switch ( aCode.GetCode() ) in KeyInput()
/aoo42x/main/basctl/source/basicide/
H A Dbastypes.cxx152 KeyCode aCode = aKEvt.GetKeyCode(); in Notify() local
153 sal_uInt16 nCode = aCode.GetCode(); in Notify()
160 if ( aCode.IsMod1() ) in Notify()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr4.cxx1545 short nPC = aCode.GetPC(); in ConvertMatrixParameters()
1574 aCode.Jump( nNext, nNext); in ConvertMatrixParameters()
3194 const FormulaToken* pNextOp = aCode.PeekNextOperator(); in ScExternalRef()
3295 aCode( r ), in ScInterpreter()
3390 aCode.Reset(); in Interpret()
3391 while( ( pCur = aCode.Next() ) != NULL in Interpret()
3791 aCode.Push( pSub->GetTokenArray()); in Interpret()
3839 if ( nLevel == 1 || (nLevel == 2 && aCode.IsEndOfPath()) ) in Interpret()
H A Dinterpr1.cxx188 aCode.Jump( pJump[ nJumpCount ], pJump[ nJumpCount ] ); in ScIfJump()
198 aCode.Jump( pJump[ 1 ], pJump[ nJumpCount ] ); in ScIfJump()
204 aCode.Jump( pJump[ nJumpCount ], pJump[ nJumpCount ] ); in ScIfJump()
211 aCode.Jump( pJump[ 2 ], pJump[ nJumpCount ] ); in ScIfJump()
217 aCode.Jump( pJump[ nJumpCount ], pJump[ nJumpCount ] ); in ScIfJump()
305 aCode.Jump( pJump[ nJumpCount ], pJump[ nJumpCount ] ); in ScChoseJump()
315 aCode.Jump( pJump[ (short) nJumpIndex ], pJump[ nJumpCount ] ); in ScChoseJump()
323 aCode.Jump( pJump[ nJumpCount ], pJump[ nJumpCount ] ); in ScChoseJump()
364 if ( aCode.HasStacked() ) in JumpMatrix()
365 aCode.Pop(); // pop what Jump() pushed in JumpMatrix()
[all …]
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin2.cxx236 KeyCode aCode( KEY_SPACE ); in RequestHelp() local
239 aModStr.SearchAndReplace( aCode.GetName(), String() ); in RequestHelp()
/aoo42x/main/vcl/aqua/source/window/
H A Dsalframeview.mm54 static sal_uInt16 ImplMapCharCode( sal_Unicode aCode )
105 if( aCode < sizeof( aKeyCodeMap) / sizeof( aKeyCodeMap[0] ) )
106 nKeyCode = aKeyCodeMap[ aCode ];
107 else if( aCode >= 0xf700 && aCode < 0xf780 )
108 nKeyCode = aFunctionKeyCodeMap[ aCode - 0xf700 ];
/aoo42x/main/sc/source/ui/app/
H A Dinputhdl.cxx2990 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
2991 sal_uInt16 nModi = aCode.GetModifier(); in KeyInput()
2992 sal_Bool bShift = aCode.IsShift(); in KeyInput()
2993 sal_Bool bControl = aCode.IsMod1(); in KeyInput()
2994 sal_Bool bAlt = aCode.IsMod2(); in KeyInput()
2995 sal_uInt16 nCode = aCode.GetCode(); in KeyInput()
3000 ( bControl && aCode.GetCode() == KEY_TAB )) in KeyInput()
/aoo42x/main/vcl/source/gdi/
H A Dcvtsvm.cxx513 char aCode[ 5 ]; in ImplConvertFromSVM1() local
519 rIStm.Read( (char*) &aCode, sizeof( aCode ) ); // Kennung in ImplConvertFromSVM1()
527 || ( memcmp( aCode, "SVGDI", sizeof( aCode ) ) != 0 ) in ImplConvertFromSVM1()
/aoo42x/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()
/aoo42x/main/vcl/source/control/
H A Dfield2.cxx494 KeyCode aCode = rKEvt.GetKeyCode(); in ImplPatternProcessKeyInput() local
496 sal_uInt16 nKeyCode = aCode.GetCode(); in ImplPatternProcessKeyInput()
497 sal_Bool bShift = aCode.IsShift(); in ImplPatternProcessKeyInput()
502 if ( nKeyCode && !aCode.IsMod1() && !aCode.IsMod2() ) in ImplPatternProcessKeyInput()
/aoo42x/main/xmlscript/inc/xmlscript/
H A Dxmlmod_imexp.hxx43 ::rtl::OUString aCode;
/aoo42x/main/xmlscript/source/xmlmod_imexp/
H A Dxmlmod_export.cxx70 xOut->characters( rMod.aCode ); in exportScriptModule()
H A Dxmlmod_import.cxx88 _pImport->mrModuleDesc.aCode = _StrBuffer.makeStringAndClear(); in endElement()
/aoo42x/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()

Completed in 341 milliseconds

123