Home
last modified time | relevance | path

Searched refs:nShort (Results 1 – 21 of 21) sorted by relevance

/trunk/main/stoc/test/
H A Dtestiadapter.cxx122 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
133 rData.Short = nShort; in assign()
149 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
175 sal_Int16 nShort, sal_uInt16 nUShort,
329 sal_Int16 nShort; in invoke() local
350 rParams[3] >>= nShort; in invoke()
377 rParams[3] >>= nShort; in invoke()
419 rOutParam[3] <<= nShort; in invoke()
463 rOutParam[3] <<= nShort; in invoke()
507 rOutParam[3] <<= nShort; in invoke()
[all …]
H A Dlanguage_binding.idl89 [in] short nShort, [in] unsigned short nUShort,
101 [inout] short nShort, [inout] unsigned short nUShort,
114 [out] short nShort, [out] unsigned short nUShort,
154 [out] short nShort, [out] unsigned short nUShort,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
41 rData.Short = nShort;
73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ argument
76 self.__dict__["data"] = TestDataElements( bBool, cChar, nByte, nShort, nUShort, nLong,
81 def setValues2( self, bBool, cChar, nByte, nShort, nUShort, nLong, nULong,\ argument
84 self.__dict__["Struct"] = TestData( cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\
88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \
H A Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
55 rData.Short = nShort;
/trunk/main/editeng/source/items/
H A Dnumitem.cxx245 short nShort; in SvxNumberFormat() local
246 rStream >> nShort; in SvxNumberFormat()
247 nFirstLineOffset = nShort; in SvxNumberFormat()
248 rStream >> nShort; in SvxNumberFormat()
249 nAbsLSpace = nShort; in SvxNumberFormat()
250 rStream >> nShort; in SvxNumberFormat()
251 nLSpace = nShort; in SvxNumberFormat()
253 rStream >> nShort; in SvxNumberFormat()
895 sal_uInt16 nShort; in SvxNumRule() local
896 rStream >> nShort; in SvxNumRule()
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx79 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
90 rData.Short = nShort; in assign()
106 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
177 sal_Int16 nShort, sal_uInt16 nUShort,
189 sal_Int16& nShort, sal_uInt16& nUShort,
201 sal_Int16& nShort, sal_uInt16& nUShort,
556 sal_Int16 nShort, sal_uInt16 nUShort, in setValues() argument
574 sal_Int16& nShort, sal_uInt16& nUShort, in setValues2() argument
598 sal_Int16& nShort, sal_uInt16& nUShort, in getValues() argument
[all …]
H A Dbridgetest.cxx193 sal_Int16 nShort, sal_uInt16 nUShort, in assign() argument
204 rData.Short = nShort; in assign()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx415 short nShort; in _SwNumFmtGlobal() local
453 rStream >> nShort; aFmt.SetFirstLineOffset( nShort ); in _SwNumFmtGlobal()
455 rStream >> nShort; aFmt.SetLSpace( nShort ); in _SwNumFmtGlobal()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx97 sal_Int16 nShort; // getShort member
119 nShort(0), in PropertyValue()
374 GETVALUE_IMPL( sal_Int16, SHORT_VALUE_SET, nShort ); in getShort()
513 aValue <<= rValue.nShort; in getObject()
706 SETVALUE_IMPL( rPropName, SHORT_VALUE_SET, nShort, nValue ); in appendShort()
/trunk/main/tools/inc/tools/
H A Dstream.hxx373 SvStream& operator<<( short nShort );
421 SvStream& WriteNumber( short nShort );
673 inline SvStream& SvStream::WriteNumber( short nShort ) in WriteNumber() argument
675 WriteNumber( (long)nShort ); in WriteNumber()
/trunk/main/framework/inc/
H A Dstdtypes.h64 size_t operator()( const ::sal_Int16& nShort ) const in operator ()()
66 return (size_t)nShort; in operator ()()
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl117 [in] short nShort, [in] unsigned short nUShort,
133 [inout] short nShort, [inout] unsigned short nUShort,
146 [out] short nShort, [out] unsigned short nUShort,
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb88 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
97 rData.Short = nShort
112 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
H A Dcli_cpp_bridgetest.cxx226 Int16 nShort, UInt16 nUShort,
237 rData->Short = nShort;
253 Int16 nShort, UInt16 nUShort,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs206 short nShort, ushort nUShort, in assign() argument
217 rData.Short = nShort; in assign()
233 short nShort, ushort nUShort, in assign() argument
243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
H A Dcli_vb_testobj.vb90 bBool As Boolean, aChar As Char, nByte As Byte, nShort As Short, _
103 m_short = nShort
H A Dcli_cs_testobj.cs99 short nShort, in setValues() argument
119 _short = nShort; in setValues()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl207 [in] short nShort, [in] unsigned short nUShort,
223 [inout] short nShort, [inout] unsigned short nUShort,
236 [out] short nShort, [out] unsigned short nUShort,
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java352 short nShort, in setValues() argument
372 _short = nShort; in setValues()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2076 sal_Int32 nElem, nShort, nMedium, nLong, nShortDef, nMediumDef, nLongDef; in ImpAdjustFormatCodeDefault() local
2077 nShort = nMedium = nLong = nShortDef = nMediumDef = nLongDef = -1; in ImpAdjustFormatCodeDefault()
2083 nShort = nElem; in ImpAdjustFormatCodeDefault()
2126 if ( nShort != -1 && nShortDef == -1 ) in ImpAdjustFormatCodeDefault()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx5283 sal_uInt16 nShort; in Readcb() local
5284 rSt >> nShort; in Readcb()
5285 return nShort; in Readcb()

Completed in 177 milliseconds