Home
last modified time | relevance | path

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

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

/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx750 sal_Int32 nValue; in importXML() local
752 if( !SvXMLUnitConverter::convertPercent( nValue, rStrImpValue ) ) in importXML()
755 nValue *= 100; in importXML()
756 rValue <<= nValue; in importXML()
762 sal_Int32 nValue = 0; in exportXML() local
763 if( !(rValue >>= nValue ) ) in exportXML()
766 nValue /= 100; in exportXML()
768 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
1350 sal_Int32 nValue = 0; in ContextFilter() local
1351 if( (property->maValue >>= nValue) && (nValue < 0) ) in ContextFilter()
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx34 sal_Int32 nValue = 0; in any2bool() local
35 if(!(rAny >>= nValue)) in any2bool()
37 rBool = nValue != 0; in any2bool()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx212 double nValue = 0; in getFormatStringByKey() local
216nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.Ge… in getFormatStringByKey()
222nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getFormatStringByKey()
227 return xPreViewer->convertNumberToPreviewString(sFormat,nValue,m_nLocale,sal_True); in getFormatStringByKey()
/trunk/main/tools/inc/tools/
H A Dresary.hxx64 ImplResStringItem( const XubString& rStr, long nValue = 0 ) : in ImplResStringItem()
66 m_nValue( nValue ) in ImplResStringItem()
82 sal_uInt32 FindIndex( long nValue ) const;
/trunk/main/xmloff/source/style/
H A Dpostuhdl.cxx74 sal_Int32 nValue = 0; in exportXML() local
76 if( !( rValue >>= nValue ) ) in exportXML()
79 eSlant = (awt::FontSlant)nValue; in exportXML()
/trunk/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()
/trunk/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()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStatusIndicator.java174 public void setValue( /*IN*/int nValue ) in setValue() argument
182 if (nValue<=m_nRange) in setValue()
183 m_nValue = nValue; in setValue()
/trunk/main/svx/inc/svx/
H A Dsdasaitm.hxx32 sal_uInt32 nValue; member in SdrCustomShapeAdjustmentValue
38 void SetValue( sal_Int32 nVal ) { nValue = nVal; }; in SetValue()
39 sal_Int32 GetValue() const { return nValue; }; in GetValue()
H A Dzoomitem.hxx61 FASTBOOL IsValueAllowed( sal_uInt16 nValue ) const in IsValueAllowed()
62 { return nValue == ( nValue & nValueSet ); } in IsValueAllowed()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.hxx43 sal_Int32 getHexValueOf (sal_Int32 nValue, sal_Char* pBuffer);
44 sal_Int32 getAlignedHexValueOf (sal_Int32 nValue, sal_Char* pBuffer);
45 sal_Int32 getValueOf (sal_Int32 nValue, sal_Char* pBuffer);
/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx537 short nValue; in SetStyle() local
539 nValue = toolkitVclPropsMap[ i ].enableProp; in SetStyle()
541 nValue = toolkitVclPropsMap[ i ].disableProp; in SetStyle()
544 aValue = uno::makeAny( (bool) nValue ); in SetStyle()
546 aValue = uno::makeAny( (short) nValue ); in SetStyle()
563 short nValue = 0; in GetStyle() local
568 nValue = bValue ? 1 : 0; in GetStyle()
571 mpImpl->getProperty( toolkitVclPropsMap[ i ].propName ) >>= nValue; in GetStyle()
572 if ( nValue == toolkitVclPropsMap[ i ].enableProp ) in GetStyle()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3703 long nValue = GetCoreValue(*pFld, eCoreUnit); in IMPL_LINK() local
3721 aNumFmt.SetAbsLSpace( sal_uInt16(nValue - nTmp)); in IMPL_LINK()
3729 aNumFmt.SetAbsLSpace( sal_uInt16(nValue + nTmp)); in IMPL_LINK()
3739 aNumFmt.SetCharTextDistance( (short)nValue ); in IMPL_LINK()
3744 long nDiff = nValue + aNumFmt.GetFirstLineOffset(); in IMPL_LINK()
3747 aNumFmt.SetFirstLineOffset( -(short)nValue ); in IMPL_LINK()
3778 long nValue = 0; in IMPL_LINK() local
3796 bSetValue = nValue == in IMPL_LINK()
3807 SetMetricValue(aDistBorderMF, nValue, eCoreUnit); in IMPL_LINK()
3891 aNumFmt.SetListtabPos( nValue ); in IMPL_LINK()
[all …]
/trunk/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()
/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 <<()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java779 int nValue = Integer.parseInt( aSource ); in initialize() local
780 if ( nValue >= 2 && nValue <= 10 ) in initialize()
781 aSettings.nMemberCount = nValue; in initialize()
806 int nValue = 1; in getResults() local
809 nDigits[i] = nValue; in getResults()
810 nValue *= 10; in getResults()

Completed in 170 milliseconds

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