Home
last modified time | relevance | path

Searched refs:nLong (Results 1 – 25 of 46) sorted by last modified time

12

/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()
2089 nLong = nElem; in ImpAdjustFormatCodeDefault()
2130 if ( nLong != -1 && nLongDef == -1 ) in ImpAdjustFormatCodeDefault()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1692 sal_Int32 nLong; in importDefaults() local
1694 &nLong, in importDefaults()
1698 nLong = 0; in importDefaults()
1702 makeAny( nLong ) ); in importDefaults()
/trunk/main/vcl/source/control/
H A Dfield.cxx1259 sal_Int64 nLong ; in ConvertValue() local
1263 nLong = SAL_MIN_INT64; in ConvertValue()
1265 nLong = SAL_MAX_INT64; in ConvertValue()
1267 nLong = static_cast<sal_Int64>( nDouble ); in ConvertValue()
1268 return ( nLong ); in ConvertValue()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx856 LONG nLong = 0; in drawEPS() local
857 if ( !(DevQueryCaps( mhDC, CAPS_TECHNOLOGY, 1, &nLong ) && in drawEPS()
858 (CAPS_TECH_POSTSCRIPT == nLong)) ) in drawEPS()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1151 sal_Int32 nElem, nEdit, nDef, nMedium, nLong; in getDateFormatsImpl() local
1152 nEdit = nDef = nMedium = nLong = -1; in getDateFormatsImpl()
1175 nLong = nElem; in getDateFormatsImpl()
1176 else if ( nLong == -1 ) in getDateFormatsImpl()
1177 nLong = nElem; in getDateFormatsImpl()
1200 else if ( nLong != -1 ) in getDateFormatsImpl()
1201 nDef = nLong; in getDateFormatsImpl()
1215 if ( nLong == -1 ) in getDateFormatsImpl()
1218 nLongDateFormat = scanDateFormatImpl( pFormatArr[nLong].Code ); in getDateFormatsImpl()
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl118 [in] long nLong, [in] unsigned long nULong,
134 [inout] long nLong, [inout] unsigned long nULong,
147 [out] long nLong, [out] unsigned long nULong,
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx99 sal_Int64 nLong; // getLong member
121 nLong(0), in PropertyValue()
390 GETVALUE_IMPL( sal_Int64, LONG_VALUE_SET, nLong ); in getLong()
521 aValue <<= rValue.nLong; in getObject()
720 SETVALUE_IMPL( rPropName, LONG_VALUE_SET, nLong, nValue ); in appendLong()
/trunk/main/tools/source/stream/
H A Dstream.cxx2178 SvStream& SvStream::WriteNumber( long nLong ) in WriteNumber() argument
2192 nLen = sprintf( buffer, aFStr.GetBuffer(), nLong ); in WriteNumber()
2195 nLen = sprintf( buffer, aFStr.GetBuffer(), nWidth, nLong ); in WriteNumber()
2198 nLen = sprintf( buffer, aFStr.GetBuffer(), nPrecision,nLong); in WriteNumber()
2201 nLen=sprintf(buffer, aFStr.GetBuffer(),nWidth,nPrecision,nLong); in WriteNumber()
/trunk/main/tools/inc/tools/
H A Dstream.hxx372 SvStream& operator<<( long nLong );
423 SvStream& WriteNumber( long nLong );
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs101 int nLong, in setValues() argument
121 _long = nLong; in setValues()
H A Dcli_vb_bridgetest.vb89 nLong As Integer, nULong As UInt32, nHyper As Long, _
99 rData.Long = nLong
113 nLong As Integer, nULong As UInt32, nHyper As Long, _
119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
H A Dcli_vb_testobj.vb91 nUShort As UInt16, nLong As Integer, nULong As UInt32, _
105 m_long = nLong
H A Dcli_cpp_bridgetest.cxx227 Int32 nLong, UInt32 nULong,
239 rData->Long = nLong;
254 Int32 nLong, UInt32 nULong,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs207 int nLong, uint nULong, in assign() argument
219 rData.Long = nLong; in assign()
234 int nLong, uint nULong, in assign() argument
243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx80 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument
92 rData.Long = nLong; in assign()
107 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
178 sal_Int32 nLong, sal_uInt32 nULong,
190 sal_Int32& nLong, sal_uInt32& nULong,
202 sal_Int32& nLong, sal_uInt32& nULong,
557 sal_Int32 nLong, sal_uInt32 nULong, in setValues() argument
575 sal_Int32& nLong, sal_uInt32& nULong, in setValues2() argument
599 sal_Int32& nLong, sal_uInt32& nULong, in getValues() argument
[all …]
H A Dbridgetest.cxx194 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument
206 rData.Long = nLong; in assign()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl208 [in] long nLong, [in] unsigned long nULong,
224 [inout] long nLong, [inout] unsigned long nULong,
237 [out] long nLong, [out] unsigned long nULong,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
57 rData.Long = nLong;
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
43 rData.Long = nLong;
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, \
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java354 int nLong, in setValues() argument
374 _long = nLong; in setValues()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx5289 sal_uInt32 nLong; in Readcb() local
5290 rSt >> nLong; in Readcb()
5291 return nLong; in Readcb()
/trunk/main/sw/inc/
H A Dswgstr.hxx57 short nLong; // Long-Laenge (3 oder 4) member in swstreambase
72 void long3() { nLong = 3; } in long3()
73 void long4() { nLong = 4; } in long4()
/trunk/main/stoc/test/
H A Dlanguage_binding.idl90 [in] long nLong, [in] unsigned long nULong,
102 [inout] long nLong, [inout] unsigned long nULong,
115 [out] long nLong, [out] unsigned long nULong,
155 [out] long nLong, [out] unsigned long nULong,
H A Dtestcorefl.cxx227 sal_Int32 nLong = aConstLong * 2; in test_corefl() local
228 aAny.setValue( &nLong, ::getCppuType( (const sal_Int32 *)0 ) ); in test_corefl()
H A Dtestiadapter.cxx123 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument
135 rData.Long = nLong; in assign()
150 sal_Int32 nLong, sal_uInt32 nULong, in assign() argument
176 sal_Int32 nLong, sal_uInt32 nULong,
331 sal_Int32 nLong; in invoke() local
352 rParams[5] >>= nLong; in invoke()
379 rParams[5] >>= nLong; in invoke()
421 rOutParam[5] <<= nLong; in invoke()
465 rOutParam[5] <<= nLong; in invoke()
509 rOutParam[5] <<= nLong; in invoke()
[all …]

Completed in 227 milliseconds

12