Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/trunk/main/framework/source/accelerators/
H A Dkeymapping.cxx51 {css::awt::Key::NUM0 , "KEY_0" },
52 {css::awt::Key::NUM1 , "KEY_1" },
53 {css::awt::Key::NUM2 , "KEY_2" },
54 {css::awt::Key::NUM3 , "KEY_3" },
55 {css::awt::Key::NUM4 , "KEY_4" },
56 {css::awt::Key::NUM5 , "KEY_5" },
57 {css::awt::Key::NUM6 , "KEY_6" },
58 {css::awt::Key::NUM7 , "KEY_7" },
59 {css::awt::Key::NUM8 , "KEY_8" },
60 {css::awt::Key::NUM9 , "KEY_9" },
[all …]
/trunk/main/vcl/inc/vcl/
H A Dkeycodes.hxx57 #define KEY_A ((sal_uInt16)::com::sun::star::awt::Key::A)
58 #define KEY_B ((sal_uInt16)::com::sun::star::awt::Key::B)
59 #define KEY_C ((sal_uInt16)::com::sun::star::awt::Key::C)
60 #define KEY_D ((sal_uInt16)::com::sun::star::awt::Key::D)
61 #define KEY_E ((sal_uInt16)::com::sun::star::awt::Key::E)
62 #define KEY_F ((sal_uInt16)::com::sun::star::awt::Key::F)
63 #define KEY_G ((sal_uInt16)::com::sun::star::awt::Key::G)
64 #define KEY_H ((sal_uInt16)::com::sun::star::awt::Key::H)
65 #define KEY_I ((sal_uInt16)::com::sun::star::awt::Key::I)
66 #define KEY_J ((sal_uInt16)::com::sun::star::awt::Key::J)
[all …]
/trunk/main/framework/qa/complex/accelerators/
H A DKeyMapping.java82 new KeyIdentifierInfo("A", new Short(com.sun.star.awt.Key.A)), in KeyMapping()
83 new KeyIdentifierInfo("B", new Short(com.sun.star.awt.Key.B)), in KeyMapping()
84 new KeyIdentifierInfo("C", new Short(com.sun.star.awt.Key.C)), in KeyMapping()
85 new KeyIdentifierInfo("D", new Short(com.sun.star.awt.Key.D)), in KeyMapping()
86 new KeyIdentifierInfo("E", new Short(com.sun.star.awt.Key.E)), in KeyMapping()
87 new KeyIdentifierInfo("F", new Short(com.sun.star.awt.Key.F)), in KeyMapping()
88 new KeyIdentifierInfo("G", new Short(com.sun.star.awt.Key.G)), in KeyMapping()
89 new KeyIdentifierInfo("H", new Short(com.sun.star.awt.Key.H)), in KeyMapping()
90 new KeyIdentifierInfo("I", new Short(com.sun.star.awt.Key.I)), in KeyMapping()
91 new KeyIdentifierInfo("J", new Short(com.sun.star.awt.Key.J)), in KeyMapping()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleKeyBinding.java95 case com.sun.star.awt.Key.A: in convertKeyCode()
98 case com.sun.star.awt.Key.B: in convertKeyCode()
101 case com.sun.star.awt.Key.C: in convertKeyCode()
104 case com.sun.star.awt.Key.D: in convertKeyCode()
107 case com.sun.star.awt.Key.E: in convertKeyCode()
110 case com.sun.star.awt.Key.F: in convertKeyCode()
113 case com.sun.star.awt.Key.G: in convertKeyCode()
116 case com.sun.star.awt.Key.H: in convertKeyCode()
119 case com.sun.star.awt.Key.I: in convertKeyCode()
122 case com.sun.star.awt.Key.J: in convertKeyCode()
[all …]
/trunk/main/rsc/source/parser/
H A Drscibas.cxx350 SETCONST( pKey, "KEY_A", com::sun::star::awt::Key::A ); in InitKey()
351 SETCONST( pKey, "KEY_B", com::sun::star::awt::Key::B ); in InitKey()
352 SETCONST( pKey, "KEY_C", com::sun::star::awt::Key::C ); in InitKey()
353 SETCONST( pKey, "KEY_D", com::sun::star::awt::Key::D ); in InitKey()
354 SETCONST( pKey, "KEY_E", com::sun::star::awt::Key::E ); in InitKey()
355 SETCONST( pKey, "KEY_F", com::sun::star::awt::Key::F ); in InitKey()
356 SETCONST( pKey, "KEY_G", com::sun::star::awt::Key::G ); in InitKey()
357 SETCONST( pKey, "KEY_H", com::sun::star::awt::Key::H ); in InitKey()
358 SETCONST( pKey, "KEY_I", com::sun::star::awt::Key::I ); in InitKey()
359 SETCONST( pKey, "KEY_J", com::sun::star::awt::Key::J ); in InitKey()
[all …]
/trunk/main/avmedia/source/java/
H A DWindowAdapter.java87 case( java.awt.event.KeyEvent.VK_A ): nRet = com.sun.star.awt.Key.A; break; in implGetUNOKeyCode()
88 case( java.awt.event.KeyEvent.VK_B ): nRet = com.sun.star.awt.Key.B; break; in implGetUNOKeyCode()
89 case( java.awt.event.KeyEvent.VK_C ): nRet = com.sun.star.awt.Key.C; break; in implGetUNOKeyCode()
90 case( java.awt.event.KeyEvent.VK_D ): nRet = com.sun.star.awt.Key.D; break; in implGetUNOKeyCode()
91 case( java.awt.event.KeyEvent.VK_E ): nRet = com.sun.star.awt.Key.E; break; in implGetUNOKeyCode()
92 case( java.awt.event.KeyEvent.VK_F ): nRet = com.sun.star.awt.Key.F; break; in implGetUNOKeyCode()
93 case( java.awt.event.KeyEvent.VK_G ): nRet = com.sun.star.awt.Key.G; break; in implGetUNOKeyCode()
94 case( java.awt.event.KeyEvent.VK_H ): nRet = com.sun.star.awt.Key.H; break; in implGetUNOKeyCode()
95 case( java.awt.event.KeyEvent.VK_I ): nRet = com.sun.star.awt.Key.I; break; in implGetUNOKeyCode()
96 case( java.awt.event.KeyEvent.VK_J ): nRet = com.sun.star.awt.Key.J; break; in implGetUNOKeyCode()
[all …]
/trunk/main/scp2/source/ooo/
H A Dprofileitem_ooo.scp40 Key = "UNO_SERVICES";
49 Key = "UNO_TYPES";
60 Key = "ALLUSERS";
76 Key = "FINDPRODUCT";
92 Key = "ProductCode";
105 Key = "UpgradeCode";
116 Key = "Logo";
163 Key = "HideEula";
204 Key = "UNO_TYPES";
509 Key = "buildid";
[all …]
H A Dcommon_brand.scp676 Key = "ProductKey";
694 Key = "InstallMode";
726 Key = "Logo";
790 Key = "HideEula";
804 Key = "STARTLANG";
817 Key = "buildid";
825 Key = "Revision";
918 Key = "UpdateURL";
935 Key = "UpdateID";
1145 Key = "ALLUSERS";
[all …]
/trunk/main/soltools/ldump/
H A Dhashtbl.cxx136 for (i=0,n=strlen( Key ); i<n; i++) in Hash()
156 for (i=0,n=strlen( Key ); i<n; i++) in DHash()
189 if (FindPos(Key) != NULL ) in Insert()
192 unsigned long lPos = Hash(Key); in Insert()
199 pItem->SetObject(Key, pObject); in Insert()
207 lPos = DHash(Key,lPos); in Insert()
212 pItem->SetObject(Key, pObject); in Insert()
227 pItem->SetObject(Key, pObject); in Insert()
254 lPos = DHash(Key,lPos); in FindPos()
300 HashItem *pItem = FindPos(Key); in Find()
[all …]
/trunk/main/tools/workben/
H A Dhashtbl.cxx160 for (i=0,n=Key.Len(); i<n; i++) in Hash()
180 for (i=0,n=Key.Len(); i<n; i++) in DHash()
224 if (FindPos(Key) != NULL ) in Insert()
227 ULONG lPos = Hash(Key); in Insert()
246 lPos = DHash(Key,lPos); in Insert()
274 pItem->SetObject(Key, pObject); in Insert()
288 ULONG lPos = Hash(Key); in FindPos()
292 && pItem->GetKey() == Key) in FindPos()
301 lPos = DHash(Key,lPos); in FindPos()
350 && pItem->GetKey() == Key) in Find()
[all …]
H A Dhashtbl.hxx46 ULONG Hash(String const& Key) const;
47 ULONG DHash(String const& Key, ULONG lHash) const;
50 HashItem* FindPos(String const& Key) const;
92 void* Find (String const& Key) const;
93 BOOL Insert (String const& Key, void* pObject);
94 void* Delete (String const& Key);
132 ObjType Find (KeyType const& Key) const \
133 { return (ObjType) HashTable::Find(String(Key)); } \
135 BOOL Insert (KeyType const& Key, ObjType Object) \
136 { return HashTable::Insert(String(Key), (void*) Object); } \
[all …]
/trunk/main/svtools/source/misc/
H A Dacceleratorexecute.cxx376 case com::sun::star::awt::Key::DELETE_WORD_FORWARD: in impl_ts_findCommand()
379 case com::sun::star::awt::Key::INSERT_LINEBREAK: in impl_ts_findCommand()
382 case com::sun::star::awt::Key::INSERT_PARAGRAPH: in impl_ts_findCommand()
385 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in impl_ts_findCommand()
388 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in impl_ts_findCommand()
409 case com::sun::star::awt::Key::SELECT_BACKWARD: in impl_ts_findCommand()
412 case com::sun::star::awt::Key::SELECT_FORWARD: in impl_ts_findCommand()
421 case com::sun::star::awt::Key::SELECT_WORD: in impl_ts_findCommand()
424 case com::sun::star::awt::Key::SELECT_LINE: in impl_ts_findCommand()
427 case com::sun::star::awt::Key::SELECT_PARAGRAPH: in impl_ts_findCommand()
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx89 TCHAR* Key; member
157 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry()
158 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry()
169 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry()
170 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry()
182 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry()
183 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry()
201 RegDeleteValue(hKey, ColumnHandler.Key); in DeinstallExecSequenceEntry()
202 RegDeleteValue(hKey, InfotipHandler.Key); in DeinstallExecSequenceEntry()
203 RegDeleteValue(hKey, PropHandler.Key); in DeinstallExecSequenceEntry()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx989 case awt::Key::DOWN: in keyReleased()
990 case awt::Key::N: in keyReleased()
997 case awt::Key::LEFT: in keyReleased()
1008 case awt::Key::UP: in keyReleased()
1009 case awt::Key::P: in keyReleased()
1017 case awt::Key::HOME: in keyReleased()
1024 case awt::Key::END: in keyReleased()
1031 case awt::Key::W: in keyReleased()
1042 case awt::Key::B: in keyReleased()
1053 case awt::Key::NUM0: in keyReleased()
[all …]
/trunk/main/chart2/source/inc/
H A DCloneHelper.hxx54 template< typename Key, class Interface >
56 ::std::pair< Key, Interface >,
57 ::std::pair< Key, Interface > >
59 ::std::pair< Key, Interface > operator() ( in operator ()()
60 const ::std::pair< Key, Interface > & rOther ) in operator ()()
83 template< typename Key, class Interface >
85 const ::std::vector< ::std::pair< Key, Interface > > & rSource, in CloneRefPairVector()
90 CreateRefWithKeyClone< Key, Interface >()); in CloneRefPairVector()
94 template< typename Key, class Interface >
96 const ::std::map< Key, Interface > & rSource, in CloneRefMap()
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx410 Key( in Key() function in stoc::simpleregistry::__anon1514e4740211::Key
585 sal_Bool Key::isReadOnly() in isReadOnly()
616 sal_Int32 Key::getLongValue() throw ( in getLongValue()
628 void Key::setLongValue(sal_Int32) in setLongValue()
662 rtl::OUString Key::getAsciiValue() throw ( in getAsciiValue()
746 rtl::OUString Key::getStringValue() throw ( in getStringValue()
841 return new Key(data_, path); in openKey()
856 void Key::closeKey() in closeKey()
860 void Key::deleteKey(rtl::OUString const &) in deleteKey()
872 Key::openKeys() in openKeys()
[all …]
H A Dsimpleregistry.cxx128 Key( in Key() function in __anon8684692c0111::Key
268 sal_Bool Key::isReadOnly() in isReadOnly()
351 sal_Int32 Key::getLongValue() throw ( in getLongValue()
380 void Key::setLongValue(sal_Int32 value) in setLongValue()
641 void Key::setAsciiListValue( in setAsciiListValue()
819 void Key::setStringListValue( in setStringListValue()
920 return new Key(registry_, key); in openKey()
957 void Key::closeKey() in closeKey()
990 Key::openKeys() in openKeys()
1054 sal_Bool Key::createLink( in createLink()
[all …]
/trunk/main/xml2cmp/source/xcd/
H A Dmain.cxx208 if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) ) in Create_TypeInfo()
217 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in Create_TypeInfo()
220 const char * sQuali = strrchr( pHeapTop->Key(), ' ' )+1; in Create_TypeInfo()
223 aOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in Create_TypeInfo()
226 WriteStr( aOut, pHeapTop->Key() ); in Create_TypeInfo()
295 if ( 0 == strcmp(pHeapTop->Key(), pLastHeapTop->Key()) ) in StreamOut_TypeInfo()
304 const char * sEnd = strchr( pHeapTop->Key(), ' ' ); in StreamOut_TypeInfo()
307 const char * sQuali = strrchr( pHeapTop->Key(), ' ' ) + 1; in StreamOut_TypeInfo()
310 o_rOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in StreamOut_TypeInfo()
313 WriteStr( o_rOut, pHeapTop->Key() ); in StreamOut_TypeInfo()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkaction.cxx186 if( ( rKeyStrokes[i].KeyCode >= awt::Key::A ) && ( rKeyStrokes[i].KeyCode <= awt::Key::Z ) ) in appendKeyStrokes()
195 case awt::Key::SPACE: c = ' '; break; in appendKeyStrokes()
196 case awt::Key::ADD: c = '+'; break; in appendKeyStrokes()
197 case awt::Key::SUBTRACT: c = '-'; break; in appendKeyStrokes()
198 case awt::Key::MULTIPLY: c = '*'; break; in appendKeyStrokes()
199 case awt::Key::DIVIDE: c = '/'; break; in appendKeyStrokes()
200 case awt::Key::POINT: c = '.'; break; in appendKeyStrokes()
201 case awt::Key::COMMA: c = ','; break; in appendKeyStrokes()
202 case awt::Key::LESS: c = '<'; break; in appendKeyStrokes()
203 case awt::Key::GREATER: c = '>'; break; in appendKeyStrokes()
[all …]
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx224 case awt::Key::DOWN: in onKeyInput()
225 case awt::Key::UP: in onKeyInput()
226 case awt::Key::LEFT: in onKeyInput()
228 case awt::Key::TAB: in onKeyInput()
229 case awt::Key::HOME: in onKeyInput()
230 case awt::Key::END: in onKeyInput()
231 case awt::Key::NUM2: in onKeyInput()
236 case awt::Key::F2: in onKeyInput()
1333 case awt::Key::UP: in getKeyboardAction()
1346 if( (nCode == awt::Key::UP) || (nCode == awt::Key::NUM8) ) in getKeyboardAction()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1106 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_BACKWARD character: 0 modif…
1124 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_FORWARD character: 0 modifi…
1130 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_BACKWARD character: 0 mo…
1154 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_FORWARD character: 0 mod…
1160 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_FORWARD character: 0 mod…
1385 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::INSERT_LINEBREAK character: 0 modi…
1391 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::INSERT_PARAGRAPH character: 0 modi…
1397 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD character: 0 modifiers…
1403 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_LINE character: 0 modifiers…
1409 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_PARAGRAPH character: 0 modi…
[all …]
/trunk/main/vcl/source/control/
H A Dedit.cxx1611 case com::sun::star::awt::Key::SELECT_ALL: in ImplHandleKeyEvent()
1622 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in ImplHandleKeyEvent()
1623 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in ImplHandleKeyEvent()
1624 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in ImplHandleKeyEvent()
1625 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in ImplHandleKeyEvent()
1626 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in ImplHandleKeyEvent()
1627 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in ImplHandleKeyEvent()
1629 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in ImplHandleKeyEvent()
1745 case com::sun::star::awt::Key::DELETE_WORD_BACKWARD: in ImplHandleKeyEvent()
1746 case com::sun::star::awt::Key::DELETE_WORD_FORWARD: in ImplHandleKeyEvent()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextview.cxx626 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in KeyInput()
627 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in KeyInput()
628 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in KeyInput()
631 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in KeyInput()
1296 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in ImpMoveCursor()
1298 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in ImpMoveCursor()
1301 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in ImpMoveCursor()
1303 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in ImpMoveCursor()
1308 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in ImpMoveCursor()
1311 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in ImpMoveCursor()
[all …]
/trunk/main/sal/osl/w32/
H A Dthread.c512 void SAL_CALL osl_destroyThreadKey(oslThreadKey Key) in osl_destroyThreadKey() argument
514 if (Key != 0) in osl_destroyThreadKey()
516 PTLS pTls = (PTLS)Key; in osl_destroyThreadKey()
527 void* SAL_CALL osl_getThreadKeyData(oslThreadKey Key) in osl_getThreadKeyData() argument
529 if (Key != 0) in osl_getThreadKeyData()
531 PTLS pTls = (PTLS)Key; in osl_getThreadKeyData()
542 sal_Bool SAL_CALL osl_setThreadKeyData(oslThreadKey Key, void *pData) in osl_setThreadKeyData() argument
544 if (Key != 0) in osl_setThreadKeyData()
546 PTLS pTls = (PTLS)Key; in osl_setThreadKeyData()
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1000.pem11 Subject Public Key Info:
12 Public Key Algorithm: rsaEncryption
13 RSA Public Key: (1024 bit)
26 X509v3 Key Usage:
27 Digital Signature, Non Repudiation, Key Encipherment
28 X509v3 Subject Key Identifier:
30 X509v3 Authority Key Identifier:

Completed in 336 milliseconds

12345678910>>...12