Home
last modified time | relevance | path

Searched refs:nValue (Results 126 – 150 of 666) sorted by relevance

12345678910>>...27

/trunk/main/cui/source/tabpages/
H A Dtparea.cxx1216 sal_uInt16 nValue = 0; in FillItemSet() local
1597 if( nValue == 0 ) in Reset()
1677 if( nValue == 0 ) in Reset()
1705 if( nValue == 0 ) in Reset()
1729 if( nValue > 0 ) in Reset()
1731 aMtrFldOffset.SetValue( nValue ); in Reset()
1737 if( nValue > 0 ) in Reset()
1739 aMtrFldOffset.SetValue( nValue ); in Reset()
1763 aMtrFldXOffset.SetValue( nValue ); in Reset()
1772 aMtrFldYOffset.SetValue( nValue ); in Reset()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx509 rVal >>= nValue; in PutValue()
1493 nValue = TWIP_TO_MM100(nValue); in QueryValue()
1495 rVal <<= nValue; in QueryValue()
1502 rVal >>= nValue; in PutValue()
1504 nValue = MM100_TO_TWIP(nValue); in PutValue()
1506 SetValue( nValue ); in PutValue()
2775 rVal >>= nValue; in PutValue()
2883 rVal >>= nValue; in PutValue()
4788 rVal >>= nValue; in PutValue()
4893 rVal >>= nValue; in PutValue()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLCellRangeSourceContext.cxx87 sal_Int32 nValue; in ScXMLCellRangeSourceContext() local
88 if( SvXMLUnitConverter::convertNumber( nValue, sValue, 1 ) ) in ScXMLCellRangeSourceContext()
89 pCellRangeSource->nColumns = nValue; in ScXMLCellRangeSourceContext()
96 sal_Int32 nValue; in ScXMLCellRangeSourceContext() local
97 if( SvXMLUnitConverter::convertNumber( nValue, sValue, 1 ) ) in ScXMLCellRangeSourceContext()
98 pCellRangeSource->nRows = nValue; in ScXMLCellRangeSourceContext()
/trunk/main/xmloff/source/style/
H A Dcsmaphdl.cxx72 sal_uInt16 nValue = sal_uInt16(); in exportXML() local
75 if( rValue >>= nValue ) in exportXML()
78 aOut, nValue, pXML_Casemap_Enum ); in exportXML()
116 sal_uInt16 nValue = sal_uInt16(); in exportXML() local
119 if( rValue >>= nValue ) in exportXML()
121 switch( nValue ) in exportXML()
H A Dxmlnume.cxx179 sal_Int16 nValue = 0; in exportLevelStyle() local
180 rProp.Value >>= nValue; in exportLevelStyle()
181 eAdjust = nValue; in exportLevelStyle()
245 sal_Int16 nValue = 0; in exportLevelStyle() local
246 rProp.Value >>= nValue; in exportLevelStyle()
247 eImageVertOrient = nValue; in exportLevelStyle()
253 sal_Int16 nValue = 0; in exportLevelStyle() local
254 rProp.Value >>= nValue; in exportLevelStyle()
255 ePosAndSpaceMode = nValue; in exportLevelStyle()
260 sal_Int16 nValue = 0; in exportLevelStyle() local
[all …]
H A Dbreakhdl.cxx90 sal_Int32 nValue = 0; in exportXML() local
91 if( !( rValue >>= nValue ) ) in exportXML()
94 eBreak = (style::BreakType) nValue; in exportXML()
161 sal_Int32 nValue = 0; in exportXML() local
162 if( !( rValue >>= nValue ) ) in exportXML()
165 eBreak = (style::BreakType) nValue; in exportXML()
/trunk/main/idl/inc/
H A Dhash.hxx62 sal_uLong nValue; member in SvStringHashEntry
69 , nValue( 0 ) in SvStringHashEntry()
77 void SetValue( sal_uLong n ) { nValue = n; } in SetValue()
78 sal_uLong GetValue() const { return nValue; } in GetValue()
88 nValue = rRef.nValue; in operator =()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlDataSourceSetting.cxx221 sal_Int32 nValue(0); in convertString() local
225 rImporter.GetMM100UnitConverter().convertNumber(nValue, _rReadCharacters); in convertString()
231 aReturn <<= (sal_Int16)nValue; in convertString()
233 aReturn <<= (sal_Int32)nValue; in convertString()
243 double nValue = 0.0; in convertString() local
247 rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
252 aReturn <<= (double)nValue; in convertString()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx270 sal_Int32 nValue = 0; in setCurrentValue() local
271 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
273 if ( nValue < 0 ) in setCurrentValue()
274 nValue = 0; in setCurrentValue()
275 else if ( nValue > 1 ) in setCurrentValue()
276 nValue = 1; in setCurrentValue()
278 pVCLXRadioButton->setState( (sal_Bool) nValue ); in setCurrentValue()
H A Dvclxaccessiblebutton.cxx300 sal_Int32 nValue = 0; in setCurrentValue() local
301 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
303 if ( nValue < 0 ) in setCurrentValue()
304 nValue = 0; in setCurrentValue()
305 else if ( nValue > 1 ) in setCurrentValue()
306 nValue = 1; in setCurrentValue()
308 pButton->SetPressed( (sal_Bool) nValue ); in setCurrentValue()
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx88 sal_Int32 nValue = 0; in any2enum() local
89 if (! (rAny >>= nValue)) in any2enum()
92 eRet = (E)nValue; in any2enum()
142 sal_Int32 nValue = 0; in any2bool() local
143 if (! (rAny >>= nValue)) in any2bool()
145 return nValue != 0; in any2bool()
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx155 sal_Int16 nValue = 0; in setPropertyValue() local
156 if (aValue >>= nValue) in setPropertyValue()
158 aDocOpt.SetStdPrecision(static_cast<sal_uInt16> (nValue)); in setPropertyValue()
171 sal_Int32 nValue = 0; in setPropertyValue() local
172 if (aValue >>= nValue) in setPropertyValue()
174 aDocOpt.SetTabDistance(static_cast<sal_uInt16>(HMMToTwips(nValue))); in setPropertyValue()
267 sal_Int32 nValue (TwipsToEvenHMM(aDocOpt.GetTabDistance())); in getPropertyValue() local
268 aRet <<= nValue; in getPropertyValue()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx466 rBuffer.append( nValue ); in convertPercent()
481 rBuffer.append( nValue ); in convertMeasurePx()
497 rEnum = pMap->nValue; in convertEnum()
517 rEnum = pMap->nValue; in convertEnum()
539 if( pMap->nValue == nValue ) in convertEnum()
562 unsigned int nValue, in convertEnum() argument
570 if( pMap->nValue == nValue ) in convertEnum()
1057 aDate += nValue; in convertDateTime()
1058 fValue -= nValue; in convertDateTime()
1060 if (nValue > 0) in convertDateTime()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx85 sal_Int32 nValue = 0; in getValue() local
86 m_xProps->getPropertyValue( SVALUE ) >>= nValue; in getValue()
87 return nValue; in getValue()
109 sal_Int32 nValue = 0; in Pages() local
110 m_xProps->getPropertyValue( SVALUEMAX ) >>= nValue; in Pages()
111 uno::Reference< XCollection > xColl( new ScVbaPages( this, mxContext, getPages( nValue ) ) ); in Pages()
/trunk/main/sd/source/ui/func/
H A Dfuscale.cxx85 sal_Int16 nValue; in DoExecute() local
95 nValue = (sal_Int16) mpWindow->GetZoom(); in DoExecute()
101 pZoomItem = new SvxZoomItem( SVX_ZOOM_WHOLEPAGE, nValue ); in DoExecute()
105 pZoomItem = new SvxZoomItem( SVX_ZOOM_PERCENT, nValue ); in DoExecute()
169 nValue = ((const SvxZoomItem &) aArgs.Get (SID_ATTR_ZOOM)).GetValue (); in DoExecute()
171 mpViewShell->SetZoom( nValue ); in DoExecute()
/trunk/main/oox/source/dump/
H A Ddffdumper.cxx229 sal_uInt32 nValue = mxStrm->readuInt32(); in dumpDffOpt() local
234 writeHexItem( "complex-size", nValue, "CONV-DEC" ); in dumpDffOpt()
251 aPropInfos.push_back( PropInfo( aName( "property-data" ), eType, nBaseId, nValue ) ); in dumpDffOpt()
267 … pFlagsList->setIgnoreFlags( nOldIgnoreFlags | 0xFFFF0000 | ~(nValue >> 16) ); in dumpDffOpt()
269 writeValueItem( rItemFmt, nValue ); in dumpDffOpt()
274 writeValueItem( rItemFmt, nValue ); in dumpDffOpt()
277 writeHexItem( "value", nValue ); in dumpDffOpt()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx247 sal_uInt32 nValue = mnStatMaxValue + ( mnStatMaxValue >> 3 ); in PPTWriter() local
248 if ( nValue > mnLatestStatValue ) in PPTWriter()
250 mXStatusIndicator->setValue( nValue ); in PPTWriter()
251 mnLatestStatValue = nValue; in PPTWriter()
2389 …se ParaAttr_BulletOn : return ( rPara.mbIsBullet ) ? ( nValue ) ? sal_False : sal_True : ( nValue in IsHardAttribute()
2397 case ParaAttr_Adjust : return ( rPara.mnAdjust != nValue ); in IsHardAttribute()
2401 case ParaAttr_TextOfs : return ( rPara.mnTextOfs != nValue ); in IsHardAttribute()
2404 case ParaAttr_BiDi : return ( rPara.mnBiDi != nValue ); in IsHardAttribute()
2411 case CharAttr_Font : return ( rChar.mnFont != nValue ); in IsHardAttribute()
2423 return ( ( nValue & nFlag ) == 0 ); in IsHardAttribute()
[all …]
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx211 double valueToDouble( sal_Int64 nValue ) in valueToDouble() argument
214 double n = (double)nValue; in valueToDouble()
219 sal_Int64 doubleToValue( double nValue ) in doubleToValue() argument
222 double n = nValue; in doubleToValue()
251 void NumericFormatter::vclmethod( sal_Int64 nValue ) \
255 getFormatImpl().mxField->idlmethod( getFormatImpl().valueToDouble( nValue ) ); \
286 void MetricFormatter::vclmethod( sal_Int64 nValue, FieldUnit nUnit ) \
290 getFormatImpl().mxField->idlmethod( nValue, MetricUnitVclToUno( nUnit ) ); \
301 void MetricFormatter::SetSpinSize( sal_Int64 nValue ) in SET_IMPL()
305 getFormatImpl().mxField->setSpinSize( nValue ); in SET_IMPL()
/trunk/main/sw/source/ui/uiview/
H A Dviewdlg.cxx64 sal_uInt16 nValue = ((SfxUInt16Item *)pItem)->GetValue(); in ExecDlg() local
70 if(nValue != nOldValue || nValue != nLogPage) in ExecDlg()
73 pWrtShell->SetNewPageOffset( nValue ); in ExecDlg()
75 pWrtShell->SetPageOffset( nValue ); in ExecDlg()
/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx880 sal_Int32 nValue = 0; in StartElement() local
881 SvXMLUnitConverter::convertPercent( nValue, sAttrValue ); in StartElement()
882 if( nValue ) in StartElement()
884 nValue /= 100; in StartElement()
886 SvXMLUnitConverter::convertPercent( aOut, nValue ); in StartElement()
957 SvXMLUnitConverter::convertPercent( aOut, nValue ); in StartElement()
964 sal_Int32 nValue; in StartElement() local
967 SvXMLUnitConverter::convertPercent( nValue, sAttrValue ); in StartElement()
971 nValue = sal_Int32( sAttrValue.toDouble() * 100.0 ); in StartElement()
973 nValue = 100 - nValue; in StartElement()
[all …]
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx103 sal_Int32 GetCoordinate( sal_Int32 nValue );
119 sal_Int32 GetTextSpacingPoint( const sal_Int32 nValue );
153 inline sal_Int64 convertHmmToEmu( sal_Int32 nValue ) in convertHmmToEmu() argument
155 return static_cast< sal_Int64 >( nValue ) * EMU_PER_HMM; in convertHmmToEmu()
159 inline sal_Int32 convertEmuToHmm( sal_Int64 nValue ) in convertEmuToHmm() argument
161 …return getLimitedValue< sal_Int32, sal_Int64 >( (nValue + EMU_PER_HMM / 2) / EMU_PER_HMM, 0, SAL_M… in convertEmuToHmm()
/trunk/main/sal/qa/rtl/process/
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/svl/inc/svl/
H A Daeitem.hxx39 sal_uInt16 _GetPosByValue( sal_uInt16 nValue ) const;
51 void InsertValue( sal_uInt16 nValue );
52 void InsertValue( sal_uInt16 nValue, const XubString &rText );
53 void RemoveValue( sal_uInt16 nValue );
56 sal_uInt16 GetPosByValue( sal_uInt16 nValue ) const;
/trunk/main/svx/source/items/
H A Dalgitem.cxx161 sal_Int32 nValue = 0; in PutValue() local
162 if(!(rVal >>= nValue)) in PutValue()
164 eUno = (table::CellHoriJustify)nValue; in PutValue()
336 sal_Int32 nValue = 0; in PutValue() local
337 if(!(rVal >>= nValue)) in PutValue()
339 eUno = (table::CellVertJustify)nValue; in PutValue()
448 sal_Int32 nValue = 0; in PutValue() local
449 if(!(rVal >>= nValue)) in PutValue()
451 eOrient = (table::CellOrientation)nValue; in PutValue()
/trunk/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 …]

Completed in 199 milliseconds

12345678910>>...27