Home
last modified time | relevance | path

Searched refs:_nValue (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx52 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) in updateDouble() argument
54 m_xRowUpdate->updateDouble(_nPos, _nValue); in updateDouble()
58 m_xRowUpdate->updateDate(_nPos, _nValue); in updateDate()
62 m_xRowUpdate->updateTime(_nPos, _nValue); in updateTime()
66 m_xRowUpdate->updateTimestamp(_nPos, _nValue); in updateTimestamp()
70 m_xRowUpdate->updateInt(_nPos, _nValue); in updateInt()
106 m_xParameters->setDouble(_nPos, _nValue); in updateDouble()
111 m_xParameters->setDate(_nPos, _nValue); in updateDate()
116 m_xParameters->setTime(_nPos, _nValue); in updateTime()
121 m_xParameters->setTimestamp(_nPos, _nValue); in updateTimestamp()
[all …]
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_OString2.cxx40 void valueOf_float_test_impl(float _nValue) in valueOf_float_test_impl() argument
43 sValue = rtl::OString::valueOf( _nValue ); in valueOf_float_test_impl()
48 bool bEqualResult = is_float_equal(_nValue, nValueATOF); in valueOf_float_test_impl()
52 void valueOf_float_test(float _nValue) in valueOf_float_test() argument
54 valueOf_float_test_impl(_nValue); in valueOf_float_test()
57 float nNegativeValue = -_nValue; in valueOf_float_test()
73 void valueOf_double_test_impl(double _nValue) in valueOf_double_test_impl() argument
76 sValue = rtl::OString::valueOf( _nValue ); in valueOf_double_test_impl()
85 void valueOf_double_test(double _nValue) in valueOf_double_test() argument
87 valueOf_double_test_impl(_nValue); in valueOf_double_test()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dbasicio.cxx119 …perator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_Int16 _nValue) in operator <<() argument
121 _rxOutStream->writeShort(_nValue); in operator <<()
133 …erator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_uInt16 _nValue) in operator <<() argument
135 _rxOutStream->writeShort(_nValue); in operator <<()
147 …erator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_uInt32 _nValue) in operator <<() argument
149 _rxOutStream->writeLong(_nValue); in operator <<()
161 …perator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_Int32 _nValue) in operator <<() argument
163 _rxOutStream->writeLong(_nValue); in operator <<()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx76 void valueOf_float_test_impl(float _nValue) in valueOf_float_test_impl() argument
79 suValue = rtl::OUString::valueOf( _nValue ); in valueOf_float_test_impl()
86 bool bEqualResult = is_float_equal(_nValue, nValueATOF); in valueOf_float_test_impl()
90 void valueOf_float_test(float _nValue) in valueOf_float_test() argument
92 valueOf_float_test_impl(_nValue); in valueOf_float_test()
95 float nNegativeValue = -_nValue; in valueOf_float_test()
101 void valueOf_double_test_impl(double _nValue) in valueOf_double_test_impl() argument
104 suValue = rtl::OUString::valueOf( _nValue ); in valueOf_double_test_impl()
115 void valueOf_double_test(double _nValue) in valueOf_double_test() argument
117 valueOf_double_test_impl(_nValue); in valueOf_double_test()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dlogging.hxx60 …:rtl::OUString convertLogArgToString( double _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
61 …:rtl::OUString convertLogArgToString( float _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
62 …:rtl::OUString convertLogArgToString( sal_Int64 _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
63 …:rtl::OUString convertLogArgToString( sal_Int32 _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
64 …:OUString convertLogArgToString( sal_Int16 _nValue ) { return ::rtl::OUString::valueOf( (sal_Int… in convertLogArgToString() argument
65 …:rtl::OUString convertLogArgToString( sal_Unicode _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
66 …:rtl::OUString convertLogArgToString( sal_Bool _nValue ) { return ::rtl::OUString::valueOf( _nV… in convertLogArgToString() argument
H A Dbasicio.hxx50 …erator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_Int16 _nValue);
54 …rator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_uInt16 _nValue);
58 …rator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_uInt32 _nValue);
62 …erator << (const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, sal_Int32 _nValue);
/trunk/main/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx36 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) = 0;
37 virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) = 0;
39 virtual void updateDate(sal_Int32 _nPos,const ::com::sun::star::util::Date& _nValue) = 0;
40 virtual void updateTime(sal_Int32 _nPos,const ::com::sun::star::util::Time& _nValue) = 0;
41 … virtual void updateTimestamp(sal_Int32 _nPos,const ::com::sun::star::util::DateTime& _nValue) = 0;
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx290 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument
295 if (m_pBuffer[i] != _nValue) in checkValues()
303 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument
309 memset(m_pBuffer, _nValue, m_nBufferSize); in createBuffer()
382 ReadSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in ReadSocketThread() argument
383 : m_nValue( _nValue ), in ReadSocketThread()
503 WriteSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in WriteSocketThread() argument
512 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread()
606 void write_read(sal_Int32 _nBufferSize, int _nValue) in write_read() argument
610 WriteSocketThread myServerThread(_nBufferSize, _nValue, aCondition); in write_read()
[all …]
H A Dosl_Socket.cxx449 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument
454 if (m_pBuffer[i] != _nValue) in checkValues()
462 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument
468 memset(m_pBuffer, _nValue, m_nBufferSize); in createBuffer()
528 ReadSocketThread(sal_Int32 _nBufferSize, int _nValue ) in ReadSocketThread() argument
530 m_nValue( _nValue ), in ReadSocketThread()
605 WriteSocketThread(sal_Int32 _nBufferSize, int _nValue ) in WriteSocketThread() argument
610 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread()
2529 void write_read(sal_Int32 _nBufferSize, int _nValue) in write_read() argument
2532 WriteSocketThread myServerThread(_nBufferSize, _nValue); in write_read()
[all …]
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx41 inline sal_Int64 t_abs64(sal_Int64 _nValue) in t_abs64() argument
45 printf("t_abs64(%ld)\n", _nValue); in t_abs64()
48 if (_nValue < 0) in t_abs64()
50 _nValue = -_nValue; in t_abs64()
52 return _nValue; in t_abs64()
/trunk/main/dbaccess/source/ext/macromigration/
H A Drangeprogressbar.hxx58 inline void SetValue( sal_uInt32 _nValue );
84 inline void RangeProgressBar::SetValue( sal_uInt32 _nValue ) in SetValue() argument
86 ProgressBar::SetValue( (sal_uInt16)( 100.0 * _nValue / m_nRange ) ); in SetValue()
H A Dmacromigrationpages.cxx272 void ProgressPage::setObjectProgressValue( const sal_uInt32 _nValue ) in setObjectProgressValue() argument
274 m_aCurrentProgress.SetValue( _nValue ); in setObjectProgressValue()
302 void ProgressPage::setOverallProgressValue( const sal_uInt32 _nValue ) in setOverallProgressValue() argument
304 m_aAllProgress.SetValue( _nValue ); in setOverallProgressValue()
H A Dmigrationprogress.hxx43 virtual void setObjectProgressValue( const sal_uInt32 _nValue ) = 0;
47 virtual void setOverallProgressValue( const sal_uInt32 _nValue ) = 0;
H A Dprogresscapture.cxx116 void SAL_CALL ProgressCapture::setValue( ::sal_Int32 _nValue ) throw (RuntimeException) in setValue() argument
120 m_pData->rMasterProgress.setObjectProgressValue( _nValue ); in setValue()
H A Dmacromigrationpages.hxx135 virtual void setObjectProgressValue( const sal_uInt32 _nValue );
139 virtual void setOverallProgressValue( const sal_uInt32 _nValue );
/trunk/main/forms/source/xforms/
H A Dconvert.cxx248 …void lcl_appendInt32ToBuffer( const sal_Int32 _nValue, ::rtl::OUStringBuffer& _rBuffer, sal_Int16 … in lcl_appendInt32ToBuffer() argument
250 if ( ( _nMinDigits >= 4 ) && ( _nValue < 1000 ) ) in lcl_appendInt32ToBuffer()
252 if ( ( _nMinDigits >= 3 ) && ( _nValue < 100 ) ) in lcl_appendInt32ToBuffer()
254 if ( ( _nMinDigits >= 2 ) && ( _nValue < 10 ) ) in lcl_appendInt32ToBuffer()
256 _rBuffer.append( _nValue ); in lcl_appendInt32ToBuffer()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java452 public void insertValue(String _sSection, String _sKey, int _nValue) in insertValue() argument
454 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
457 public void insertValue(String _sSection, String _sKey, long _nValue) in insertValue() argument
459 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java477 public void insertValue(String _sSection, String _sKey, int _nValue) in insertValue() argument
479 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
482 public void insertValue(String _sSection, String _sKey, long _nValue) in insertValue() argument
484 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx329 ::com::sun::star::util::Time OXMLControlProperty::implGetTime(double _nValue) in implGetTime() argument
332 sal_uInt32 nIntValue = sal_Int32(_nValue * 8640000); in implGetTime()
347 ::com::sun::star::util::Date OXMLControlProperty::implGetDate(double _nValue) in implGetDate() argument
349 Date aToolsDate((sal_uInt32)_nValue); in implGetDate()
H A DxmlControlProperty.hxx75 static ::com::sun::star::util::Time implGetTime(double _nValue);
76 static ::com::sun::star::util::Date implGetDate(double _nValue);
/trunk/main/stoc/source/corereflection/
H A Dcrenum.cxx38 sal_Int32 _nValue; member in stoc_corefl::IdlEnumFieldImpl
44 , _nValue( nValue ) in IdlEnumFieldImpl()
162 return Any( &_nValue, getTypeDescr() ); in get()
/trunk/main/svx/source/form/
H A Dfmsrccfg.cxx177 static const sal_Char* lcl_implMapIntValue( const sal_Int16 _nValue, const Ascii2Int16* _pMap ) in lcl_implMapIntValue() argument
183 if ( _nValue == pSearch->nValue ) in lcl_implMapIntValue()
191 += ::rtl::OString::valueOf( (sal_Int32)_nValue ) in lcl_implMapIntValue()
/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx71 ::com::sun::star::util::Time lcl_getTime(double _nValue) in lcl_getTime() argument
74 sal_uInt32 nIntValue = sal_Int32(_nValue * 8640000); in lcl_getTime()
89 static ::com::sun::star::util::Date lcl_getDate( double _nValue ) in lcl_getDate() argument
91 Date aToolsDate((sal_uInt32)_nValue); in lcl_getDate()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DSectionObject.java75 public void setPropertyValue(String _sKey, Object _nValue) in setPropertyValue() argument
77 getPropertySetHelper().setPropertyValueDontThrow(_sKey, _nValue); in setPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStringHelper.java108 public static String createValueString(int _nValue, int _nLen) in createValueString() argument
110 String sValue = String.valueOf(_nValue); in createValueString()

Completed in 121 milliseconds

12