Home
last modified time | relevance | path

Searched refs:nValue (Results 76 – 100 of 666) sorted by relevance

12345678910>>...27

/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx744 sal_Int8 nValue(0); in ReadInt8() local
745 operator>>( nValue ); in ReadInt8()
746 return nValue; in ReadInt8()
751 sal_uInt8 nValue(0); in ReaduInt8() local
753 return nValue; in ReaduInt8()
758 sal_Int16 nValue(0); in ReadInt16() local
760 return nValue; in ReadInt16()
767 return nValue; in ReaduInt16()
772 sal_Int32 nValue(0); in ReadInt32() local
774 return nValue; in ReadInt32()
[all …]
H A Dxestream.cxx121 mxEncrypter->Encrypt(mrStrm, nValue); in operator <<()
123 mrStrm << nValue; in operator <<()
131 mxEncrypter->Encrypt(mrStrm, nValue); in operator <<()
133 mrStrm << nValue; in operator <<()
141 mxEncrypter->Encrypt(mrStrm, nValue); in operator <<()
143 mrStrm << nValue; in operator <<()
151 mxEncrypter->Encrypt(mrStrm, nValue); in operator <<()
153 mrStrm << nValue; in operator <<()
161 mxEncrypter->Encrypt(mrStrm, nValue); in operator <<()
163 mrStrm << nValue; in operator <<()
[all …]
/trunk/main/sw/source/core/fields/
H A Dusrfld.cxx190 nValue( 0 ), in SwUserFieldType()
206 aStr = ExpandValue(nValue, nFmt, nLng); in Expand()
220 pTmp->nValue = nValue; in Copy()
250 return nValue; in GetValue()
257 nValue = rCalc.Calculate( aContent ).GetDouble(); in GetValue()
263 nValue = 0; in GetValue()
265 return nValue; in GetValue()
321 rAny <<= (double) nValue; in QueryValue()
348 nValue = fVal; in PutValue()
354 DoubleToString(aContent, nValue, (sal_uInt16)LANGUAGE_SYSTEM); in PutValue()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx599 sal_Int32 nValue(0); in impl_setObject() local
600 if ( !( _value >>= nValue ) ) in impl_setObject()
626 double nValue(0); in setObjectWithInfo() local
627 if ( _value >>= nValue ) in setObjectWithInfo()
643 sal_Int64 nValue = 0; in setObjectWithInfo() local
644 if ( !( _value >>= nValue ) ) in setObjectWithInfo()
653 float nValue = 0; in setObjectWithInfo() local
654 if ( _value >>= nValue ) in setObjectWithInfo()
664 double nValue(0); in setObjectWithInfo() local
713 sal_Int32 nValue( 0 ); in setObjectWithInfo() local
[all …]
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx694 nMask |= nValue; in impl_insertCacheAndReturnSequence()
813 sal_uInt32 nValue = 0; in impl_insertCacheAndReturnSequence() local
814 if ( a >>= nValue ) in impl_insertCacheAndReturnSequence()
825 sal_Int32 nValue = 0; in impl_insertCacheAndReturnSequence() local
826 if ( a >>= nValue ) in impl_insertCacheAndReturnSequence()
889 nMask |= nValue; in impl_insertCacheAndReturnWinState()
1000 sal_Int32 nValue = 0; in impl_insertCacheAndReturnWinState() local
1001 if ( a >>= nValue ) in impl_insertCacheAndReturnWinState()
1011 sal_Int32 nValue = 0; in impl_insertCacheAndReturnWinState() local
1012 if ( a >>= nValue ) in impl_insertCacheAndReturnWinState()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1819 sal_uInt16 nCheckSum, nValue; in WriteHeader() local
1824 nValue=0xcdd7; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1825 nValue=0x9ac6; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1826 nValue=0x0000; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1827 nValue=0x0000; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1828 nValue=0x0000; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1829 nValue=(sal_uInt16) aTargetSize.Width(); nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1830 nValue=(sal_uInt16) aTargetSize.Height(); nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1831 nValue=nUnitsPerInch; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1832 nValue=0x0000; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.hxx71 … SetColsPerCol(const sal_Int32 nIndex, sal_Int32 nValue = 1) { nColsPerCol[nIndex] = nValue;… in SetColsPerCol() argument
73 … SetRealCols(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealCols[nIndex] = nValue; } in SetRealCols() argument
75 … SetRowsPerRow(const sal_Int32 nIndex, const sal_Int32 nValue = 1) { nRowsPerRow[nIndex] = nValue;… in SetRowsPerRow() argument
77 … SetRealRows(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealRows[nIndex] = nValue; } in SetRealRows() argument
83 void SetSubTableSpanned(const sal_Int32 nValue) { nSubTableSpanned = nValue; } in SetSubTableSpanned() argument
85 void SetChangedCols(const sal_Int32 nValue);
/trunk/main/xmloff/source/style/
H A DXMLPercentOrMeasurePropertyHandler.cxx55 sal_Int32 nValue; in importXML() local
59 if( !rUnitConverter.convertPercent( nValue, rStrImpValue ) ) in importXML()
64 if( !rUnitConverter.convertMeasure( nValue, rStrImpValue ) ) in importXML()
68 rValue <<= nValue; in importXML()
79 sal_Int32 nValue = 0; in exportXML() local
80 if( !(rValue >>= nValue ) ) in exportXML()
85 rUnitConverter.convertPercent( aOut, nValue ); in exportXML()
89 rUnitConverter.convertMeasure( aOut, nValue ); in exportXML()
H A Dweighhdl.cxx50 sal_uInt16 nValue; member
108 if( (nWeight >= aFontWeightMap[i].nValue) && (nWeight <= aFontWeightMap[i+1].nValue) ) in importXML()
110 sal_uInt16 nDiff1 = nWeight - aFontWeightMap[i].nValue; in importXML()
111 sal_uInt16 nDiff2 = aFontWeightMap[i+1].nValue - nWeight; in importXML()
134 sal_Int32 nValue = 0; in exportXML() local
135 if( rValue >>= nValue ) in exportXML()
137 fValue = (float)nValue; in exportXML()
152 nWeight = aFontWeightMap[i].nValue; in exportXML()
H A Descphdl.cxx88 sal_Int32 nValue = 0; in exportXML() local
91 if( rValue >>= nValue ) in exportXML()
93 if( nValue == DFLT_ESC_AUTO_SUPER ) in exportXML()
97 else if( nValue == DFLT_ESC_AUTO_SUB ) in exportXML()
103 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
157 sal_Int32 nValue = 0; in exportXML() local
158 if( rValue >>= nValue ) in exportXML()
163 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx195 sal_Int32 nValue = 0; in statusChanged() local
196 if( Event.State >>= nValue ) in statusChanged()
208 sal_Int32 nValue = 0; in statusChanged() local
209 if( Event.State >>= nValue ) in statusChanged()
430 sal_Int32 nValue = 0; in statusChanged() local
431 if( Event.State >>= nValue ) in statusChanged()
702 sal_Int32 nValue = 0; in statusChanged() local
703 if( Event.State >>= nValue ) in statusChanged()
715 sal_Int32 nValue = 0; in statusChanged() local
716 if( Event.State >>= nValue ) in statusChanged()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx74 sal_Int32 nValue = 0; in GetPropertyValues() local
81 ++nValue; in GetPropertyValues()
89 ++nValue; in GetPropertyValues()
96 ++nValue; in GetPropertyValues()
105 ++nValue; in GetPropertyValues()
449 sal_Int32 nValue ) in ApplyBorderToPageStyles() argument
466 sal_Int32 nOffsetFrom = (nValue & 0x00E0) >> 5; in ApplyBorderToPageStyles()
469 switch( nValue & 0x07) in ApplyBorderToPageStyles()
1227 nFill = m_aValidValues[eWhich].nValue; in getValue()
1244 m_aValidValues[eWhich].nValue = nSet; in setValue()
[all …]
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx137 double nValue; // und als Zahl (TWIPs für LENGTH) member
144 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression()
154 double GetNumber() const { return nValue; } in GetNumber()
170 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
175 return nValue < 0. ? 0UL : (sal_uInt32)(nValue + .5); in GetULength()
180 return (sal_Int32)(nValue + (nValue < 0. ? -.5 : .5 )); in GetSLength()
208 double nValue; // der Wert des Tokens als Zahl member in CSS1Parser
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx771 aNumFmt.SetAbsLSpace( sal_uInt16(nValue - nTmp)); in IMPL_LINK()
779 aNumFmt.SetAbsLSpace( sal_uInt16(nValue + nTmp)); in IMPL_LINK()
789 aNumFmt.SetCharTextDistance( (short)nValue ); in IMPL_LINK()
794 long nDiff = nValue + aNumFmt.GetFirstLineOffset(); in IMPL_LINK()
797 aNumFmt.SetFirstLineOffset( -(short)nValue ); in IMPL_LINK()
820 long nValue = 0; in IMPL_LINK() local
833 nValue = rNumFmt.GetAbsLSpace(); in IMPL_LINK()
835 nValue -= pActNum->Get(i - 1).GetAbsLSpace(); in IMPL_LINK()
931 aNumFmt.SetListtabPos( nValue ); in IMPL_LINK()
984 aNumFmt.SetIndentAt( nValue ); in IMPL_LINK()
[all …]
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx205 sal_uInt16 nValue; in ParseData() local
234 nBit = nDigits = nValue = 0; in ParseData()
243 nValue = ( nValue << 4 ) + nTable; in ParseData()
257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()
285 int nValue; in ReadXBM() local
293 if ( ( nValue = (int) ParseDefine( aLine.GetBuffer() ) ) > 0 ) in ReadXBM()
295 nWidth = nValue; in ReadXBM()
311 if ( ( nValue = (int) ParseDefine( aLine.GetBuffer() ) ) > 0 ) in ReadXBM()
313 nHeight = nValue; in ReadXBM()
/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx135 sal_Int32 nValue = 0; in lcl_getSpinButtonValue() local
139 nValue = (pSpinButton->*_pGetter)( ); in lcl_getSpinButtonValue()
140 return nValue; in lcl_getSpinButtonValue()
255 sal_Int32 nValue = 0; in setProperty() local
256 sal_Bool bIsLongValue = ( Value >>= nValue ); in setProperty()
271 setValue( nValue ); in setProperty()
276 setMinimum( nValue ); in setProperty()
281 setMaximum( nValue ); in setProperty()
286 setSpinIncrement( nValue ); in setProperty()
291 … lcl_modifyStyle( GetWindow(), WB_HSCROLL, nValue == ScrollBarOrientation::HORIZONTAL ); in setProperty()
/trunk/main/framework/source/uielement/
H A Dprogressbarwrapper.cxx123 sal_Int32 nValue( 0 ); in start() local
134 nValue = m_nValue; in start()
151 pStatusBar->SetProgressValue( sal_uInt16( nValue )); in start()
192 sal_Int32 nValue( 0 ); in setText() local
202 nValue = m_nValue; in setText()
217 pStatusBar->SetProgressValue( sal_uInt16( nValue )); in setText()
226 void ProgressBarWrapper::setValue( ::sal_Int32 nValue ) in setValue() argument
244 fVal = ( double( nValue ) / double( m_nRange )) * 100; in setValue()
254 nValue = m_nValue; in setValue()
267 pStatusBar->SetProgressValue( sal_uInt16( nValue )); in setValue()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx130 double nValue = 1234.56789; in getPreviewValue() local
137nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getPreviewValue()
144nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.Ge… in getPreviewValue()
150 return nValue; in getPreviewValue()
158 double nValue = 1234.56789; in getPreviewValue() local
160 nValue = getPreviewValue( *pEntry ); in getPreviewValue()
161 return nValue; in getPreviewValue()
202 double nValue( 0 ); in setValue() local
203 if ( _rValue >>= nValue ) in setValue()
204 getTypedControlWindow()->SetValue( nValue ); in setValue()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1266 SQLULEN nValue = 0; in getResultSetConcurrency() local
1274 return nValue; in getResultSetConcurrency()
1279 SQLULEN nValue = 0; in getResultSetType() local
1281 if(SQL_SENSITIVE == nValue) in getResultSetType()
1298 return nValue; in getResultSetType()
1308 SQLULEN nValue = 0; in getFetchSize() local
1310 return nValue; in getFetchSize()
1326 SQLULEN nValue = 0; in isBookmarkable() local
1332 switch(nValue) in isBookmarkable()
1677 SQLULEN nValue = 0; in getDriverPos() local
[all …]
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx40 RTFVertOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFVertOrient() argument
65 RTFHoriOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFHoriOrient() argument
89 RTFProtect( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFProtect() argument
114 RTFSurround( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFSurround() argument
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx108 void SetLEVOther( int nValue ) { nLEV_OtherX = nValue; } in SetLEVOther() argument
109 void SetLEVShorter( int nValue ) { nLEV_ShorterY = nValue; } in SetLEVShorter() argument
110 void SetLEVLonger( int nValue ) { nLEV_LongerZ = nValue; } in SetLEVLonger() argument
113 void SetTransliterationFlags( long nValue ) { nTransliterationFlags = nValue; } in SetTransliterationFlags() argument
/trunk/main/cui/source/options/
H A Doptupdt.cxx191 sal_Int64 nValue; in FillItemSet() local
200 nValue = 0; in FillItemSet()
204 nValue = 86400; in FillItemSet()
209 nValue = 604800; in FillItemSet()
214 nValue = 2592000; in FillItemSet()
217 if( nValue > 0 ) in FillItemSet()
219 m_xUpdateAccess->replaceByName( UNISTRING("CheckInterval"), uno::makeAny( nValue ) ); in FillItemSet()
259 sal_Int64 nValue = 0; in Reset() local
260 m_xUpdateAccess->getByName( UNISTRING("CheckInterval") ) >>= nValue; in Reset()
262 if( nValue == 86400 ) in Reset()
[all …]
/trunk/main/svl/inc/svl/
H A Dintitem.hxx36 SfxByteItem(sal_uInt16 which = 0, sal_uInt8 nValue = 0): in SfxByteItem() argument
37 CntByteItem(which, nValue) {} in SfxByteItem()
116 SfxUInt16Item(sal_uInt16 which = 0, sal_uInt16 nValue = 0): in SfxUInt16Item() argument
117 CntUInt16Item(which, nValue) {} in SfxUInt16Item()
135 SfxInt32Item(sal_uInt16 which = 0, sal_Int32 nValue = 0): in SfxInt32Item() argument
136 CntInt32Item(which, nValue) {} in SfxInt32Item()
155 SfxUInt32Item(sal_uInt16 which = 0, sal_uInt32 nValue = 0): in SfxUInt32Item() argument
156 CntUInt32Item(which, nValue) {} in SfxUInt32Item()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextspacing.hxx44 : nUnit( POINTS ), nValue( 0 ), bHasValue( sal_False ) in TextSpacing()
47 TextSpacing( sal_Int32 nPoints ) : nUnit( POINTS ), nValue( nPoints ), bHasValue( sal_True ){}; in TextSpacing()
54 aSpacing.Height = static_cast< sal_Int16 >( nUnit == PERCENT ? nValue / 1000 : nValue ); in toLineSpacing()
62 fMargin *= nValue; in toMargin()
67 return nValue; in toMargin()
70 sal_Int32 nValue; member in oox::drawingml::TextSpacing
/trunk/main/sc/source/core/tool/
H A Dcellform.cxx78 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetString() local
79 if ( !bNullVals && nValue == 0.0 ) in GetString()
91 rFormatter.GetOutputString( nValue, 0, aTemp, ppColor ); in GetString()
95 rFormatter.GetOutputString( nValue, nFormat, rString, ppColor ); in GetString()
195 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetInputString() local
196 rFormatter.GetInputLineString( nValue, nFormat, rString ); in GetInputString()
207 double nValue = ((ScFormulaCell*)pCell)->GetValue(); in GetInputString() local
208 rFormatter.GetInputLineString( nValue, nFormat, rString ); in GetInputString()

Completed in 177 milliseconds

12345678910>>...27