Home
last modified time | relevance | path

Searched refs:nValue (Results 226 – 250 of 666) sorted by path

12345678910>>...27

/trunk/main/rsc/inc/
H A Drsccont.hxx91 sal_Int32 nValue );
H A Drscflag.hxx58 sal_Int32 nValue );
H A Drsckey.hxx45 Atom Put( Atom nName, sal_uInt32 nTyp, long nValue );
47 Atom Put( const char * pName, sal_uInt32 nTyp, long nValue );
H A Drscrange.hxx36 sal_uInt16 nValue; // nValue = Ausgangswert - nMin member
77 sal_Int32 nValue; // nValue = Ausgangswert - nMin member
120 sal_Int32 nValue );
H A Drsctools.hxx170 void Put( sal_uInt32 nValue ) in Put() argument
171 { Put( (sal_Int32)nValue ); } in Put()
172 void Put( sal_uInt16 nValue );
173 void Put( sal_Int16 nValue ) in Put() argument
174 { Put( (sal_uInt16)nValue ); } in Put()
H A Drsctop.hxx167 sal_Int32 nValue );
/trunk/main/rsc/source/parser/
H A Drsckey.cxx124 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){ argument
135 pTable[ nEntries ].yylval = nValue;
142 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, long nValue ) argument
144 return( Put( pHS->getID( pName ), nTyp, nValue ) );
H A Drsclex.cxx236 pTokenVal->constname.nValue = aKey.yylval; in MakeToken()
H A Dyyrscyacc.y38 sal_Int32 nValue;
402 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
410 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
418 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
419 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
499 SetConst( S.Top(), "_ZOOMINMAPMODE", $3.hashid, $3.nValue );
511 SetConst( S.Top(), "_FLOATINGPOSMAPMODE", $3.hashid, $3.nValue );
821 aError = S.Top().pClass->SetConst( S.Top(), $1.hashid, $1.nValue );
828 aError = aInst.pClass->SetConst( aInst, $1.hashid, $1.nValue );
/trunk/main/rsc/source/res/
H A Drscconst.cxx265 ((RscEnumInst *)rInst.pData)->nValue = i; in SetConst()
304 *pH = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId; in GetConst()
318 *pNumber = pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue; in GetNumber()
347 ((RscEnumInst *)aInst.pData)->nValue = 0; in Create()
365 if( ((RscEnumInst*)rInst.pData)->nValue == in IsValueDefault()
366 ((RscEnumInst*)pDef)->nValue ) in IsValueDefault()
388 pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].nId ).getStr() ); in WriteSrc()
403 aMem.Put( (sal_Int32)pVarArray[ ((RscEnumInst *)rInst.pData)->nValue ].lValue ); in WriteRc()
H A Drscrange.cxx111 ((RscRangeInst*)pDef)->nValue ) in IsValueDefault()
131 if( nMax < nValue || nMin > nValue ) in SetNumber()
133 ((RscRangeInst *)rInst.pData)->nValue = (sal_uInt16)( nValue - nMin ); in SetNumber()
320 &((RscLongRangeInst*)pDef)->nValue, in IsValueDefault()
337 if( nMax < nValue || nMin > nValue ) in SetNumber()
470 sal_Int32 nValue ) in SetConst() argument
472 return SetNumber( rInst, nValue ); in SetConst()
597 if( nMax < nValue || nMin > nValue ) in SetNumber()
600 *(RscId *)rInst.pData = RscId( nValue ); in SetNumber()
717 if( (nMax >= nValue) && (nMin <= nValue) ) in IsConsistent()
[all …]
/trunk/main/sal/inc/osl/
H A Dprofile.hxx123 sal_uInt32 nValue) in writeIdent() argument
136 … osl_writeProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nValue ); in writeIdent()
H A Dsocket.hxx357 inline sal_Bool Socket::setOption( oslSocketOption option, sal_Int32 nValue ) in setOption() argument
359 return setOption( option, &nValue, sizeof( nValue ) ); in setOption()
H A Dsocket_decl.hxx459 inline sal_Bool setOption( oslSocketOption option, sal_Int32 nValue );
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx142 double nValue = 0.0; in getSeconds() local
147 return nValue; in getSeconds()
152 double nValue = 0.0; in getTenthSec() local
157 return nValue ; in getTenthSec()
569 printf(" nValue = %d\n", nValue); in TEST_F()
650 sal_Int32 nValue = 0; in suspendCountThread() local
653 nValue = _pCountThread->getValue(); in suspendCountThread()
654 if (nValue >= 3) in suspendCountThread()
716 sal_Int32 nValue = 0; in TEST_F()
722 if (nValue >= 2) in TEST_F()
[all …]
/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx42 sal_Int32 nValue = (sal_Int32)_pKeyBuffer[i]; in createHex() local
43 if (nValue < 16) // maximul hex value for 1 byte in createHex()
47 aBuffer.append( nValue, 16 /* radix */ ); in createHex()
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx464 sal_Int32 nValue = (sal_Int32)_pMD5KeyBuffer[i]; in createHex() local
465 if (nValue < 16) // maximul hex value for 1 byte in createHex()
469 aBuffer.append( nValue, 16 /* radix */ ); in createHex()
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_OString2.cxx99 float nValue = 3.0f; in TEST_F() local
100 valueOf_float_test(nValue); in TEST_F()
105 float nValue = 3.5f; in TEST_F() local
111 float nValue = 3.0625f; in TEST_F() local
117 float nValue = 3.502525f; in TEST_F() local
123 float nValue = 3.141592f; in TEST_F() local
129 float nValue = 3.5025255f; in TEST_F() local
135 float nValue = 3.0039062f; in TEST_F() local
141 double nValue = 3.0; in TEST_F() local
146 double nValue = 3.5; in TEST_F() local
[all …]
H A Drtl_str.cxx53 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
54 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
62 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
63 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
72 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
96 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
105 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
123 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
148 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
159 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
[all …]
H A Drtl_string.cxx48 sal_Int32 nValue = rtl_string_getLength( aStr.pData ); in TEST_F() local
50 ASSERT_TRUE(aStr.getLength() == nValue) << "Length must equal getLength()"; in TEST_F()
51 ASSERT_TRUE(nValue >= 0 in TEST_F()
53 == sal::static_int_cast< sal_uInt32 >(nValue))) << "Length must equal strlen()"; in TEST_F()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx129 float nValue = 3.0f; in TEST_F() local
135 float nValue = 3.5f; in TEST_F() local
141 float nValue = 3.0625f; in TEST_F() local
147 float nValue = 3.502525f; in TEST_F() local
153 float nValue = 3.141592f; in TEST_F() local
159 float nValue = 3.5025255f; in TEST_F() local
165 float nValue = 3.0039062f; in TEST_F() local
172 double nValue = 3.0; in TEST_F() local
177 double nValue = 3.5; in TEST_F() local
182 double nValue = 3.0625; in TEST_F() local
[all …]
H A Drtl_ustr.cxx68 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
77 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
86 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
110 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
119 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
137 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
162 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
173 ASSERT_TRUE(nValue == 0) << "compare failed, strings are equal."; in TEST_F()
206 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
867 ASSERT_TRUE(nValue != 0) << "compare failed, strings differ."; in TEST_F()
[all …]
/trunk/main/sal/qa/rtl/process/
H A Dchild_process_id.cxx38 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid() local
39 if (nValue < 16) in printUuid()
43 printf( "%02x" ,nValue ); in printUuid()
H A Drtl_Process.cxx156 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid() local
157 if (nValue < 16) in printUuid()
161 printf( "%02x" ,nValue ); in printUuid()
178 sal_uInt8 nValue = pNode[i1]; in printUuidtoBuffer() local
179 if (nValue < 16) in printUuidtoBuffer()
184 sprintf( (sal_Char *)(pBuffer + nPtr), "%02x", nValue ); in printUuidtoBuffer()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx184 sal_Int32 nValue = 12345; in TEST_F() local
185 printf("a value %d (should be 12345)\n", nValue); in TEST_F()

Completed in 114 milliseconds

12345678910>>...27