Home
last modified time | relevance | path

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

12345678910>>...27

/trunk/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx67 void exportByte(const sal_Int8 nValue, const rtl::OUString& rName) const;
68 void exportShort(const sal_Int16 nValue, const rtl::OUString& rName) const;
69 void exportInt(const sal_Int32 nValue, const rtl::OUString& rName) const;
70 void exportLong(const sal_Int64 nValue, const rtl::OUString& rName) const;
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx74 sal_Bool WW8StructBase::getBit(sal_uInt32 nValue, sal_uInt16 nBit) const in getBit() argument
76 return (nValue & (1 << nBit)) != 0; in getBit()
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble() argument
82 return sal::static_int_cast<sal_uInt8>((nValue >> nShift) & 0xf); in getNibble()
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx127 sal_uInt16 nValue; // Der Pixelwert member
170 pTable[i].nValue = (sal_uInt8) ( pTable[i].nCode = i ); in StartCompression()
200 if (p->nValue==nV) in Compress()
228 p->nValue=nV; in Compress()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx214 sal_Int32 nValue = 0; in toInt() local
220 nValue <<= 4; in toInt()
223 nValue += *p - '0'; in toInt()
227 nValue += *p - ('a' - 10); in toInt()
231 nValue += *p - ('A' - 10 ); in toInt()
236 return nValue; in toInt()
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx51 void EmptyNumericField::SetValue( sal_Int64 nValue ) in SetValue() argument
53 if( nValue == 0 ) in SetValue()
56 NumericField::SetValue( nValue ); in SetValue()
85 sal_uInt16 nValue );
522 sal_uInt16 nValue ) in lcl_PutScaleItem() argument
530 rCoreSet.Put( SfxUInt16Item( nWhich, bIsSel ? nValue : 0 ) ); in lcl_PutScaleItem()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx2617 sal_uInt16 nValue; in ParseCSS1_border_xxx() local
2620 nNWidth = nValue; in ParseCSS1_border_xxx()
2624 eStyle = (CSS1BorderStyle)nValue; in ParseCSS1_border_xxx()
2700 sal_uInt16 nValue; in ParseCSS1_border_xxx_width() local
2703 nNWidth = nValue; in ParseCSS1_border_xxx_width()
2821 sal_uInt16 nValue; in ParseCSS1_border_style() local
2824 nValue ) ) in ParseCSS1_border_style()
3006 sal_uInt16 nValue; in ParseCSS1_size() local
3008 nValue ) ) in ParseCSS1_size()
3054 sal_uInt16 nValue; in ParseCSS1_page_break_xxx() local
[all …]
H A Dparcss1.cxx81 nValue = 0.; in InitRead()
371 nValue = aToken.ToDouble(); in GetNextToken()
489 nValue *= nScale; in GetNextToken()
1090 nValue = -nValue; in ParseDeclaration()
1097 pNew = new CSS1Expression( nToken, aToken, nValue, cOp ); in ParseDeclaration()
1098 nValue = 0; // sonst landet das auch im naechsten Ident in ParseDeclaration()
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx78 void WarningMessageInt( wchar_t* pWarning, unsigned int nValue ) in WarningMessageInt() argument
80 …wchar_t pStr[5] = { nValue%10000/1000 + 48, nValue%1000/100 + 48, nValue%100/10 + 48, nValue%10 + … in WarningMessageInt()
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx71 void BiffOutputRecordBuffer::fill( sal_uInt8 nValue, sal_uInt16 nBytes ) in fill() argument
76 maData.resize( maData.size() + nBytes, nValue ); in fill()
148 void BiffOutputStream::fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize ) in fill() argument
154 maRecBuffer.fill( nValue, nBlockSize ); in fill()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx354 … for( sal_Int32 nValue = 0; (nValue < aValues.getLength()) && (nFound != 15); nValue++, pValues++ ) in onExportBrowse() local
390 sal_Int32 nValue; in onExportBrowse() local
393 for( nValue = 0; nValue < aValues2.getLength(); nValue++, pValues2++ ) in onExportBrowse()
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx247 void grow(sal_Int32 nValue) in grow() argument
249 maRangeX.grow(nValue); in grow()
250 maRangeY.grow(nValue); in grow()
251 maRangeZ.grow(nValue); in grow()
H A Db3irange.hxx250 void grow(sal_Int32 nValue) in grow() argument
252 maRangeX.grow(nValue); in grow()
253 maRangeY.grow(nValue); in grow()
254 maRangeZ.grow(nValue); in grow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java252 int nValue = 0; in QueryIntFromSQL() local
266 nValue = oResult.getInt(1); in QueryIntFromSQL()
270 nValue = oResult.getInt(_sColumnName); in QueryIntFromSQL()
286 return nValue; in QueryIntFromSQL()
/trunk/main/sw/inc/
H A Dgrfatr.hxx210 double nValue; member in SwGammaGrf
213 SwGammaGrf() : SfxPoolItem( RES_GRFATR_GAMMA ), nValue( 1.0 ) in SwGammaGrf()
217 : SfxPoolItem( RES_GRFATR_GAMMA ), nValue( rVal ) in SwGammaGrf()
241 const double& GetValue() const { return nValue; } in GetValue()
242 void SetValue( const double& rVal ) { nValue = rVal; } in SetValue()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1967 (*this) = nValue; in setSigned()
2276 sal_uInt16 nValue(0); in fill() local
2277 _rValue >>= nValue; in fill()
2278 (*this) = static_cast<sal_Int32>(nValue); in fill()
2284 sal_Int64 nValue(0); in fill() local
2285 _rValue >>= nValue; in fill()
2286 (*this) = nValue; in fill()
2291 sal_uInt64 nValue(0); in fill() local
2292 _rValue >>= nValue; in fill()
2299 sal_uInt32 nValue(0); in fill() local
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx98 sal_Int16 nValue; in OP_Integer() local
100 r >> nFormat >> nCol >> nRow >> nValue; in OP_Integer()
104 ScValueCell* pZelle = new ScValueCell( ( double ) nValue ); in OP_Integer()
396 sal_uInt32 nValue; in OP_Number123() local
398 r >> nRow >> nTab >> nCol >> nValue; in OP_Number123()
402 double fValue = Snum32ToDouble( nValue ); in OP_Number123()
H A Dtool.cxx165 double Snum32ToDouble( sal_uInt32 nValue ) in Snum32ToDouble() argument
169 fValue = nValue >> 6; in Snum32ToDouble()
170 temp = nValue & 0x0f; in Snum32ToDouble()
173 if (nValue & 0x00000010) in Snum32ToDouble()
179 if ((nValue & 0x00000020)) in Snum32ToDouble()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.hxx334 void set(PropertyIds aId, sal_uInt32 nValue);
335 void set(PropertyIds aId, sal_Int32 nValue);
336 void set(PropertyIds aId, sal_uInt16 nValue);
337 void set(PropertyIds aId, sal_Int16 nValue);
/trunk/main/oox/source/drawingml/
H A Ddrawingmltypes.cxx63 sal_Int32 GetCoordinate( sal_Int32 nValue ) in GetCoordinate() argument
65 return (nValue + 180) / 360; in GetCoordinate()
129 sal_Int32 GetTextSpacingPoint( const sal_Int32 nValue ) in GetTextSpacingPoint() argument
131 return ( nValue * 254 + 360 ) / 720; in GetTextSpacingPoint()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx108 rStr += String::CreateFromInt32( nValue ); in SetValueProp()
187 sal_uInt8 nValue = GetValue(); in GetPresentation() local
3100 sal_Int32 nValue = 0; in PutValue() local
3101 if(!(rVal >>= nValue)) in PutValue()
3104 nBreak = (style::BreakType) nValue; in PutValue()
3810 sal_Int32 nValue = 0; in PutValue() local
3811 if ( !( rVal >>= nValue ) ) in PutValue()
4384 sal_uInt16 nValue; in Create() local
4385 rStrm >> nValue; in Create()
4391 sal_uInt16 nValue = GetValue(); in Store() local
[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()
/trunk/main/testgraphical/source/
H A Dtimehelper.pm53 my $nValue;
57 $nValue = time();
58 return $nValue;
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx438 sal_Int32 nValue = 0; in statusChanged() local
439 if( Event.State >>= nValue ) in statusChanged()
440 implSetAlignment( nValue, true ); in statusChanged()
653 sal_Int32 nValue = 0; in statusChanged() local
654 if( Event.State >>= nValue ) in statusChanged()
655 implSetCharacterSpacing( nValue, true ); in statusChanged()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx149 sal_Int32 nValue(_nDefault); in getInt16FontProperty() local
150 ::cppu::enum2int(nValue, aValue); in getInt16FontProperty()
151 return (sal_Int16)nValue; in getInt16FontProperty()
161 sal_Int32 nValue(_nDefault); in getInt32FontProperty() local
162 ::cppu::enum2int(nValue, aValue); in getInt32FontProperty()
163 return nValue; in getInt32FontProperty()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx324 double nValue = DBL_MAX; in Evaluate() local
336 pMgr->GetMergeColumnCnt(aColNm, GetLanguage(), aContent, &nValue, &nFmt); in Evaluate()
341 if( DBL_MAX != nValue ) in Evaluate()
350 nValue += (aStandard - *pDocFormatter->GetNullDate()); in Evaluate()
353 SetValue(nValue); in Evaluate()
354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate()

Completed in 216 milliseconds

12345678910>>...27