Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 23 of 23) sorted by relevance

/trunk/main/vcl/inc/os2/
H A Dwingdi.h39 SHORT value;
67 SHORT gmCellIncX;
68 SHORT gmCellIncY;
H A Dsalmenu.h48 SHORT sAmplification;
/trunk/main/embeddedobj/source/msole/
H A Dxdialogcreator.cxx264 *( (short* )( pBuf+6 )) = ( SHORT ) 0; in createInstanceByDialog()
265 *( (short* )( pBuf+8 )) = ( SHORT ) 0; in createInstanceByDialog()
266 *( (short* )( pBuf+10 )) = ( SHORT ) pMF->xExt; in createInstanceByDialog()
267 *( (short* )( pBuf+12 )) = ( SHORT ) pMF->yExt; in createInstanceByDialog()
H A Dolecomponent.cxx309 *( (short* )( pBuf+6 )) = ( SHORT ) 0; in ConvertDataForFlavor()
310 *( (short* )( pBuf+8 )) = ( SHORT ) 0; in ConvertDataForFlavor()
311 *( (short* )( pBuf+10 )) = ( SHORT ) pMF->xExt; in ConvertDataForFlavor()
312 *( (short* )( pBuf+12 )) = ( SHORT ) pMF->yExt; in ConvertDataForFlavor()
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx188 case com::sun::star::i18n::KNumberFormatType::SHORT : in mapElementTypeShortToString()
202 return com::sun::star::i18n::KNumberFormatType::SHORT; in mapElementTypeStringToShort()
208 return com::sun::star::i18n::KNumberFormatType::SHORT; in mapElementTypeStringToShort()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java104 new TypeClass[] { TypeClass.SHORT, TypeClass.UNSIGNED_SHORT }); in __javaClassToTypeClass.put() argument
107 new TypeClass[] { TypeClass.SHORT, TypeClass.UNSIGNED_SHORT }); in __javaClassToTypeClass.put() argument
151 public static final Type SHORT = new Type(short.class); field in Type
/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java41 success &= testType(short.class, TypeClass.SHORT, "short"); in test()
153 new Any(Type.SHORT, in test()
157 new Any(Type.SHORT, new Short((short) 0)), in test()
160 new Any(Type.SHORT, new Short((short) 32767)), in test()
343 success &= testMapAny(transport, Type.SHORT, new CompareBoxed()); in test()
570 success &= testMapAny(transport, new Any(Type.TYPE, Type.SHORT), in test()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java95 return containsType(TypeClass.SHORT, object); in isShort()
221 Short ret= (Short)convertSimple(TypeClass.SHORT, null, object); in toShort()
/trunk/main/udkapi/com/sun/star/container/
H A DEnumerableMap.idl50 … <li>If the key type is any of <code>BYTE</code>, <code>SHORT</code>, <code>UNSIGNED SHORT</code>,
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java337 || ( _typeClass == TypeClass.SHORT ) in isPrimitive()
354 && ( _typeClass != TypeClass.SHORT ) in isObjectPrimitive()
/trunk/main/offapi/com/sun/star/i18n/
H A DKNumberFormatType.idl40 const short SHORT = 1;
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp831 LONG cx = (SHORT)LOWORD( lParam ); in GrowChildWindows()
832 LONG cy = (SHORT)HIWORD( lParam ); in GrowChildWindows()
881 EnumChildWindows( hwndDlg, GrowChildWindows, MAKELONG( (SHORT)dxClient, (SHORT)dyClient) ); in PreviewDialogProc()
/trunk/test/testuno/source/api/i18n/
H A DXNumberFormatCodeTest.java100 nfc = oObj.getDefault(KNumberFormatType.SHORT, in _getDefault()
/trunk/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl58 SHORT,
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java818 assertTrue("", Type.SHORT.equals(AnyConverter.getType(anyShort))); in test_isShort()
822 assertTrue("", !Type.SHORT.equals(AnyConverter.getType(a))); in test_isShort()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx331 MAP( SHORT, sal_Int16 ); in getFastPropertyValue()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java91 return getDefinitely(Type.SHORT); in getTypeDescription()
/trunk/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp491 DEFINE_UNICOWS_THUNK( user32, SHORT, WINAPI, VkKeyScanExW, (WCHAR,HKL) )
492 DEFINE_UNICOWS_THUNK( user32, SHORT, WINAPI, VkKeyScanW, (WCHAR) )
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2082 case i18n::KNumberFormatType::SHORT : in ImpAdjustFormatCodeDefault()
2098 case i18n::KNumberFormatType::SHORT : in ImpAdjustFormatCodeDefault()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2666 SHORT val; in get_OLECHARFromAny()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2763 SHORT nFlags = SHORT1FROMMP( nMP1 ); in ImplHandleKeyMsg()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3677 SHORT scan = VkKeyScanExW( aUnicode, hkl ); in MapUnicodeToKeyCode()
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1225 #define _TEXTCAT_RESULT_SHORT "SHORT"