Home
last modified time | relevance | path

Searched refs:nValue (Results 151 – 175 of 666) sorted by relevance

12345678910>>...27

/trunk/main/dbaccess/source/core/recovery/
H A Dsettingsimport.cxx215 sal_Int32 nValue(0); in getItemValue() local
216 if ( SvXMLUnitConverter::convertNumber( nValue, sValue ) ) in getItemValue()
217 o_rValue <<= nValue; in getItemValue()
225 sal_Bool nValue( sal_False ); in getItemValue() local
226 if ( SvXMLUnitConverter::convertBool( nValue, sValue ) ) in getItemValue()
227 o_rValue <<= nValue; in getItemValue()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx406 void PropertySequence::set(PropertyIds aPropId, sal_uInt32 nValue) in set() argument
410 aAny <<= nValue; in set()
414 void PropertySequence::set(PropertyIds aPropId, sal_Int32 nValue) in set() argument
418 aAny <<= nValue; in set()
422 void PropertySequence::set(PropertyIds aPropId, sal_uInt16 nValue) in set() argument
426 aAny <<= nValue; in set()
430 void PropertySequence::set(PropertyIds aPropId, sal_Int16 nValue) in set() argument
434 aAny <<= nValue; in set()
460 sal_Int32 nValue = 0; in toString() local
461 m_sequence[n].Value >>= nValue; in toString()
[all …]
/trunk/main/cui/source/dialogs/
H A Dzoom.cxx204 sal_uInt16 nValue = 100; in SvxZoomDialog() local
216 nValue = pOldUserItem->GetValue(); in SvxZoomDialog()
219 if ( nMin > nValue ) in SvxZoomDialog()
220 nMin = nValue; in SvxZoomDialog()
221 if ( nMax < nValue ) in SvxZoomDialog()
222 nMax = nValue; in SvxZoomDialog()
227 aUserEdit.SetValue( nValue ); in SvxZoomDialog()
/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx321 long nValue = 500L; in IMPL_LINK() local
322 SetMetricValue( maMtrFldMoveX, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
323 SetMetricValue( maMtrFldMoveY, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
325 nValue = 0L; in IMPL_LINK()
326 maMtrFldAngle.SetValue( nValue ); in IMPL_LINK()
327 SetMetricValue( maMtrFldWidth, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
328 SetMetricValue( maMtrFldHeight, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
/trunk/main/sal/rtl/source/
H A Dstrtmpl.c716 sal_uInt32 nValue; in IMPL_RTL_STRNAME() local
732 nValue = n; in IMPL_RTL_STRNAME()
737 sal_Char nDigit = (sal_Char)(nValue % nRadix); in IMPL_RTL_STRNAME()
738 nValue /= nRadix; in IMPL_RTL_STRNAME()
745 while ( nValue > 0 ); in IMPL_RTL_STRNAME()
770 sal_uInt64 nValue; in IMPL_RTL_STRNAME() local
782 nValue = -n; /* FIXME this code is not portable for in IMPL_RTL_STRNAME()
787 nValue = n; in IMPL_RTL_STRNAME()
792 sal_Char nDigit = (sal_Char)(nValue % nRadix); in IMPL_RTL_STRNAME()
793 nValue /= nRadix; in IMPL_RTL_STRNAME()
[all …]
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx1075 for(int nValue = 0; nValue < rValues.getLength();nValue++) local
1079 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
1082 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1084 xCont->insertByName(sSubNode, pValues[nValue].Value);
1086 OSL_ENSURE( xHierarchyAccess->hasByHierarchicalName(pValues[nValue].Name),
1217 for(int nValue = 0; nValue < rValues.getLength();nValue++) local
1221 OUString sSubNode = lcl_extractSetPropertyName( pValues[nValue].Name, rNode );
1224 xCont->replaceByName(sSubNode, pValues[nValue].Value);
1226 xCont->insertByName(sSubNode, pValues[nValue].Value);
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx52 inline explicit ValueRange( sal_Int32 nValue = 0 ) : mnFirst( nValue ), mnLast( nValue ) {} in ValueRange()
57 …inline bool contains( sal_Int32 nValue ) const { return (mnFirst <= nValue) && (nValue <= … in contains()
77 inline void insert( sal_Int32 nValue ) { insert( ValueRange( nValue ) ); } in insert() argument
/trunk/main/sw/source/core/graphic/
H A Dgrfatr.cxx209 sal_Int16 nValue = 0; in PutValue() local
210 if (rVal >>= nValue) in PutValue()
213 SetValue( (sal_uInt16) nValue ); in PutValue()
266 nValue == ((SwGammaGrf&)rCmp).GetValue(); in operator ==()
271 rVal <<= nValue; in QueryValue()
277 return rVal >>= nValue; in PutValue()
/trunk/main/svx/source/items/
H A Dpageitem.cxx207 sal_Int32 nValue = 0; in PutValue() local
208 if(!(rVal >>= nValue)) in PutValue()
211 eNumType = (SvxNumType)nValue; in PutValue()
222 sal_Int32 nValue = 0; in PutValue() local
223 if(!(rVal >>= nValue)) in PutValue()
225 eLayout = (style::PageStyleLayout)nValue; in PutValue()
/trunk/main/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx71 for(sal_Int32 nValue = 0; nValue < rValues.getLength(); ++nValue ) in SwDBTablePreviewDialog() local
73 if(pValues[nValue].Name.equalsAscii("Command")) in SwDBTablePreviewDialog()
77 pValues[nValue].Value >>= sTemp; in SwDBTablePreviewDialog()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx312 USHORT nValue = 100; in SvxZoomDialog() local
325 nValue = pOldUserItem->GetValue(); in SvxZoomDialog()
328 if ( nMin > nValue ) in SvxZoomDialog()
329 nMin = nValue; in SvxZoomDialog()
330 if ( nMax < nValue ) in SvxZoomDialog()
331 nMax = nValue; in SvxZoomDialog()
337 aUserEdit.SetValue( nValue ); in SvxZoomDialog()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx436 void SpinButton::SetValue( long nValue ) in SetValue() argument
439 if ( nValue > mnMaxRange ) in SetValue()
440 nValue = mnMaxRange; in SetValue()
441 if ( nValue < mnMinRange ) in SetValue()
442 nValue = mnMinRange; in SetValue()
444 if ( mnValue != nValue ) in SetValue()
446 mnValue = nValue; in SetValue()
/trunk/main/sd/source/ui/view/
H A Ddrviews6.cxx235 sal_uInt16 nValue; in GetAnimationWinState() local
241 nValue = 0; in GetAnimationWinState()
243 nValue = 3; in GetAnimationWinState()
251 nValue = 3; in GetAnimationWinState()
259 nValue = 2; in GetAnimationWinState()
261 nValue = 1; in GetAnimationWinState()
264 nValue = 1; in GetAnimationWinState()
266 rSet.Put( SfxUInt16Item( SID_ANIMATOR_STATE, nValue ) ); in GetAnimationWinState()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx56 const double nValue (nValue1*(1-nWeight) + nValue2 * nWeight); in Blend() local
57 if (nValue < 0) in Blend()
59 else if (nValue > 255) in Blend()
62 return (sal_uInt8)nValue; in Blend()
65 sal_uInt8 ClampColorChannel (const double nValue) in ClampColorChannel() argument
67 if (nValue <= 0) in ClampColorChannel()
69 else if (nValue >= 255) in ClampColorChannel()
72 return sal_uInt8(nValue); in ClampColorChannel()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx200 void XMLSettingsExportHelper::exportByte(const sal_Int8 nValue, const rtl::OUString& rName) const in exportByte() argument
208 SvXMLUnitConverter::convertNumber(sBuffer, sal_Int32(nValue)); in exportByte()
212 (void) nValue; (void) rName; in exportByte()
219 void XMLSettingsExportHelper::exportShort(const sal_Int16 nValue, const rtl::OUString& rName) const in exportShort() argument
226 SvXMLUnitConverter::convertNumber(sBuffer, sal_Int32(nValue)); in exportShort()
231 void XMLSettingsExportHelper::exportInt(const sal_Int32 nValue, const rtl::OUString& rName) const in exportInt() argument
238 SvXMLUnitConverter::convertNumber(sBuffer, nValue); in exportInt()
243 void XMLSettingsExportHelper::exportLong(const sal_Int64 nValue, const rtl::OUString& rName) const in exportLong() argument
249 rtl::OUString sValue(rtl::OUString::valueOf(nValue)); in exportLong()
/trunk/main/svl/inc/svl/
H A Dhttpcook.hxx108 sal_uInt32 nValue = 0; in read() local
109 rStrm >> nValue; in read()
110 m_aExpires.SetDate (nValue); in read()
111 rStrm >> nValue; in read()
112 m_aExpires.SetTime (nValue); in read()
/trunk/main/rsc/inc/
H A Drscconst.hxx50 sal_Bool GetValueConst( sal_Int32 nValue, Atom * pConstId ) const;
60 sal_uInt32 nValue; // Position der Konstanten im Array member
81 sal_Int32 nValue );
82 ERRTYPE SetNumber( const RSCINST & rInst, sal_Int32 nValue );
84 ERRTYPE GetNumber( const RSCINST & rInst, sal_Int32 * nValue );
/trunk/main/sc/source/filter/xml/
H A DXMLDDELinksContext.hxx93 void SetMode(const sal_uInt8 nValue) { nMode = nValue; } in SetMode() argument
95 void AddColumns(const sal_Int32 nValue) { nColumns += nValue; } in AddColumns() argument
96 void AddRows(const sal_Int32 nValue) { nRows += nValue; } in AddRows() argument
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx223 void SAL_CALL ProgressBar::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue() argument
234 …DBG_ASSERT ( (( nValue >= m_nMinRange ) && ( nValue <= m_nMaxRange )), "ProgressBar::setValue()\nN… in setValue()
238 ( nValue >= m_nMinRange ) && in setValue()
239 ( nValue <= m_nMaxRange ) in setValue()
243 m_nValue = nValue ; in setValue()
/trunk/main/vcl/inc/vcl/
H A Dlongcurr.hxx88 BigInt Normalize( BigInt nValue ) const;
89 BigInt Denormalize( BigInt nValue ) const;
149 void InsertValue( BigInt nValue,
151 void RemoveValue( BigInt nValue );
155 sal_uInt16 GetValuePos( BigInt nValue ) const;
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx737 sal_Int32 nValue = 0; in ApplySpecialItem() local
738 if( aValue >>= nValue ) in ApplySpecialItem()
740 OSL_ENSURE( nValue < SAL_MAX_INT16, "Transparency value too large" ); in ApplySpecialItem()
741 sal_Int16 nValueToSet( static_cast< sal_Int16 >( nValue )); in ApplySpecialItem()
774 sal_Int32 nValue = 0; in ApplySpecialItem() local
775 if( aValue >>= nValue ) in ApplySpecialItem()
777 OSL_ENSURE( nValue < SAL_MAX_INT16, "Transparency value too large" ); in ApplySpecialItem()
778 sal_Int16 nValueToSet( static_cast< sal_Int16 >( nValue )); in ApplySpecialItem()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx112 XclExpStream& operator<<( sal_Int8 nValue );
113 XclExpStream& operator<<( sal_uInt8 nValue );
114 XclExpStream& operator<<( sal_Int16 nValue );
115 XclExpStream& operator<<( sal_uInt16 nValue );
116 XclExpStream& operator<<( sal_Int32 nValue );
117 XclExpStream& operator<<( sal_uInt32 nValue );
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1974 void SvxRTFParser::SetDefault( int nToken, int nValue ) in SetDefault() argument
1987 if( -1 == nValue ) in SetDefault()
1988 nValue = 0; in SetDefault()
1989 const Font& rSVFont = GetFont( sal_uInt16(nValue) ); in SetDefault()
2001 if( -1 != nValue ) in SetDefault()
2003 SvxLanguageItem aTmpItem( (const LanguageType)nValue, in SetDefault()
2014 if( -1 == nValue || !nValue ) in SetDefault()
2015 nValue = 720; in SetDefault()
2020 nTokenValue = nValue; in SetDefault()
2022 nValue = nTokenValue; in SetDefault()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx56 sal_Int32 nValue = 0; in FillEquationParameter() local
61 nValue = (sal_Int32)fValue; in FillEquationParameter()
64 rSource.Value >>= nValue; in FillEquationParameter()
70 if ( nValue & 0x40000000 ) in FillEquationParameter()
72 nValue ^= 0x40000000; in FillEquationParameter()
75 nValue |= 0x400; in FillEquationParameter()
79 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::BOTTOM : nValue = DFF_Prop_geoBott… in FillEquationParameter()
80 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::RIGHT : nValue = DFF_Prop_geoRight… in FillEquationParameter()
81 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::TOP : nValue = DFF_Prop_geoTop; br… in FillEquationParameter()
82 …case com::sun::star::drawing::EnhancedCustomShapeParameterType::LEFT : nValue = DFF_Prop_geoLeft; … in FillEquationParameter()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx987 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
990 nValue = ResultSetConcurrency::UPDATABLE; in getResultSetConcurrency()
994 return nValue; in getResultSetConcurrency()
1000 sal_Int32 nValue=0; in getResultSetType() local
1008 nValue = ResultSetType::FORWARD_ONLY; in getResultSetType()
1012 nValue = ResultSetType::SCROLL_INSENSITIVE; in getResultSetType()
1015 nValue = ResultSetType::SCROLL_SENSITIVE; in getResultSetType()
1019 return nValue; in getResultSetType()
1031 sal_Int32 nValue=-1; in getFetchSize() local
1032 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
[all …]

Completed in 182 milliseconds

12345678910>>...27