Home
last modified time | relevance | path

Searched refs:aCode (Results 1 – 25 of 62) sorted by last modified time

123

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx319 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
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()
/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/svtools/source/contnr/
H A Dsvimpbox.cxx2259 sal_uInt16 aCode = rKeyCode.GetCode(); in KeyInput() local
2267 switch( aCode ) in KeyInput()
H A Dimivctl1.cxx3973 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
3974 sal_uInt16 nCode = aCode.GetCode(); in KeyInput()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx828 void TokenParser::Parse( const String &aCode, ParserMessageList* pList ) in Parse() argument
833 aParser.Parse( aCode ); in Parse()
/trunk/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()
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx119 sal_uInt16 aCode = aTempArray[0]; in convertOne() local
121 aCode = (aCode << 8) + (aTempArray[i] & 0xFF); in convertOne()
122 return aCode; in convertOne()
148 sal_uInt16 aCode = aTempArray[0]; in convertStr() local
150 aCode = (aCode << 8) + (aTempArray[i] & 0xFF); in convertStr()
151 pDst[n] = aCode; in convertStr()
/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/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()
/trunk/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()
/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/sc/source/ui/view/
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()
/trunk/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()
/trunk/main/framework/source/dispatch/
H A Dmenudispatcher.cxx284 KeyCode aCode = aAccel.GetKeyCode( nId ); in impl_setAccelerators() local
285 if ( aCode.GetCode() ) in impl_setAccelerators()
286 pMenu->SetAccelKey( nId, aCode ); in impl_setAccelerators()
/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()
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()
H A Dinitui.cxx182 KeyCode aCode( KEY_SPACE ); in ShellResource() local
185 aModStr.SearchAndReplace( aCode.GetName(), String() ); in ShellResource()
/trunk/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()
/trunk/main/xmlscript/inc/xmlscript/
H A Dxmlmod_imexp.hxx43 ::rtl::OUString aCode;
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1772 sal_Unicode aCode = (sal_Unicode)getUInt16BE( pNameBuffer ); in convertTrueTypeName() local
1773 sal_Char aChar = aCode >> 8; in convertTrueTypeName()
1776 aChar = aCode & 0x00ff; in convertTrueTypeName()
3911 sal_Unicode aCode = (sal_Unicode)rName.copy( 3 ).toInt32( 16 ); in getUnicodeFromAdobeName() local
3912 aRet.push_back( aCode ); in getUnicodeFromAdobeName()
/trunk/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()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1825 aCode += 'F'; in GetKeyName()
1892 aCode += '+'; in GetKeyName()
1895 aCode += '-'; in GetKeyName()
1898 aCode += '*'; in GetKeyName()
1901 aCode += '/'; in GetKeyName()
1904 aCode += '.'; in GetKeyName()
1907 aCode += ','; in GetKeyName()
1910 aCode += '<'; in GetKeyName()
1913 aCode += '>'; in GetKeyName()
1916 aCode += '='; in GetKeyName()
[all …]
/trunk/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 ];

Completed in 242 milliseconds

123