Home
last modified time | relevance | path

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

12345678910>>...27

/aoo41x/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 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()
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 …]
/aoo41x/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 =()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/main/comphelper/inc/comphelper/
H A Dextract.hxx87 sal_Int32 nValue = 0; in any2enum() local
88 if (! (rAny >>= nValue)) in any2enum()
91 eRet = (E)nValue; in any2enum()
141 sal_Int32 nValue = 0; in any2bool() local
142 if (! (rAny >>= nValue)) in any2bool()
144 return nValue != 0; in any2bool()
/aoo41x/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()
/aoo41x/main/accessibility/source/standard/
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()
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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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;
/aoo41x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx170 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid() local
171 if (nValue < 16) in printUuid()
175 printf( "%02x" ,nValue ); in printUuid()
192 sal_uInt8 nValue = pNode[i1]; in printUuidtoBuffer() local
193 if (nValue < 16) in printUuidtoBuffer()
198 sprintf( (sal_Char *)(pBuffer + nPtr), "%02x", nValue ); in printUuidtoBuffer()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()

Completed in 117 milliseconds

12345678910>>...27