Home
last modified time | relevance | path

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

12345678910>>...27

/aoo41x/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()
/aoo41x/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);
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx409 sal_Int32 nValue; in createUniqueInterfaceName() local
411 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in createUniqueInterfaceName()
855 sal_Int32 nValue; in onDelete() local
857 for( nValue = 0; (nValue < nValueCount) && !bTypeStillUsed; nValue++, pValues++ ) in onDelete()
1109 sal_Int32 nValue; in initFilterList() local
1111 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in initFilterList()
/aoo41x/main/vcl/source/gdi/
H A Dprint.cxx187 sal_Int32 nValue = 0; in ReadFromConfig() local
191 … if( xSet->getPropertyValue(PROPERTYNAME_REDUCEDTRANSPARENCYMODE) >>= nValue ) in ReadFromConfig()
192 SetReducedTransparencyMode( (PrinterTransparencyMode)nValue ); in ReadFromConfig()
195 … if( xSet->getPropertyValue(PROPERTYNAME_REDUCEDGRADIENTMODE) >>= nValue ) in ReadFromConfig()
196 SetReducedGradientMode( (PrinterGradientMode)nValue ); in ReadFromConfig()
197 … if( xSet->getPropertyValue(PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT) >>= nValue ) in ReadFromConfig()
198 SetReducedGradientStepCount( (sal_uInt16)nValue ); in ReadFromConfig()
201 if( xSet->getPropertyValue(PROPERTYNAME_REDUCEDBITMAPMODE) >>= nValue ) in ReadFromConfig()
202 SetReducedBitmapMode( (PrinterBitmapMode)nValue ); in ReadFromConfig()
203 … if( xSet->getPropertyValue(PROPERTYNAME_REDUCEDBITMAPRESOLUTION) >>= nValue ) in ReadFromConfig()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx113 void FIB::SetData( Id nName, sal_Int32 nValue ) in SetData() argument
117 aFIBData[nName - NS_rtf::LN_WIDENT] = nValue; in SetData()
354 void DomainMapper_Impl::ModifyCurrentTabStop( Id nId, sal_Int32 nValue) in ModifyCurrentTabStop() argument
403 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabFillCharWord) / sizeof (sa… in ModifyCurrentTabStop()
408 …if( nValue >= 0 && nValue < sal::static_int_cast<sal_Int32>(sizeof(aTabAlignFromWord) / sizeof (st… in ModifyCurrentTabStop()
3680 nValue = ConversionHelper::convertTwipToMM100(nValue); in SetPageMarginTwip()
3683 case PAGE_MAR_TOP : m_aPageMargins.top = nValue; break; in SetPageMarginTwip()
3684 case PAGE_MAR_RIGHT : m_aPageMargins.right = nValue; break; in SetPageMarginTwip()
3685 case PAGE_MAR_BOTTOM : m_aPageMargins.bottom = nValue; break; in SetPageMarginTwip()
3686 case PAGE_MAR_LEFT : m_aPageMargins.left = nValue; break; in SetPageMarginTwip()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/rsc/source/parser/
H A Drscyacc.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 ) );
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/sal/qa/rtl/ostring/
H A Drtl_string.cxx45 sal_Int32 nValue = rtl_string_getLength( aStr.pData ); in getLength_001() local
47 CPPUNIT_ASSERT_MESSAGE("Length must equal getLength()", aStr.getLength() == nValue); in getLength_001()
50 nValue >= 0 in getLength_001()
52 == sal::static_int_cast< sal_uInt32 >(nValue))); in getLength_001()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx67 void exportByte(const sal_Int8 nValue, const rtl::OUString& rName) const;
68 void exportShort(const sal_Int16 nValue, const rtl::OUString& rName) const;
69 void exportInt(const sal_Int32 nValue, const rtl::OUString& rName) const;
70 void exportLong(const sal_Int64 nValue, const rtl::OUString& rName) const;
/aoo41x/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()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx74 sal_Bool WW8StructBase::getBit(sal_uInt32 nValue, sal_uInt16 nBit) const in getBit() argument
76 return (nValue & (1 << nBit)) != 0; in getBit()
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble() argument
82 return sal::static_int_cast<sal_uInt8>((nValue >> nShift) & 0xf); in getNibble()

Completed in 174 milliseconds

12345678910>>...27