Home
last modified time | relevance | path

Searched refs:nValue (Results 101 – 125 of 666) sorted by relevance

12345678910>>...27

/trunk/main/xmloff/source/core/
H A Dxmlehelp.cxx41 void SvXMLExportHelper::AddLength( sal_Int32 nValue, MapUnit eValueUnit, in AddLength() argument
46 if( nValue < 0 ) in AddLength()
48 nValue = -nValue; in AddLength()
167 if( nValue > SAL_MAX_INT32 / nMul ) in AddLength()
170 BigInt nBigVal( nValue ); in AddLength()
201 nLongVal = nValue * nMul; in AddLength()
225 void SvXMLExportHelper::AddPercentage( sal_Int32 nValue, OUStringBuffer& rOut ) in AddPercentage() argument
227 rOut.append( nValue ); in AddPercentage()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx129 double nValue = 0.0; in toSQLString() local
130 _rVal >>= nValue; in toSQLString()
131 aDateTime = DBTypeConversion::toDateTime(nValue); in toSQLString()
163 double nValue = 0.0; in toSQLString() local
164 _rVal >>= nValue; in toSQLString()
165 aDate = DBTypeConversion::toDate(nValue); in toSQLString()
190 double nValue = 0.0; in toSQLString() local
191 _rVal >>= nValue; in toSQLString()
192 aTime = DBTypeConversion::toTime(nValue); in toSQLString()
337 double nValue = rValue; in setValue() local
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx106 m_nIStartAt = nValue; in SetValue()
109 m_nNFC = nValue; in SetValue()
112 m_nJC = nValue; in SetValue()
115 m_nFLegal = nValue; in SetValue()
118 m_nFNoRestart = nValue; in SetValue()
121 m_nFPrev = nValue; in SetValue()
128 m_nFWord6 = nValue; in SetValue()
132 m_nXChFollow = nValue; in SetValue()
135 m_nTabstop = nValue; in SetValue()
388 m_nTPLC = nValue; in SetValue()
[all …]
H A DPropertyMap.hxx265 void SetLnnMod( sal_Int32 nValue ) { m_nLnnMod = nValue; } in SetLnnMod() argument
266 void SetLnc( sal_Int32 nValue ) { m_nLnc = nValue; } in SetLnc() argument
267 void SetdxaLnn( sal_Int32 nValue ) { m_ndxaLnn = nValue; } in SetdxaLnn() argument
268 void SetLnnMin( sal_Int32 nValue ) { m_nLnnMin = nValue; } in SetLnnMin() argument
274 sal_Int32 nValue );
538 sal_Int32 nValue; member
541 nValue( 0 ), in ValidValue()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DPropertySetHelper.java128 int nValue = _nDefault; in getPropertyValueAsInteger() local
149 nValue = NumericalHelper.toInt(aObject); in getPropertyValueAsInteger()
156 return nValue; in getPropertyValueAsInteger()
168 short nValue = _nDefault; in getPropertyValueAsShort() local
189 nValue = NumericalHelper.toShort(aObject); in getPropertyValueAsShort()
196 return nValue; in getPropertyValueAsShort()
208 double nValue = _nDefault; in getPropertyValueAsDouble() local
236 nValue = NumericalHelper.toDouble(aObject); in getPropertyValueAsDouble()
243 return nValue; in getPropertyValueAsDouble()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java129 for (final T nValue : maEnumeration) in toString()
132 sMessage.append(nValue); in toString()
167 final T nValue, in ApplyMinimum() argument
174 final int nComparison = maMinimumValue.compareTo(nValue); in ApplyMinimum()
181 maMinimumValue = nValue; in ApplyMinimum()
190 final T nValue, in ApplyMaximum() argument
197 final int nComparison = maMaximumValue.compareTo(nValue); in ApplyMaximum()
204 maMaximumValue = nValue; in ApplyMaximum()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx197 sal_Int16 nValue = 0; in setValue() local
198 _rValue >>= nValue; in setValue()
199 if ( nValue ) in setValue()
201 sal_Unicode nCharacter = nValue; in setValue()
247 double n = nValue; in ImplCalcLongValue()
259 double n = nValue; in ImplCalcDoubleValue()
316 double nDays = floor( nValue ); in getValue()
320 double nTime = nValue - nDays; in getValue()
619 double nValue( 0 ); in setValue() local
620 OSL_VERIFY( _rValue >>= nValue ); in setValue()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx697 sal_Int8 nValue ) in appendByte() argument
699 SETVALUE_IMPL( rPropName, BYTE_VALUE_SET, nByte, nValue ); in appendByte()
704 sal_Int16 nValue ) in appendShort() argument
706 SETVALUE_IMPL( rPropName, SHORT_VALUE_SET, nShort, nValue ); in appendShort()
711 sal_Int32 nValue ) in appendInt() argument
713 SETVALUE_IMPL( rPropName, INT_VALUE_SET, nInt, nValue ); in appendInt()
718 sal_Int64 nValue ) in appendLong() argument
720 SETVALUE_IMPL( rPropName, LONG_VALUE_SET, nLong, nValue ); in appendLong()
725 float nValue ) in appendFloat() argument
727 SETVALUE_IMPL( rPropName, FLOAT_VALUE_SET, nFloat, nValue ); in appendFloat()
[all …]
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx88 sal_Int16 nValue; in readSheet() local
89 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue; in readSheet()
90 ScValueCell* pInteger = new ScValueCell( ( double ) nValue ); in readSheet()
98 double nValue; in readSheet() local
99 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue; in readSheet()
100 ScValueCell* pFloat = new ScValueCell( nValue ); in readSheet()
108 double nValue; in readSheet() local
110 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue >> nState >> nLen; in readSheet()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx471 sal_Int32 nValue = 0; in StartElement() local
473 if( nValue ) in StartElement()
475 nValue *= 100; in StartElement()
477 SvXMLUnitConverter::convertPercent( aOut, nValue ); in StartElement()
545 sal_Int32 nValue; in StartElement() local
546 SvXMLUnitConverter::convertPercent( nValue, rAttrValue ); in StartElement()
547 const double fValue = ((double)nValue) / 100.0; in StartElement()
553 sal_Int32 nValue; in StartElement() local
560 nValue = sal_Int32( rAttrValue.toDouble() * 100.0 ); in StartElement()
562 nValue = 100 - nValue; in StartElement()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx629 sal_Int32 nValue = 0; in setPropertyValue() local
630 if(!(aValue >>= nValue)) in setPropertyValue()
636 SetLftBorder(nValue); in setPropertyValue()
639 SetRgtBorder( nValue ); in setPropertyValue()
642 SetUppBorder( nValue ); in setPropertyValue()
645 SetLwrBorder( nValue ); in setPropertyValue()
920 sal_Int32 nValue = 0; in setPropertyValue() local
952 sal_Int16 nValue = 0; in setPropertyValue() local
953 if( ! ( aValue >>= nValue ) ) in setPropertyValue()
962 sal_Int16 nValue = 0; in setPropertyValue() local
[all …]
/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()
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx308 void Color::addTransformation( sal_Int32 nElement, sal_Int32 nValue ) in addTransformation() argument
316 case XML_alpha: lclSetValue( mnAlpha, nValue ); break; in addTransformation()
317 case XML_alphaMod: lclModValue( mnAlpha, nValue ); break; in addTransformation()
318 case XML_alphaOff: lclOffValue( mnAlpha, nValue ); break; in addTransformation()
319 default: maTransforms.push_back( Transformation( nToken, nValue ) ); in addTransformation()
325 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( fTint * MAX_PERCENT + 0.5, -MAX_PERCENT, … in addChartTintTransformation() local
326 if( nValue < 0 ) in addChartTintTransformation()
327 maTransforms.push_back( Transformation( XML_shade, nValue + MAX_PERCENT ) ); in addChartTintTransformation()
328 else if( nValue > 0 ) in addChartTintTransformation()
329 maTransforms.push_back( Transformation( XML_tint, MAX_PERCENT - nValue ) ); in addChartTintTransformation()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx310 sal_Bool nValue = sal_False; in isAutoCheckEnabled() local
311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled()
312 return nValue; in isAutoCheckEnabled()
320 sal_Bool nValue = sal_False; in isAutoDownloadEnabled() local
322 return nValue; in isAutoDownloadEnabled()
343 sal_Int64 nValue = 0; in getLastChecked() local
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
348 return nValue; in getLastChecked()
356 sal_Int64 nValue = 0; in getCheckInterval() local
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
[all …]
/trunk/main/tools/source/generic/
H A Dbigint.cxx584 BigInt::BigInt( double nValue ) in BigInt() argument
588 if ( nValue < 0 ) in BigInt()
590 nValue *= -1; in BigInt()
598 if ( nValue < 1 ) in BigInt()
612 nValue -= nNum[i]; in BigInt()
613 nValue /= 65536.0; in BigInt()
617 nNum[i++] = (sal_uInt16) nValue; in BigInt()
628 BigInt::BigInt( sal_uInt32 nValue ) in BigInt() argument
631 if ( nValue & 0x80000000UL ) in BigInt()
636 nNum[1] = (sal_uInt16)(nValue >> 16); in BigInt()
[all …]
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx235 : SfxPoolItem( RES_BOXATR_VALUE ), nValue( 0 ) in SwTblBoxValue()
241 : SfxPoolItem( RES_BOXATR_VALUE ), nValue( nVal ) in SwTblBoxValue()
251 return ::rtl::math::isNan(nValue) in operator ==()
252 ? ::rtl::math::isNan(rOther.nValue) in operator ==()
253 : (nValue == rOther.nValue); in operator ==()
259 return new SwTblBoxValue( nValue ); in Clone()
/trunk/main/xmloff/source/chart/
H A DXMLErrorBarStylePropertyHdl.cxx51 sal_Int32 nValue = 0; in exportXML() local
52 if(rValue >>= nValue ) in exportXML()
54 if( nValue == ::com::sun::star::chart::ErrorBarStyle::STANDARD_ERROR in exportXML()
55 || nValue == ::com::sun::star::chart::ErrorBarStyle::FROM_DATA ) in exportXML()
57 nValue = ::com::sun::star::chart::ErrorBarStyle::NONE; in exportXML()
58 aValue = uno::makeAny(nValue); in exportXML()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx296 sal_Int32 nValue = (sal_Int32) rtl::math::approxFloor( m_xCell->getValue() ); in getValue() local
297 --nValue; in getValue()
299 aReturn <<= nValue; in getValue()
357 double nValue = 0; in setValue() local
358 aValue >>= nValue; in setValue()
360 m_xCell->setValue( nValue ); in setValue()
368 sal_Int32 nValue = 0; in setValue() local
369 aValue >>= nValue; // list index from control layer (0-based) in setValue()
370 ++nValue; // the list position value in the cell is 1-based in setValue()
372 m_xCell->setValue( nValue ); in setValue()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx43 ColorData ChangeLuminance (const ColorData aColorData, const int nValue) in ChangeLuminance() argument
46 if (nValue > 0) in ChangeLuminance()
47 aColor.IncreaseLuminance(nValue); in ChangeLuminance()
49 aColor.DecreaseLuminance(-nValue); in ChangeLuminance()
414 void Theme::SetGradientSaturationOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientSaturationOverride() argument
420 nValue, in SetGradientSaturationOverride()
431 void Theme::SetGradientBrightnessOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientBrightnessOverride() argument
437 nValue, in SetGradientBrightnessOverride()
475 void Theme::SetIntegerValue (const IntegerValueType eType, const sal_Int32 nValue) in SetIntegerValue() argument
478 maIntegerValues[eType] = nValue; in SetIntegerValue()
/trunk/main/xmloff/source/style/
H A DXMLBitmapRepeatOffsetPropertyHandler.cxx63 sal_Int32 nValue; in importXML() local
64 if( SvXMLUnitConverter::convertPercent( nValue, aToken ) ) in importXML()
70 rValue <<= nValue; in importXML()
88 sal_Int32 nValue = 0; in exportXML() local
89 if( rValue >>= nValue ) in exportXML()
91 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx388 sal_Int32 nValue; in executeBatch() local
389 if(m_RecordSet.get_RecordCount(nValue)) in executeBatch()
390 pArray[j] = nValue; in executeBatch()
519 sal_Int32 nValue=0; in getResultSetConcurrency() local
523 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
526 nValue = ResultSetConcurrency::UPDATABLE; in getResultSetConcurrency()
530 return nValue; in getResultSetConcurrency()
535 sal_Int32 nValue=0; in getResultSetType() local
540 nValue = ResultSetType::FORWARD_ONLY; in getResultSetType()
547 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblescrollbar.cxx233 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local
234 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
238 if ( nValue < nValueMin ) in setCurrentValue()
239 nValue = nValueMin; in setCurrentValue()
240 else if ( nValue > nValueMax ) in setCurrentValue()
241 nValue = nValueMax; in setCurrentValue()
243 pVCLXScrollBar->setValue( nValue ); in setCurrentValue()
/trunk/main/basegfx/inc/basegfx/range/
H A Db1ibox.hxx103 bool isInside(sal_Int32 nValue) const in isInside()
105 return maRange.isInside(nValue); in isInside()
118 void expand(sal_Int32 nValue) in expand() argument
120 maRange.expand(nValue); in expand()
133 void grow(sal_Int32 nValue) in grow() argument
135 maRange.grow(nValue); in grow()
H A Db1irange.hxx104 bool isInside(sal_Int32 nValue) const in isInside()
106 return maRange.isInside(nValue); in isInside()
119 void expand(sal_Int32 nValue) in expand() argument
121 maRange.expand(nValue); in expand()
134 void grow(sal_Int32 nValue) in grow() argument
136 maRange.grow(nValue); in grow()
/trunk/main/forms/source/component/
H A DRadioButton.cxx257 sal_Int16 nValue; in setFastPropertyValue_NoBroadcast() local
258 rValue >>= nValue; in setFastPropertyValue_NoBroadcast()
259 if (1 == nValue) in setFastPropertyValue_NoBroadcast()
263 nValue = 0; in setFastPropertyValue_NoBroadcast()
264 aZero <<= nValue; in setFastPropertyValue_NoBroadcast()
391 sal_Int16 nValue = 0; in commitControlValueToDbColumn() local
392 m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) >>= nValue; in commitControlValueToDbColumn()
393 if ( nValue == 1 ) in commitControlValueToDbColumn()

Completed in 195 milliseconds

12345678910>>...27