/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 1237 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 D | sbxbyte.cxx | 74 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 D | sbxchar.cxx | 65 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 D | sbxuint.cxx | 60 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 D | sbxint.cxx | 63 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 D | sbxulng.cxx | 60 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 D | sbxcurr.cxx | 63 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 D | sbxbool.cxx | 56 nRes = p->nLong ? SbxTRUE : SbxFALSE; break; in ImpGetBool() 172 p->nLong = n; break; in ImpPutBool()
|
H A D | sbxdbl.cxx | 51 nRes = p->nLong; break; in ImpGetDouble() 155 aTmp.pLong = &p->nLong; goto direct; in ImpPutDouble()
|
H A D | sbxlng.cxx | 52 nRes = p->nLong; break; in ImpGetLong() 223 p->nLong = n; break; in ImpPutLong()
|
H A D | sbxsng.cxx | 52 nRes = (float) p->nLong; break; in ImpGetSingle() 198 aTmp.pLong = &p->nLong; goto direct; in ImpPutSingle()
|
/trunk/main/stoc/test/ |
H A D | testiadapter.cxx | 123 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 D | language_binding.idl | 90 [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 D | samplecomponent.py | 36 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 D | lex.cxx | 56 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 D | cppobj.cxx | 80 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 D | swgstr.hxx | 57 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 D | numitem.cxx | 318 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 D | propertyvalueset.cxx | 99 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 D | localedatawrapper.cxx | 1151 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 D | lex.hxx | 48 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 D | XBridgeTest.idl | 118 [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 D | cli_vb_bridgetest.vb | 89 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 D | cli_cpp_bridgetest.cxx | 227 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/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 856 LONG nLong = 0; in drawEPS() local 857 if ( !(DevQueryCaps( mhDC, CAPS_TECHNOLOGY, 1, &nLong ) && in drawEPS() 858 (CAPS_TECH_POSTSCRIPT == nLong)) ) in drawEPS()
|