Home
last modified time | relevance | path

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

12345678910>>...27

/aoo41x/main/sd/source/ui/dlg/
H A Dcopydlg.cxx331 long nValue = 500L; in IMPL_LINK() local
332 SetMetricValue( maMtrFldMoveX, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
333 SetMetricValue( maMtrFldMoveY, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
335 nValue = 0L; in IMPL_LINK()
336 maMtrFldAngle.SetValue( nValue ); in IMPL_LINK()
337 SetMetricValue( maMtrFldWidth, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
338 SetMetricValue( maMtrFldHeight, Fraction(nValue) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 );
/aoo41x/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
/aoo41x/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 …]
/aoo41x/main/vcl/source/control/
H A Dspinbtn.cxx438 void SpinButton::SetValue( long nValue ) in SetValue() argument
441 if ( nValue > mnMaxRange ) in SetValue()
442 nValue = mnMaxRange; in SetValue()
443 if ( nValue < mnMinRange ) in SetValue()
444 nValue = mnMinRange; in SetValue()
446 if ( mnValue != nValue ) in SetValue()
448 mnValue = nValue; in SetValue()
/aoo41x/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()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx2533 nValue = sal::static_int_cast<sal_uInt16>( nValue + nDigit1 ); in ScArabic()
2543 nValue = sal::static_int_cast<sal_uInt16>( nValue + nDiff ); in ScArabic()
2829 if( nValue >= 100000 ) in lclAppendBlock()
2832 nValue %= 100000; in lclAppendBlock()
2834 if( nValue >= 10000 ) in lclAppendBlock()
2837 nValue %= 10000; in lclAppendBlock()
2839 if( nValue >= 1000 ) in lclAppendBlock()
2842 nValue %= 1000; in lclAppendBlock()
2844 if( nValue >= 100 ) in lclAppendBlock()
2847 nValue %= 100; in lclAppendBlock()
[all …]
/aoo41x/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;
/aoo41x/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);
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 );
/aoo41x/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx92 long nValue = rNames.GetValue(i); in Reload() local
95 switch(nValue) in Reload()
105 if (nValue > style::NumberingType::CHARS_LOWER_LETTER_N) in Reload()
113 if (pTypes[nType] == nValue) in Reload()
125 SetEntryData( nEntry, (void*)nValue ); in Reload()
/aoo41x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxCheckBoxCell.cxx84 sal_Int32 nValue = 0; in getCurrentValue() local
88 nValue = 0; in getCurrentValue()
91 nValue = 1; in getCurrentValue()
94 nValue = 2; in getCurrentValue()
97 return makeAny(nValue); in getCurrentValue()
/aoo41x/main/framework/source/helper/
H A Dvclstatusindicator.cxx180 void SAL_CALL VCLStatusIndicator::setValue(sal_Int32 nValue) in setValue() argument
186 if (nValue <= m_nRange) in setValue()
187 m_nValue = nValue; in setValue()
192 nValue = m_nValue; in setValue()
200 ((nValue*100) / ::std::max(nRange,(sal_Int32)1)), (sal_Int32)100)); in setValue()
/aoo41x/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()
/aoo41x/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx97 sal_Int16 nValue = 0; in valueAlignToParaAdjust() local
98 rValue >>= nValue; in valueAlignToParaAdjust()
102 if ( nValue == pTranslation->nControlValue ) in valueAlignToParaAdjust()
115 sal_Int32 nValue = 0; in valueParaAdjustToAlign() local
116 rValue >>= nValue; in valueParaAdjustToAlign()
120 if ( nValue == pTranslation->nParagraphValue) in valueParaAdjustToAlign()

Completed in 261 milliseconds

12345678910>>...27