Home
last modified time | relevance | path

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

1234567891011

/AOO41X/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 …]
/AOO41X/main/vcl/inc/vcl/
H A Dkeycodes.hxx46 #define KEY_0 ((sal_uInt16)::com::sun::star::awt::Key::NUM0)
47 #define KEY_1 ((sal_uInt16)::com::sun::star::awt::Key::NUM1)
48 #define KEY_2 ((sal_uInt16)::com::sun::star::awt::Key::NUM2)
49 #define KEY_3 ((sal_uInt16)::com::sun::star::awt::Key::NUM3)
50 #define KEY_4 ((sal_uInt16)::com::sun::star::awt::Key::NUM4)
51 #define KEY_5 ((sal_uInt16)::com::sun::star::awt::Key::NUM5)
52 #define KEY_6 ((sal_uInt16)::com::sun::star::awt::Key::NUM6)
53 #define KEY_7 ((sal_uInt16)::com::sun::star::awt::Key::NUM7)
54 #define KEY_8 ((sal_uInt16)::com::sun::star::awt::Key::NUM8)
55 #define KEY_9 ((sal_uInt16)::com::sun::star::awt::Key::NUM9)
[all …]
/AOO41X/main/framework/qa/complex/accelerators/
H A DKeyMapping.java72 new KeyIdentifierInfo("0", new Short(com.sun.star.awt.Key.NUM0)), in KeyMapping()
73 new KeyIdentifierInfo("1", new Short(com.sun.star.awt.Key.NUM1)), in KeyMapping()
74 new KeyIdentifierInfo("2", new Short(com.sun.star.awt.Key.NUM2)), in KeyMapping()
75 new KeyIdentifierInfo("3", new Short(com.sun.star.awt.Key.NUM3)), in KeyMapping()
76 new KeyIdentifierInfo("4", new Short(com.sun.star.awt.Key.NUM4)), in KeyMapping()
77 new KeyIdentifierInfo("5", new Short(com.sun.star.awt.Key.NUM5)), in KeyMapping()
78 new KeyIdentifierInfo("6", new Short(com.sun.star.awt.Key.NUM6)), in KeyMapping()
79 new KeyIdentifierInfo("7", new Short(com.sun.star.awt.Key.NUM7)), in KeyMapping()
80 new KeyIdentifierInfo("8", new Short(com.sun.star.awt.Key.NUM8)), in KeyMapping()
81 new KeyIdentifierInfo("9", new Short(com.sun.star.awt.Key.NUM9)), in KeyMapping()
[all …]
/AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleKeyBinding.java65 case com.sun.star.awt.Key.NUM0: in convertKeyCode()
68 case com.sun.star.awt.Key.NUM1: in convertKeyCode()
71 case com.sun.star.awt.Key.NUM2: in convertKeyCode()
74 case com.sun.star.awt.Key.NUM3: in convertKeyCode()
77 case com.sun.star.awt.Key.NUM4: in convertKeyCode()
80 case com.sun.star.awt.Key.NUM5: in convertKeyCode()
83 case com.sun.star.awt.Key.NUM6: in convertKeyCode()
86 case com.sun.star.awt.Key.NUM7: in convertKeyCode()
89 case com.sun.star.awt.Key.NUM8: in convertKeyCode()
92 case com.sun.star.awt.Key.NUM9: in convertKeyCode()
[all …]
/AOO41X/main/rsc/source/parser/
H A Drscibas.cxx339 SETCONST( pKey, "KEY_0", com::sun::star::awt::Key::NUM0 ); in InitKey()
340 SETCONST( pKey, "KEY_1", com::sun::star::awt::Key::NUM1 ); in InitKey()
341 SETCONST( pKey, "KEY_2", com::sun::star::awt::Key::NUM2 ); in InitKey()
342 SETCONST( pKey, "KEY_3", com::sun::star::awt::Key::NUM3 ); in InitKey()
343 SETCONST( pKey, "KEY_4", com::sun::star::awt::Key::NUM4 ); in InitKey()
344 SETCONST( pKey, "KEY_5", com::sun::star::awt::Key::NUM5 ); in InitKey()
345 SETCONST( pKey, "KEY_6", com::sun::star::awt::Key::NUM6 ); in InitKey()
346 SETCONST( pKey, "KEY_7", com::sun::star::awt::Key::NUM7 ); in InitKey()
347 SETCONST( pKey, "KEY_8", com::sun::star::awt::Key::NUM8 ); in InitKey()
348 SETCONST( pKey, "KEY_9", com::sun::star::awt::Key::NUM9 ); in InitKey()
[all …]
/AOO41X/main/avmedia/source/java/
H A DWindowAdapter.java67 case( java.awt.event.KeyEvent.VK_0 ): nRet = com.sun.star.awt.Key.NUM0; break; in implGetUNOKeyCode()
69 case( java.awt.event.KeyEvent.VK_1 ): nRet = com.sun.star.awt.Key.NUM1; break; in implGetUNOKeyCode()
71 case( java.awt.event.KeyEvent.VK_2 ): nRet = com.sun.star.awt.Key.NUM2; break; in implGetUNOKeyCode()
73 case( java.awt.event.KeyEvent.VK_3 ): nRet = com.sun.star.awt.Key.NUM3; break; in implGetUNOKeyCode()
75 case( java.awt.event.KeyEvent.VK_4 ): nRet = com.sun.star.awt.Key.NUM4; break; in implGetUNOKeyCode()
77 case( java.awt.event.KeyEvent.VK_5 ): nRet = com.sun.star.awt.Key.NUM5; break; in implGetUNOKeyCode()
79 case( java.awt.event.KeyEvent.VK_6 ): nRet = com.sun.star.awt.Key.NUM6; break; in implGetUNOKeyCode()
81 case( java.awt.event.KeyEvent.VK_7 ): nRet = com.sun.star.awt.Key.NUM7; break; in implGetUNOKeyCode()
83 case( java.awt.event.KeyEvent.VK_8 ): nRet = com.sun.star.awt.Key.NUM8; break; in implGetUNOKeyCode()
85 case( java.awt.event.KeyEvent.VK_9 ): nRet = com.sun.star.awt.Key.NUM9; break; in implGetUNOKeyCode()
[all …]
/AOO41X/main/scp2/source/ooo/
H A Dprofileitem_ooo.scp31 Key = "UNO_JAVA_COMPPATH";
40 Key = "UNO_SERVICES";
49 Key = "UNO_TYPES";
60 Key = "ALLUSERS";
76 Key = "FINDPRODUCT";
92 Key = "ProductCode";
105 Key = "UpgradeCode";
116 Key = "Logo";
125 Key = "ProgressBarColor";
134 Key = "ProgressSize";
[all …]
H A Dcommon_brand.scp667 Key = "BaseInstallation";
676 Key = "ProductKey";
685 Key = "ErrorReportPort";
694 Key = "InstallMode";
703 Key = "UserInstallation";
717 Key = "URE_BOOTSTRAP";
726 Key = "Logo";
735 Key = "ProgressBarColor";
744 Key = "ProgressSize";
753 Key = "ProgressPosition";
[all …]
/AOO41X/main/soltools/ldump/
H A Dhashtbl.cxx66 void SetObject(const char * Key, void *pObject) in SetObject() argument
67 …{ m_Tag = TAG_USED; delete [] m_Key; m_Key = new char[ strlen( Key ) + 1 ]; strcpy( m_Key, Key ); … in SetObject()
128 unsigned long HashTable::Hash(const char *Key) const in Hash()
136 for (i=0,n=strlen( Key ); i<n; i++) in Hash()
138 h = (h<<4) + (unsigned long)(unsigned short)Key[i]; in Hash()
151 unsigned long HashTable::DHash(const char* Key, unsigned long lOldHash) const in DHash() argument
156 for (i=0,n=strlen( Key ); i<n; i++) in DHash()
159 lHash += (unsigned long)(unsigned short)Key[i]; in DHash()
177 bool HashTable::Insert(const char * Key, void* pObject) in Insert() argument
189 if (FindPos(Key) != NULL ) in Insert()
[all …]
/AOO41X/main/tools/workben/
H A Dhashtbl.cxx67 void SetObject(String const Key, void *pObject) in SetObject() argument
68 { m_Tag = TAG_USED; m_Key = Key; m_pObject = pObject; } in SetObject()
139 ULONG HashTable::Hash(String const& Key) const in Hash()
160 for (i=0,n=Key.Len(); i<n; i++) in Hash()
162 h = (h<<4) + (ULONG)(USHORT)Key.GetStr()[i]; in Hash()
175 ULONG HashTable::DHash(String const& Key, ULONG lOldHash) const in DHash() argument
180 for (i=0,n=Key.Len(); i<n; i++) in DHash()
183 lHash += (ULONG)(USHORT)Key.GetStr()[i]; in DHash()
211 BOOL HashTable::Insert(String const& Key, void* pObject) in Insert() argument
224 if (FindPos(Key) != NULL ) in Insert()
[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 …]
/AOO41X/main/soldep/bootstrp/
H A Dhashtbl.cxx63 void SetObject(ByteString const Key, void *pObject) in SetObject() argument
64 { m_Tag = TAG_USED; m_Key = Key; m_pObject = pObject; } in SetObject()
135 sal_uIntPtr HashTable::Hash(ByteString const& Key) const in Hash()
156 for (i=0,n=Key.Len(); i<n; i++) in Hash()
158 h = (h<<4) + (sal_uIntPtr)(sal_uInt16)Key.GetBuffer()[i]; in Hash()
171 sal_uIntPtr HashTable::DHash(ByteString const& Key, sal_uIntPtr lOldHash) const in DHash() argument
176 for (i=0,n=Key.Len(); i<n; i++) in DHash()
179 lHash += (sal_uIntPtr)(sal_uInt16)Key.GetBuffer()[i]; in DHash()
207 sal_Bool HashTable::Insert(ByteString const& Key, void* pObject) in Insert() argument
220 if (FindPos(Key) != NULL ) in Insert()
[all …]
/AOO41X/main/svtools/source/misc/
H A Dacceleratorexecute.cxx361 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_LINE: in impl_ts_findCommand()
364 case com::sun::star::awt::Key::DELETE_TO_END_OF_LINE: in impl_ts_findCommand()
367 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_PARAGRAPH: in impl_ts_findCommand()
370 case com::sun::star::awt::Key::DELETE_TO_END_OF_PARAGRAPH: in impl_ts_findCommand()
373 case com::sun::star::awt::Key::DELETE_WORD_BACKWARD: in impl_ts_findCommand()
376 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()
[all …]
/AOO41X/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx89 TCHAR* Key; member
155 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
156 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry()
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()
167 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
168 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… 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()
180 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
[all …]
/AOO41X/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 ()()
68 return ::std::make_pair< Key, Interface >( rOther.first, xResult ); in operator ()()
83 template< typename Key, class Interface >
85 const ::std::vector< ::std::pair< Key, Interface > > & rSource, in CloneRefPairVector()
86 ::std::vector< ::std::pair< Key, Interface > > & rDestination ) in CloneRefPairVector()
90 CreateRefWithKeyClone< Key, Interface >()); in CloneRefPairVector()
[all …]
/AOO41X/main/sdext/source/presenter/
H A DPresenterController.cxx961 case awt::Key::ESCAPE: in keyReleased()
962 case awt::Key::SUBTRACT: in keyReleased()
977 case awt::Key::PAGEDOWN: in keyReleased()
987 case awt::Key::RIGHT: in keyReleased()
988 case awt::Key::SPACE: in keyReleased()
989 case awt::Key::DOWN: in keyReleased()
990 case awt::Key::N: in keyReleased()
997 case awt::Key::LEFT: in keyReleased()
998 case awt::Key::PAGEUP: in keyReleased()
1008 case awt::Key::UP: in keyReleased()
[all …]
/AOO41X/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx408 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > { class
410 Key( in Key() function in stoc::simpleregistry::__anonf279c0a40211::Key
581 rtl::OUString Key::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
585 sal_Bool Key::isReadOnly() in isReadOnly()
591 sal_Bool Key::isValid() throw(css::uno::RuntimeException) { in isValid()
595 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType()
607 css::registry::RegistryValueType Key::getValueType() in getValueType()
616 sal_Int32 Key::getLongValue() throw ( in getLongValue()
628 void Key::setLongValue(sal_Int32) in setLongValue()
639 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue()
[all …]
H A Dsimpleregistry.cxx126 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > { class
128 Key( in Key() function in __anon3fa67f5c0111::Key
263 rtl::OUString Key::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
268 sal_Bool Key::isReadOnly() in isReadOnly()
275 sal_Bool Key::isValid() throw (css::uno::RuntimeException) { in isValid()
280 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType()
306 css::registry::RegistryValueType Key::getValueType() in getValueType()
351 sal_Int32 Key::getLongValue() throw ( in getLongValue()
380 void Key::setLongValue(sal_Int32 value) in setLongValue()
397 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue()
[all …]
/AOO41X/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()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datkaction.cxx186 if( ( rKeyStrokes[i].KeyCode >= awt::Key::A ) && ( rKeyStrokes[i].KeyCode <= awt::Key::Z ) ) in appendKeyStrokes()
187 rBuffer.append( (sal_Char) ( 'a' + ( rKeyStrokes[i].KeyCode - awt::Key::A ) ) ); in appendKeyStrokes()
194 case awt::Key::TAB: c = '\t'; break; 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()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dhashtbl.hxx47 sal_uIntPtr Hash(ByteString const& Key) const;
48 sal_uIntPtr DHash(ByteString const& Key, sal_uIntPtr lHash) const;
51 HashItem* FindPos(ByteString const& Key) const;
93 void* Find (ByteString const& Key) const;
94 sal_Bool Insert (ByteString const& Key, void* pObject);
95 void* Delete (ByteString const& Key);
133 ObjType Find (KeyType const& Key) const \
134 { return (ObjType) HashTable::Find(ByteString(Key)); } \
137 sal_Bool Insert (KeyType const& Key, ObjType Object) \
138 { return HashTable::Insert(ByteString(Key), (void*) Object); } \
[all …]
/AOO41X/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()
227 case awt::Key::RIGHT: 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()
232 case awt::Key::NUM4: in onKeyInput()
233 case awt::Key::NUM6: in onKeyInput()
[all …]
/AOO41X/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…
1136 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::MOVE_WORD_BACKWARD character: 0 mo…
1142 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_BACKWARD character: 0 …
1148 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_BACKWARD character: 0 …
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…
1166 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_FORWARD character: 0 m…
1172 …[self sendKeyInputAndReleaseToFrame: com::sun::star::awt::Key::SELECT_WORD_FORWARD character: 0 m…
[all …]
/AOO41X/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()
1628 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in ImplHandleKeyEvent()
1629 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in ImplHandleKeyEvent()
1630 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in ImplHandleKeyEvent()
[all …]
/AOO41X/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()
629 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in KeyInput()
630 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in KeyInput()
631 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in KeyInput()
632 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in KeyInput()
633 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in KeyInput()
634 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in KeyInput()
635 case com::sun::star::awt::Key::MOVE_TO_END_OF_PARAGRAPH: in KeyInput()
[all …]

1234567891011