Home
last modified time | relevance | path

Searched refs:nLong (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1237 else aL.nLong /= aR.nLong; in Compute()
1253 else aL.nLong %= aR.nLong; in Compute()
1262 aL.nLong &= aR.nLong; in Compute()
1268 aL.nLong |= aR.nLong; in Compute()
1274 aL.nLong ^= aR.nLong; in Compute()
1280 aL.nLong = (aL.nLong & aR.nLong) | (~aL.nLong & ~aR.nLong); in Compute()
1286 aL.nLong = ~aL.nLong | aR.nLong; in Compute()
1292 aL.nLong = ~aL.nLong; in Compute()
1634 r >> aData.nLong; break; in LoadData()
1744 r >> aData.nLong; in LoadData()
[all …]
H A Dsbxbyte.cxx74 if( p->nLong > SbxMAXBYTE ) in ImpGetByte()
78 else if( p->nLong < 0 ) in ImpGetByte()
83 nRes = (sal_uInt8) p->nLong; in ImpGetByte()
206 aTmp.nLong = *p->pLong; goto ref; in ImpGetByte()
249 p->nLong = n; break; in ImpPutByte()
H A Dsbxchar.cxx65 if( p->nLong > SbxMAXCHAR ) in ImpGetChar()
69 else if( p->nLong < SbxMINCHAR ) in ImpGetChar()
74 nRes = (xub_Unicode) p->nLong; in ImpGetChar()
194 aTmp.nLong = *p->pLong; goto ref; in ImpGetChar()
236 p->nLong = n; break; in ImpPutChar()
H A Dsbxuint.cxx60 if( p->nLong > SbxMAXUINT ) in ImpGetUShort()
64 else if( p->nLong < 0 ) in ImpGetUShort()
69 nRes = (sal_uInt16) p->nLong; in ImpGetUShort()
195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort()
233 p->nLong = n; break; in ImpPutUShort()
H A Dsbxint.cxx63 if( p->nLong > SbxMAXINT ) in ImpGetInteger()
67 else if( p->nLong < SbxMININT ) in ImpGetInteger()
72 nRes = (sal_Int16) p->nLong; in ImpGetInteger()
195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger()
252 p->nLong = n; break; in ImpPutInteger()
416 nRes = p->nLong; break; in ImpGetInt64()
704 nRes = p->nLong; break; in ImpGetUInt64()
H A Dsbxulng.cxx60 if( p->nLong < 0 ) in ImpGetULong()
65 nRes = p->nLong; in ImpGetULong()
173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong()
229 aTmp.pLong = &p->nLong; goto direct; in ImpPutULong()
H A Dsbxcurr.cxx63 nRes = ImpDoubleToCurrency( (double)p->nLong ); in ImpGetCurrency()
152 aTmp.nLong = *p->pLong; goto ref; in ImpGetCurrency()
190 aTmp.pLong = &p->nLong; goto direct; in ImpPutCurrency()
H A Dsbxbool.cxx56 nRes = p->nLong ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
172 p->nLong = n; break; in ImpPutBool()
H A Dsbxdbl.cxx51 nRes = p->nLong; break; in ImpGetDouble()
155 aTmp.pLong = &p->nLong; goto direct; in ImpPutDouble()
H A Dsbxlng.cxx52 nRes = p->nLong; break; in ImpGetLong()
223 p->nLong = n; break; in ImpPutLong()
/trunk/main/stoc/test/
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 …]
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,
/trunk/main/testtools/source/bridgetest/pyuno/
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/idl/source/cmptools/
H A Dlex.cxx56 aStr = ByteString::CreateFromInt64(nLong); in GetTokenAsString()
102 nLong = rObj.nLong; in SvToken()
132 nLong = rObj.nLong; in operator =()
451 rToken.nLong = GetNumber(); in MakeToken()
/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 …]
/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/editeng/source/items/
H A Dnumitem.cxx318 long nLong; in SvxNumberFormat() local
319 rStream >> nLong; in SvxNumberFormat()
320 mnListtabPos = nLong; in SvxNumberFormat()
321 rStream >> nLong; in SvxNumberFormat()
322 mnFirstLineIndent = nLong; in SvxNumberFormat()
323 rStream >> nLong; in SvxNumberFormat()
324 mnIndentAt = nLong; in SvxNumberFormat()
/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/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/idl/inc/
H A Dlex.hxx48 sal_uLong nLong; member
97 sal_uLong GetNumber() const { return nLong; } in GetNumber()
115 : nType( SVTOKEN_INTEGER ), nLong( n ) {} in SvToken()
/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/testtools/source/bridgetest/cli/
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_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,
/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/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()

Completed in 186 milliseconds

12