Home
last modified time | relevance | path

Searched refs:nValue (Results 251 – 275 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/aoo41x/main/svx/inc/svx/
H A Dzoomitem.hxx60 FASTBOOL IsValueAllowed( sal_uInt16 nValue ) const in IsValueAllowed()
61 { return nValue == ( nValue & nValueSet ); } in IsValueAllowed()
/aoo41x/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()
/aoo41x/main/editeng/source/items/
H A Dfrmitems.cxx108 rStr += String::CreateFromInt32( nValue ); in SetValueProp()
187 sal_uInt8 nValue = GetValue(); in GetPresentation() local
3100 sal_Int32 nValue = 0; in PutValue() local
3101 if(!(rVal >>= nValue)) in PutValue()
3104 nBreak = (style::BreakType) nValue; in PutValue()
3810 sal_Int32 nValue = 0; in PutValue() local
3811 if ( !( rVal >>= nValue ) ) in PutValue()
4366 sal_uInt16 nValue; in Create() local
4367 rStrm >> nValue; in Create()
4373 sal_uInt16 nValue = GetValue(); in Store() local
[all …]
/aoo41x/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx438 sal_Int32 nValue = 0; in statusChanged() local
439 if( Event.State >>= nValue ) in statusChanged()
440 implSetAlignment( nValue, true ); in statusChanged()
653 sal_Int32 nValue = 0; in statusChanged() local
654 if( Event.State >>= nValue ) in statusChanged()
655 implSetCharacterSpacing( nValue, true ); in statusChanged()
/aoo41x/main/sw/source/core/fields/
H A Ddbfld.cxx324 double nValue = DBL_MAX; in Evaluate() local
336 pMgr->GetMergeColumnCnt(aColNm, GetLanguage(), aContent, &nValue, &nFmt); in Evaluate()
341 if( DBL_MAX != nValue ) in Evaluate()
350 nValue += (aStandard - *pDocFormatter->GetNullDate()); in Evaluate()
353 SetValue(nValue); in Evaluate()
354 aContent = ((SwValueFieldType*)GetTyp())->ExpandValue(nValue, GetFormat(), GetLanguage()); in Evaluate()
/aoo41x/main/l10ntools/source/filter/utils/
H A DXMLHelper.java154 int nValue = 0; in convertNodeToPropSet() local
162 ++nValue; in convertNodeToPropSet()
166 if (!bLocalized && nValue > 1) in convertNodeToPropSet()
174 if (!bLocalized && nValue > 1) in convertNodeToPropSet()
182 if (!bLocalized && nValue > 1) in convertNodeToPropSet()
201 if (!bLocalized && nValue > 1) in convertNodeToPropSet()
/aoo41x/main/extensions/source/propctrlr/
H A Dfontdialog.cxx149 sal_Int32 nValue(_nDefault); in getInt16FontProperty() local
150 ::cppu::enum2int(nValue, aValue); in getInt16FontProperty()
151 return (sal_Int16)nValue; in getInt16FontProperty()
161 sal_Int32 nValue(_nDefault); in getInt32FontProperty() local
162 ::cppu::enum2int(nValue, aValue); in getInt32FontProperty()
163 return nValue; in getInt32FontProperty()
/aoo41x/main/editeng/inc/editeng/
H A Dunoedhlp.hxx54 SvxEditSourceHint( sal_uLong nId, sal_uLong nValue, sal_uLong nStart=0, sal_uLong nEnd=0 );
69 …SvxEditSourceHintEndPara( sal_uInt32 nId, sal_uInt32 nValue, sal_uInt32 nStart=0, sal_uInt32 nEnd=… in SvxEditSourceHintEndPara() argument
70 :SvxEditSourceHint(nId,nValue,nStart){ (void)nEnd; } in SvxEditSourceHintEndPara()
/aoo41x/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx77 sal_Int32 nValue; in update() local
79 if( getStatusFromAny_Impl( Status, aText, nValue ) ) in update()
82 m_xStatusIndicator->setValue( nValue ); in update()
/aoo41x/main/sd/source/ui/dlg/
H A Dtpoption.cxx733 long nValue; in IMPL_LINK() local
739 nValue = aFract; in IMPL_LINK()
742 aCbScale.SetText( GetScale( nValue, 1 ) ); in IMPL_LINK()
747 nValue = aFract; in IMPL_LINK()
748 if( fValue > (double)nValue ) in IMPL_LINK()
749 nValue++; in IMPL_LINK()
752 aCbScale.SetText( GetScale( 1, nValue ) ); in IMPL_LINK()
H A Ddiactrl.cxx91 long nValue = (long) pItem->GetValue(); in UpdatePagesField() local
92 SetValue( nValue ); in UpdatePagesField()
93 if( nValue == 1 ) in UpdatePagesField()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx196 sal_Int32 nValue; in onOk() local
198 for( nValue = 0; (nValue < nValueCount) && (nErrorId == 0); nValue++, pValues++ ) in onOk()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dcolor.hxx70 void addTransformation( sal_Int32 nElement, sal_Int32 nValue = -1 );
126 … Transformation( sal_Int32 nToken, sal_Int32 nValue ) : mnToken( nToken ), mnValue( nValu… in Transformation()
/aoo41x/main/xmloff/source/draw/
H A Dsdpropls.cxx751 sal_Int32 nValue; in importXML() local
753 if( !SvXMLUnitConverter::convertPercent( nValue, rStrImpValue ) ) in importXML()
756 nValue *= 100; in importXML()
757 rValue <<= nValue; in importXML()
763 sal_Int32 nValue = 0; in exportXML() local
764 if( !(rValue >>= nValue ) ) in exportXML()
767 nValue /= 100; in exportXML()
769 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
1351 sal_Int32 nValue = 0; in ContextFilter() local
1352 if( (property->maValue >>= nValue) && (nValue < 0) ) in ContextFilter()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx220 sal_uInt32 nValue = (*pListValueMap)[aValue]; in attributes() local
224 debug_logger->attribute("value-num", nValue); in attributes()
228 (pHandler, nId, nValue); in attributes()
230 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(nValue)); in attributes()
/aoo41x/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx92 sal_Int16 nValue = -1; in setValue() local
98 nValue = i; in setValue()
102 if( nValue == -1 ) in setValue()
107 nSelectedIndices[ 0 ] = nValue; in setValue()
/aoo41x/main/svl/inc/svl/
H A Dpoolitem.hxx70 sal_Bool nValue = sal_False; in Any2Bool() local
75 nValue = *(sal_Bool*)rValue.getValue(); in Any2Bool()
81 nValue = nNum != 0; in Any2Bool()
85 return nValue; in Any2Bool()
/aoo41x/main/xmloff/source/style/
H A Dchrhghdl.cxx117 sal_Int16 nValue = sal_Int16(); in exportXML() local
118 if( rValue >>= nValue ) in exportXML()
120 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
/aoo41x/main/svx/source/items/
H A Drotmodit.cxx154 sal_Int32 nValue = 0; in PutValue() local
155 if(!(rVal >>= nValue)) in PutValue()
157 eUno = (table::CellVertJustify)nValue; in PutValue()
/aoo41x/main/sw/inc/
H A Dusrfld.hxx41 double nValue; member in SwUserFieldType
84 { return nValue; } in GetValue()
87 { nValue = nVal; } in SetValue()
/aoo41x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx102 double nValue = _nValue; in checkDoubleForDateFormat() local
107nValue = DBTypeConversion::toStandardDbDate(DBTypeConversion::getNULLDate(_xNumberFormatter->getNu… in checkDoubleForDateFormat()
110 return nValue; in checkDoubleForDateFormat()
1848 double nValue = 0.0; in getControlDefault() local
1861 nValue = GetFormatter()->convertStringToNumber(nFormatKey,sDefault); in getControlDefault()
1871 _pFieldDescr->GetControlDefault() >>= nValue; in getControlDefault()
1889nValue = DBTypeConversion::toNullDate(DBTypeConversion::getNULLDate(xNumberFormatter->getNumberFor… in getControlDefault()
1896 sDefault = xPreViewer->convertNumberToPreviewString(sFormat,nValue,aLocale,sal_True); in getControlDefault()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx202 sal_Int8 nValue = 0; in getBoolean() local
203 …ue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BIT,m_bWasNull,**this,&nValue,sizeof nValue); in getBoolean()
204 bRet = nValue != 0; in getBoolean()
296 double nValue(0.0); in getDouble() local
298 …m_pConnection,m_aStatementHandle,columnIndex,SQL_C_DOUBLE,m_bWasNull,**this,&nValue,sizeof nValue); in getDouble()
301 return nValue; in getDouble()
731 sal_Int32 nValue=1; in getFetchSize() local
732 return nValue; in getFetchSize()
/aoo41x/main/sdext/source/presenter/
H A DPresenterGeometryHelper.hxx44 static sal_Int32 Round (const double nValue);
45 static sal_Int32 Floor (const double nValue);
46 static sal_Int32 Ceil (const double nValue);
/aoo41x/main/slideshow/source/engine/transitions/
H A Dclippingfunctor.cxx160 ::basegfx::B2DPolyPolygon ClippingFunctor::operator()( double nValue, in operator ()() argument
169 mbForwardParameterSweep ? nValue : 1.0 - nValue ); in operator ()()
/aoo41x/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 223 milliseconds

1...<<11121314151617181920>>...27