Home
last modified time | relevance | path

Searched refs:aShort (Results 1 – 25 of 44) sorted by path

12

/trunk/main/autodoc/inc/ary/doc/
H A Dd_oldidldocu.hxx61 { aShort.AddToken(let_drToken); } in AddToken2Short()
77 … const DocuTex2 & Short() const { return pExternShort != 0 ? *pExternShort : aShort; } in Short()
91 DocuTex2 aShort; member in ary::doc::OldIdlDocu
/trunk/main/autodoc/source/ary/doc/
H A Dd_oldidldocu.cxx40 aShort(), in OldIdlDocu()
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1215 short aShort = 0x7fff; in testInterface()
1233 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface()
1267 l.assure(aShort == outShort); in testInterface()
1314 l.assure(aShort == inoutShort); in testInterface()
1334 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface()
1342 l.assure(obj.retShort() == aShort); in testInterface()
1366 obj.attrShort = aShort; in testInterface()
1367 l.assure(obj.attrShort == aShort); in testInterface()
H A Dtestobjects.cs110 short aShort, ushort aUShort, in inParameters() argument
123 m_Short = aShort; in inParameters()
144 out short aShort, out ushort aUShort, in outParameters() argument
157 aShort = m_Short; in outParameters()
180 ref short aShort, ref ushort aUShort, in inoutParameters() argument
199 short _short = aShort; in inoutParameters()
200 aShort = m_Short; in inoutParameters()
H A Dtypes.idl80 void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort,
89 void outParameters([out] boolean aBool, [out] byte aByte, [out] short aShort,
98 void inoutParameters([inout] boolean aBool, [inout] byte aByte, [inout] short aShort,
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx782 System::Int16 aShort= *__try_cast<System::Int16*>(cli_data); in map_to_uno() local
783 *(sal_Int16*) uno_data= aShort; in map_to_uno()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1133 o << "(sal_Int16)" << constValue.m_value.aShort; in dumpConstantValue()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1420 o << "(sal_Int16)" << constValue.m_value.aShort; in dumpConstantValue()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx666 o << constValue.m_value.aShort; in dumpConstantValue()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2442 valueIndex = classFile->addIntegerInfo(fieldValue.m_value.aShort); in addConstant()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx721 String aShort( pCurNode->Copy( rSttPos, nEndPos - rSttPos ) ); in ChgAutoCorrWord() local
724 if( !aShort.Len() ) in ChgAutoCorrWord()
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp141 short aShort = *val; in inoutShort() local
143 m_short = aShort; in inoutShort()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1466 sal_Int16 aShort; in testInterface() local
1550 xCallback->outShort( aShort); in testInterface()
1551 sprintf( buff,"XCallback::outShort, value: %d", aShort); in testInterface()
1585 sal_Int16 aShort; in testInterface() local
1593 aShort, aLong); in testInterface()
1755 sal_Int16 aShort= 0xff; in testInterface() local
1756 xCallback->inoutShort( aShort); in testInterface()
1758 sprintf( buff, "out value sal_Int16: %d", aShort); in testInterface()
1811 sal_Int16 aShort= 0xff; in testInterface() local
1816 aByte, aShort, aLong ); in testInterface()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl270 [inout] short aShort,
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp86 /* [out] */ short __RPC_FAR *aShort, in outValuesAll() argument
108 hr= outShort( aShort); in outValuesAll()
436 /* [out][in] */ short __RPC_FAR *aShort, in inoutValuesAll() argument
450 inoutShort( aShort); in inoutValuesAll()
H A DCallback.h82 /* [out][in] */ short __RPC_FAR *aShort,
109 /* [out] */ short __RPC_FAR *aShort,
H A DXCallback_Impl.idl53 [out] short* aShort,
93 [in,out] short* aShort,
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7055 String aShort, aFull; in ConvertToOle2() local
/trunk/main/idlc/source/
H A Dastconstant.cxx70 aConst.m_value.aShort = exprVal->u.sval; in dumpBlob()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java62 Short aShort= new Short((short) 11111); field in AnyConverter_Test
77 anyShort= new Any(new Type(Short.TYPE), aShort); in AnyConverter_Test()
258 sh= AnyConverter.toShort(aShort); in test_toShort()
259 assure("", sh == aShort.shortValue()); in test_toShort()
324 val= AnyConverter.toInt(aShort); in test_toInt()
325 assure("", val == aShort.shortValue()); in test_toInt()
391 val= AnyConverter.toLong(aShort); in test_toLong()
392 assure("", val == aShort.shortValue()); in test_toLong()
465 val= AnyConverter.toFloat(aShort); in test_toFloat()
521 val= AnyConverter.toDouble(aShort); in test_toDouble()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCalendar.java462 short aShort = oObj.getMinimumNumberOfDaysForFirstWeek(); in _getMinimumNumberOfDaysForFirstWeek() local
463 res &= (aShort == mdfw); in _getMinimumNumberOfDaysForFirstWeek()
473 short aShort = oObj.getNumberOfMonthsInYear(); in _getNumberOfMonthsInYear() local
475 res &= (aShort == (short) 12); in _getNumberOfMonthsInYear()
485 short aShort = oObj.getNumberOfDaysInWeek(); in _getNumberOfDaysInWeek() local
487 res &= (aShort == (short) 7); in _getNumberOfDaysInWeek()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterProperties.java256 Short aShort = new Short((short) 1); in _RubyAdjust() local
258 (XPropertySet) oPort,"RubyAdjust", aShort); in _RubyAdjust()
260 Short aShort = new Short((short) 1); in _RubyAdjust() local
327 Short aShort = new Short((short) 10); in _CharRotation() local
328 changeProp(oObj,oObj, "CharRotation", aShort); in _CharRotation()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx84 aConstantAny >>= constValue.m_value.aShort; in writeConstantData()
/trunk/main/registry/inc/registry/
H A Dtypes.h217 sal_Int16 aShort; member
/trunk/main/registry/source/
H A Dreflread.cxx680 value->aShort = m_pCP->readINT16Constant(cpIndex); in getFieldConstValue()

Completed in 227 milliseconds

12