Home
last modified time | relevance | path

Searched refs:nValue (Results 201 – 225 of 666) sorted by relevance

12345678910>>...27

/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java27 private int nValue; field in ExampleAddInResult
39 aEvent.Value = aName + " " + String.valueOf( nValue ); in getResult()
59 ++nValue; in incrementValue()
157 public int getIncremented( int nValue ) in getIncremented() argument
159 return nValue + 1; in getIncremented()
/trunk/main/sfx2/source/sidebar/
H A DLayouter.cxx103 const sal_Int32 nValue) in MapX() argument
105 return rControl.LogicToPixel(Point(nValue,0), MAP_APPFONT).X(); in MapX()
113 const sal_Int32 nValue) in MapWidth() argument
115 return rControl.LogicToPixel(Point(nValue,0), MAP_APPFONT).X(); in MapWidth()
/trunk/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx42 sal_Int32 nValue; member in ProgressBarHelper
59 void SetValue(sal_Int32 nValue);
61 inline void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment()
69 sal_Int32 GetValue() { return nValue; } in GetValue()
/trunk/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx62 void fill( sal_uInt8 nValue, sal_uInt16 nBytes );
127 void fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize = 1 );
131 inline BiffOutputStream& operator<<( Type nValue ) { writeValue( nValue ); return *this; } in operator <<() argument
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx661 sal_Int64 nValue = pEdit->GetValue(); in IMPL_LINK() local
663 aRightMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
665 aLeftMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
667 aBottomMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
669 aTopMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
673 sal_Int64 nValue = pEdit->GetValue(); in IMPL_LINK() local
687 if (nValue + nOpposite > Max(pEdit->GetMax(), pOpposite->GetMax())) in IMPL_LINK()
688 pOpposite->SetValue(pOpposite->GetMax() - nValue); in IMPL_LINK()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSetMetaData.cxx61 sal_Int32 nValue = 0; in isNullable() local
64 …>getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nValue; in isNullable()
67 nValue = getNumColAttrib(column,SQL_DESC_NULLABLE); in isNullable()
68 return nValue; in isNullable()
/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx64 sal_Int32 PresenterGeometryHelper::Floor (const double nValue) in Floor() argument
66 return sal::static_int_cast<sal_Int32>(floor(nValue)); in Floor()
72 sal_Int32 PresenterGeometryHelper::Ceil (const double nValue) in Ceil() argument
74 return sal::static_int_cast<sal_Int32>(ceil(nValue)); in Ceil()
80 sal_Int32 PresenterGeometryHelper::Round (const double nValue) in Round() argument
82 return sal::static_int_cast<sal_Int32>(floor(0.5 + nValue)); in Round()
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx70 explicit SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue = 0 );
73 inline void SetValue( sal_Int32 nValue ) { mnValue = nValue; } in SetValue() argument
420 SfxOleInt32Property::SfxOleInt32Property( sal_Int32 nPropId, sal_Int32 nValue ) : in SfxOleInt32Property() argument
422 mnValue( nValue ) in SfxOleInt32Property()
464 sal_Int16 nValue; in ImplLoad() local
465 rStrm >> nValue; in ImplLoad()
466 mbValue = nValue != 0; in ImplLoad()
810 void SfxOleSection::SetInt32Value( sal_Int32 nPropId, sal_Int32 nValue ) in SetInt32Value() argument
812 SetProperty( SfxOlePropertyRef( new SfxOleInt32Property( nPropId, nValue ) ) ); in SetInt32Value()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx311 sal_uInt32 nValue = 0; in ProcessEscherObj() local
312 if(!aPropOpt.GetOpt( ESCHER_Prop_FitTextToShape, nValue )) in ProcessEscherObj()
315 if(aPropOpt.GetOpt( ESCHER_Prop_fillColor, nValue )) in ProcessEscherObj()
320 …Color aColor = Color( (sal_uInt8)nValue, (sal_uInt8)( nValue >> 8 ), (sal_uInt8)( nValue >> 16 ) ); in ProcessEscherObj()
331 if(!aPropOpt.GetOpt( ESCHER_Prop_fillBackColor, nValue )) in ProcessEscherObj()
333 if(!aPropOpt.GetOpt( ESCHER_Prop_fNoFillHitTest, nValue )) in ProcessEscherObj()
335 if(!aPropOpt.GetOpt( ESCHER_Prop_shadowColor, nValue )) in ProcessEscherObj()
337 if(!aPropOpt.GetOpt( ESCHER_Prop_fshadowObscured, nValue )) // bool field in ProcessEscherObj()
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx77 sal_Int64 NormalizePercent(sal_Int64 nValue);
78 sal_Int64 DenormalizePercent(sal_Int64 nValue);
80 void SetRefValue(sal_Int64 nValue);
84 sal_Int64 Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit);
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx244 sal_Int32 nValue = 0; in end() local
250 nValue = pNext->m_nValue; in end()
266 xProgress->setValue(nValue); in end()
316 … sal_Int32 nValue ) in setValue() argument
326 pItem->m_nValue = nValue; in setValue()
337 (nOldValue != nValue ) && in setValue()
341 xProgress->setValue(nValue); in setValue()
/trunk/main/sw/source/core/text/
H A Dwrong.cxx210 MSHORT SwWrongList::GetWrongPos( xub_StrLen nValue ) const in GetWrongPos()
225 if ( nSTPos <= nValue && nValue < nSTPos + nSTLen ) in GetWrongPos()
227 else if ( nSTPos > nValue ) in GetWrongPos()
241 if( nTmp == nValue ) in GetWrongPos()
246 else if( nTmp < nValue ) in GetWrongPos()
248 if( nTmp + Len( nMitte ) >= nValue ) in GetWrongPos()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx716 sal_Int32 nValue = 0; in setCurrentValue() local
717 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
719 if ( nValue < 0 ) in setCurrentValue()
720 nValue = 0; in setCurrentValue()
721 else if ( nValue > 1 ) in setCurrentValue()
722 nValue = 1; in setCurrentValue()
724 m_pToolBox->CheckItem( m_nItemId, (sal_Bool) nValue ); in setCurrentValue()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1175 sal_Int32 nValue = 0; in getEntryString() local
1176 if( rValue >>= nValue ) in getEntryString()
1177 sValue = OUString::valueOf( nValue ); in getEntryString()
1184 sal_uInt32 nValue = 0; in getEntryString() local
1185 if( rValue >>= nValue ) in getEntryString()
1186 sValue = OUString::valueOf( (sal_Int64)nValue ); in getEntryString()
1191 sal_Int64 nValue = 0; in getEntryString() local
1192 if( rValue >>= nValue ) in getEntryString()
1193 sValue = OUString::valueOf( nValue ); in getEntryString()
1198 sal_uInt64 nValue = 0; in getEntryString() local
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx79 sal_Int32 nNewValue = nValue; in SetEnhancedCustomShapeParameter()
399 sal_Int32 nValue = 0; in SetEnhancedCustomShapeHandleParameter() local
404 nValue = nPara & 0xff; in SetEnhancedCustomShapeHandleParameter()
409 nValue = nPara - 3; in SetEnhancedCustomShapeHandleParameter()
414 nValue = 0; in SetEnhancedCustomShapeHandleParameter()
422 nValue = 0; in SetEnhancedCustomShapeHandleParameter()
430 nValue = 5600; in SetEnhancedCustomShapeHandleParameter()
435 nValue = nPara; in SetEnhancedCustomShapeHandleParameter()
441 nValue = nPara; in SetEnhancedCustomShapeHandleParameter()
1011 sal_Int32 nValue = 0; in GetParameter() local
[all …]
/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y38 sal_Int32 nValue;
402 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
410 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
418 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
419 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
499 SetConst( S.Top(), "_ZOOMINMAPMODE", $3.hashid, $3.nValue );
511 SetConst( S.Top(), "_FLOATINGPOSMAPMODE", $3.hashid, $3.nValue );
821 aError = S.Top().pClass->SetConst( S.Top(), $1.hashid, $1.nValue );
828 aError = aInst.pClass->SetConst( aInst, $1.hashid, $1.nValue );
H A Drsckey.cxx124 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){ argument
135 pTable[ nEntries ].yylval = nValue;
142 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, long nValue ) argument
144 return( Put( pHS->getID( pName ), nTyp, nValue ) );
/trunk/main/sw/inc/
H A Dcellatr.hxx87 double nValue; member in SwTblBoxValue
98 nValue = rCmp.nValue; in operator =()
102 double GetValue() const { return nValue; } in GetValue()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx168 int nOption, i, nValue; in InitFields() local
201 nValue = mrSane.GetRange( nOption, pDouble ); in InitFields()
202 if( nValue > -1 ) in InitFields()
204 if( nValue ) in InitFields()
207 maReslBox.SetMax( (long)pDouble[ nValue-1 ] ); in InitFields()
208 for( i=0; i<nValue; i++ ) in InitFields()
210 if( i == 0 || i == nValue-1 || ! ( ((int)pDouble[i]) % 20) ) in InitFields()
292 nValue = mrSane.GetRange( nOption, pDouble ); in InitFields()
293 if( nValue > -1 ) in InitFields()
298 if( nValue ) in InitFields()
[all …]
/trunk/main/idl/inc/
H A Dbastype.hxx185 sal_uInt32 nValue; member in SvNumberIdentifier
189 SvNumberIdentifier() : nValue( 0 ) {}; in SvNumberIdentifier()
192 return SvIdentifier::IsSet() || nValue != 0; in IsSet()
194 sal_uInt32 GetValue() const { return nValue; } in GetValue()
195 void SetValue( sal_uInt32 nVal ) { nValue = nVal; } in SetValue()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx452 void ScSolverIntegerDialog::SetValue( sal_Int32 nValue ) in SetValue() argument
454 maNfValue.SetValue( nValue ); in SetValue()
459 sal_Int64 nValue = maNfValue.GetValue(); in GetValue() local
460 if ( nValue < SAL_MIN_INT32 ) in GetValue()
462 if ( nValue > SAL_MAX_INT32 ) in GetValue()
464 return (sal_Int32) nValue; in GetValue()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx123 void FIB::SetData( Id nName, sal_Int32 nValue ) in SetData() argument
127 aFIBData[nName - NS_rtf::LN_WIDENT] = nValue; in SetData()
378 void DomainMapper_Impl::ModifyCurrentTabStop( Id nId, sal_Int32 nValue) in ModifyCurrentTabStop() argument
427 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabFillCharWord) / sizeof (sa… in ModifyCurrentTabStop()
432 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabAlignFromWord) / sizeof (st… in ModifyCurrentTabStop()
3871 nValue = ConversionHelper::convertTwipToMM100(nValue); in SetPageMarginTwip()
3874 case PAGE_MAR_TOP : m_aPageMargins.top = nValue; break; in SetPageMarginTwip()
3875 case PAGE_MAR_RIGHT : m_aPageMargins.right = nValue; break; in SetPageMarginTwip()
3876 case PAGE_MAR_BOTTOM : m_aPageMargins.bottom = nValue; break; in SetPageMarginTwip()
3877 case PAGE_MAR_LEFT : m_aPageMargins.left = nValue; break; in SetPageMarginTwip()
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx128 String ScfTools::GetHexStr( sal_uInt16 nValue ) in GetHexStr() argument
133 aStr += pHex[ nValue >> 12 ]; in GetHexStr()
134 aStr += pHex[ (nValue >> 8) & 0x000F ]; in GetHexStr()
135 aStr += pHex[ (nValue >> 4) & 0x000F ]; in GetHexStr()
136 aStr += pHex[ nValue & 0x000F ]; in GetHexStr()
/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx105 void SwTabCols::Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos ) in Insert() argument
108 aEntry.nPos = nValue; in Insert()
115 void SwTabCols::Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos ) in Insert() argument
118 aEntry.nPos = nValue; in Insert()
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_string.cxx48 sal_Int32 nValue = rtl_string_getLength( aStr.pData ); in TEST_F() local
50 ASSERT_TRUE(aStr.getLength() == nValue) << "Length must equal getLength()"; in TEST_F()
51 ASSERT_TRUE(nValue >= 0 in TEST_F()
53 == sal::static_int_cast< sal_uInt32 >(nValue))) << "Length must equal strlen()"; in TEST_F()

Completed in 152 milliseconds

12345678910>>...27