Home
last modified time | relevance | path

Searched refs:nValue (Results 26 – 50 of 666) sorted by path

12345678910>>...27

/trunk/main/basegfx/inc/basegfx/range/
H A Db3irange.hxx250 void grow(sal_Int32 nValue) in grow() argument
252 maRangeX.grow(nValue); in grow()
253 maRangeY.grow(nValue); in grow()
254 maRangeZ.grow(nValue); in grow()
H A Dbasicbox.hxx49 BasicBox( sal_Int32 nValue ) : in BasicBox() argument
50 Base( nValue ) in BasicBox()
73 bool isInside(sal_Int32 nValue) const in isInside()
81 return (nValue >= mnMinimum) && (nValue < mnMaximum); in isInside()
106 void grow(sal_Int32 nValue) in grow() argument
110 bool bLessThanZero(nValue < 0); in grow()
112 if(nValue > 0 || bLessThanZero) in grow()
114 mnMinimum -= nValue; in grow()
115 mnMaximum += nValue; in grow()
H A Dbasicrange.hxx51 mnMinimum(nValue), in BasicRange()
52 mnMaximum(nValue) in BasicRange()
96 return (nValue >= mnMinimum) && (nValue <= mnMaximum); in isInside()
170 void expand(T nValue) in expand() argument
178 if(nValue < mnMinimum) in expand()
180 mnMinimum = nValue; in expand()
183 if(nValue > mnMaximum) in expand()
185 mnMaximum = nValue; in expand()
235 void grow(T nValue) in grow() argument
243 mnMinimum -= nValue; in grow()
[all …]
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1289 static double GetDialogZoomFactor( sal_Bool bX, long nValue ) in GetDialogZoomFactor() argument
1295 Size aRefSize( nValue, nValue ); in GetDialogZoomFactor()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx61 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() argument
63 return ( nValue << nBits ) | ( nValue >> (32-nBits) ); in rotl()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx62 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() argument
64 return ( nValue << nBits ) | ( nValue >> (32-nBits) ); in rotl()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx349 sal_Int32 nValue = aIt->second; in FillItemSet() local
350 rOutAttrs.Put( SfxInt32Item( SCHATTR_DATADESCR_PLACEMENT, nValue ) ); in FillItemSet()
/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/chart2/source/controller/main/
H A DConfigurationAccess.cxx92 sal_Int32 nValue = 0; in getFieldUnit() local
93 if( aResult[ 0 ] >>= nValue ) in getFieldUnit()
94 eResult = static_cast< FieldUnit >( nValue ); in getFieldUnit()
H A DDrawCommandDispatch.cxx229 long nValue = ( ( const XLineWidthItem& ) aSet.Get( XATTR_LINEWIDTH ) ).GetValue(); in setLineEnds() local
230 if ( nValue > 0 ) in setLineEnds()
232 nWidth = nValue * 3; in setLineEnds()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx306 sal_Int16 nValue; in convertFastPropertyValue() local
307 if( (rOldValue>>=nValue) && !(rValue>>=nValue) ) in convertFastPropertyValue()
/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/comphelper/source/container/
H A Denumerablemap.cxx525 double nValue(0); in impl_checkNaN_throw() local
526 if ( _keyOrValue >>= nValue ) in impl_checkNaN_throw()
527 if ( ::rtl::math::isNan( nValue ) ) in impl_checkNaN_throw()
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx189 sal_Int64 nValue = 0; in toString() local
190 OSL_VERIFY( rValue >>= nValue ); in toString()
191 aRes = ::rtl::OUString::valueOf(nValue); in toString()
251 sal_Int32 nValue = 0; in getJavaVM() local
253 if ( uaJVM >>= nValue ) in getJavaVM()
254 pJVM = reinterpret_cast< jvmaccess::VirtualMachine* > (nValue); in getJavaVM()
H A DConnectionWrapper.cxx238 sal_Int32 nValue = 0; in createUniqueId() local
239 if ( pBegin->Value >>= nValue ) in createUniqueId()
240 sValue = ::rtl::OUString::valueOf(nValue); in createUniqueId()
H A DDateConversion.cxx129 double nValue = 0.0; in toSQLString() local
130 _rVal >>= nValue; in toSQLString()
131 aDateTime = DBTypeConversion::toDateTime(nValue); in toSQLString()
163 double nValue = 0.0; in toSQLString() local
164 _rVal >>= nValue; in toSQLString()
165 aDate = DBTypeConversion::toDate(nValue); in toSQLString()
190 double nValue = 0.0; in toSQLString() local
191 _rVal >>= nValue; in toSQLString()
192 aTime = DBTypeConversion::toTime(nValue); in toSQLString()
337 double nValue = rValue; in setValue() local
[all …]
H A DFDatabaseMetaDataResultSet.cxx760 sal_Int8 nValue(0); in initialize() local
761 *pRowIter >>= nValue; in initialize()
768 sal_Int16 nValue(0); in initialize() local
769 *pRowIter >>= nValue; in initialize()
776 sal_Int32 nValue(0); in initialize() local
777 *pRowIter >>= nValue; in initialize()
784 sal_Int64 nValue(0); in initialize() local
785 *pRowIter >>= nValue; in initialize()
791 float nValue(0.0); in initialize() local
792 *pRowIter >>= nValue; in initialize()
[all …]
H A DFValue.cxx1967 (*this) = nValue; in setSigned()
2276 sal_uInt16 nValue(0); in fill() local
2277 _rValue >>= nValue; in fill()
2278 (*this) = static_cast<sal_Int32>(nValue); in fill()
2284 sal_Int64 nValue(0); in fill() local
2285 _rValue >>= nValue; in fill()
2286 (*this) = nValue; in fill()
2291 sal_uInt64 nValue(0); in fill() local
2292 _rValue >>= nValue; in fill()
2299 sal_uInt32 nValue(0); in fill() local
[all …]
H A Ddbtools.cxx1607 sal_Int64 nValue = 0; in implUpdateObject() local
1608 OSL_VERIFY( _rValue >>= nValue ); in implUpdateObject()
1609 _rxUpdatedObject->updateLong( _nColumnIndex, nValue ); in implUpdateObject()
1662 sal_Int64 nValue = 0; in implSetObject() local
1663 OSL_VERIFY( _rValue >>= nValue ); in implSetObject()
1664 _rxParameters->setLong( _nColumnIndex, nValue ); in implSetObject()
/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/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx63 sal_Int32 nValue(0); in getInt32Property() local
65 nValue = aVar; in getInt32Property()
66 return nValue; in getInt32Property()
H A DADatabaseMetaDataResultSet.cxx675 sal_Int32 nValue=-1; in getFetchSize() local
677 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
678 return nValue; in getFetchSize()
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 …]
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 …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx459 static sal_uInt32 nValue; variable
464 rStream >> nValue >> rPage.aChild; in operator >>()
465 rPage.nCount = sal_uInt16(nValue); in operator >>()
490 nValue = rPage.nCount; in operator <<()
491 rStream << nValue << rPage.aChild; in operator <<()

Completed in 150 milliseconds

12345678910>>...27