Home
last modified time | relevance | path

Searched refs:m_aValue (Results 1 – 25 of 88) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DFValue.cxx345 m_aValue.m_pString = _rRH.m_aValue.m_pString; in operator =()
363 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
390 m_aValue.m_nFloat = _rRH.m_aValue.m_nFloat; in operator =()
427 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
454 m_aValue.m_nFloat = _rRH.m_aValue.m_nFloat; in operator =()
478 m_aValue = _rRH.m_aValue; in operator =()
479 memset(&_rRH.m_aValue, 0, sizeof(_rRH.m_aValue)); in operator =()
794 …bRet = m_bSigned ? ( m_aValue.m_nInt8 == _rRH.m_aValue.m_nInt8 ) : (m_aValue.m_uInt8 == _rRH.m_aVa… in operator ==()
797 …bRet = m_bSigned ? ( m_aValue.m_nInt16 == _rRH.m_aValue.m_nInt16 ) : (m_aValue.m_uInt16 == _rRH.m_… in operator ==()
800 …bRet = m_bSigned ? ( m_aValue.m_nInt32 == _rRH.m_aValue.m_nInt32 ) : (m_aValue.m_uInt32 == _rRH.m_… in operator ==()
[all …]
H A DBlobHelper.cxx29 BlobHelper::BlobHelper(const css::uno::Sequence< sal_Int8 >& _val) : m_aValue(_val) in BlobHelper()
35 return m_aValue.getLength(); in length()
40 if ( sal_Int32(pos + _length) > m_aValue.getLength() ) in getBytes()
42 return css::uno::Sequence< ::sal_Int8 >(m_aValue.getConstArray() + sal_Int32(pos),_length); in getBytes()
47 return new ::comphelper::SequenceInputStream(m_aValue); in getBinaryStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DFValue.cxx346 m_aValue.m_pString = _rRH.m_aValue.m_pString; in operator =()
364 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
391 m_aValue.m_nFloat = _rRH.m_aValue.m_nFloat; in operator =()
428 m_aValue.m_bBool = _rRH.m_aValue.m_bBool; in operator =()
455 m_aValue.m_nFloat = _rRH.m_aValue.m_nFloat; in operator =()
479 m_aValue = _rRH.m_aValue; in operator =()
480 memset(&_rRH.m_aValue, 0, sizeof(_rRH.m_aValue)); in operator =()
795 …bRet = m_bSigned ? ( m_aValue.m_nInt8 == _rRH.m_aValue.m_nInt8 ) : (m_aValue.m_uInt8 == _rRH.m_aVa… in operator ==()
798 …bRet = m_bSigned ? ( m_aValue.m_nInt16 == _rRH.m_aValue.m_nInt16 ) : (m_aValue.m_uInt16 == _rRH.m_… in operator ==()
801 …bRet = m_bSigned ? ( m_aValue.m_nInt32 == _rRH.m_aValue.m_nInt32 ) : (m_aValue.m_uInt32 == _rRH.m_… in operator ==()
[all …]
H A DBlobHelper.cxx29 BlobHelper::BlobHelper(const css::uno::Sequence< sal_Int8 >& _val) : m_aValue(_val) in BlobHelper()
35 return m_aValue.getLength(); in length()
40 if ( sal_Int32(pos + _length) > m_aValue.getLength() ) in getBytes()
42 return css::uno::Sequence< ::sal_Int8 >(m_aValue.getConstArray() + sal_Int32(pos),_length); in getBytes()
47 return new ::comphelper::SequenceInputStream(m_aValue); in getBinaryStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/
H A DFValue.hxx69 } m_aValue; member in connectivity::ORowSetValue
87 m_aValue.m_pString = nullptr; in ORowSetValue()
97 m_aValue.m_pString = nullptr; in ORowSetValue()
108 m_aValue.m_pString = nullptr; in ORowSetValue()
119 m_aValue.m_pString = nullptr; in ORowSetValue()
130 m_aValue.m_pString = nullptr; in ORowSetValue()
141 m_aValue.m_pString = nullptr; in ORowSetValue()
152 m_aValue.m_pString = nullptr; in ORowSetValue()
163 m_aValue.m_pString = nullptr; in ORowSetValue()
173 m_aValue.m_pString = nullptr; in ORowSetValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/
H A DFValue.hxx69 } m_aValue; member in connectivity::ORowSetValue
87 m_aValue.m_pString = nullptr; in ORowSetValue()
97 m_aValue.m_pString = nullptr; in ORowSetValue()
108 m_aValue.m_pString = nullptr; in ORowSetValue()
119 m_aValue.m_pString = nullptr; in ORowSetValue()
130 m_aValue.m_pString = nullptr; in ORowSetValue()
141 m_aValue.m_pString = nullptr; in ORowSetValue()
152 m_aValue.m_pString = nullptr; in ORowSetValue()
163 m_aValue.m_pString = nullptr; in ORowSetValue()
173 m_aValue.m_pString = nullptr; in ORowSetValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DACallableStatement.cxx57 return m_aValue.isNull(); in wasNull()
64 return m_aValue.getBool(); in getBoolean()
70 return m_aValue.getInt8(); in getByte()
82 return m_aValue.getDate(); in getDate()
88 return m_aValue.getDouble(); in getDouble()
95 return m_aValue.getFloat(); in getFloat()
102 return m_aValue.getInt32(); in getInt()
123 return m_aValue.getInt16(); in getShort()
130 return m_aValue.getString(); in getString()
137 return m_aValue.getTime(); in getTime()
[all …]
H A DADatabaseMetaDataResultSet.cxx176 aField.get_Value(m_aValue); in getBinaryStream()
177 if(m_aValue.isNull()) in getBinaryStream()
211 if(m_aValue.isNull()) in getByte()
218 return m_aValue.getInt8(); in getByte()
254 if(m_aValue.isNull()) in getInt()
262 return m_aValue.getInt32(); in getInt()
341 if(m_aValue.isNull()) in getShort()
349 return m_aValue.getInt16(); in getShort()
361 if(m_aValue.isNull()) in getString()
616 return m_aValue.isNull(); in wasNull()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DACallableStatement.cxx57 return m_aValue.isNull(); in wasNull()
64 return m_aValue.getBool(); in getBoolean()
70 return m_aValue.getInt8(); in getByte()
82 return m_aValue.getDate(); in getDate()
88 return m_aValue.getDouble(); in getDouble()
95 return m_aValue.getFloat(); in getFloat()
102 return m_aValue.getInt32(); in getInt()
123 return m_aValue.getInt16(); in getShort()
130 return m_aValue.getString(); in getString()
137 return m_aValue.getTime(); in getTime()
[all …]
H A DADatabaseMetaDataResultSet.cxx175 aField.get_Value(m_aValue); in getBinaryStream()
176 if(m_aValue.isNull()) in getBinaryStream()
210 if(m_aValue.isNull()) in getByte()
217 return m_aValue.getInt8(); in getByte()
253 if(m_aValue.isNull()) in getInt()
261 return m_aValue.getInt32(); in getInt()
340 if(m_aValue.isNull()) in getShort()
348 return m_aValue.getInt16(); in getShort()
360 if(m_aValue.isNull()) in getString()
615 return m_aValue.isNull(); in wasNull()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dcustritm.cxx31 return m_aValue in operator ==()
33 m_aValue; in operator ==()
39 return m_aValue in operator <()
41 m_aValue; in operator <()
49 rText = m_aValue; in GetPresentation()
56 rVal <<= m_aValue; in QueryValue()
67 m_aValue = aTheValue; in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dcustritm.cxx31 return m_aValue in operator ==()
33 m_aValue; in operator ==()
39 return m_aValue in operator <()
41 m_aValue; in operator <()
49 rText = m_aValue; in GetPresentation()
56 rVal <<= m_aValue; in QueryValue()
67 m_aValue = aTheValue; in PutValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security/
H A DASN1.cs51 private byte[] m_aValue; field in Mono.Security.ASN1
61 m_aValue = data; in ASN1()
85 m_aValue = new byte [nLength]; in ASN1()
108 if (m_aValue != null)
109 return m_aValue.Length;
117 if (m_aValue == null)
119 return (byte[]) m_aValue.Clone ();
178 } else if (m_aValue != null) { in GetBytes()
179 val = m_aValue; in GetBytes()
228 if (m_aValue == null) in GetBytes()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Doptionalboolitem.hxx32 ::std::optional< bool > m_aValue;
40 bool HasValue() const { return !!m_aValue; } in HasValue()
41 void ClearValue() { m_aValue.reset(); } in ClearValue()
42 bool GetValue() const { return *m_aValue; } in GetValue()
43 void SetValue(bool _bValue) { m_aValue = _bValue; } in SetValue()
46 GetFullValue() const { return m_aValue; } in GetFullValue()
H A Doptionalboolitem.cxx28 ,m_aValue() in OptionalBoolItem()
35 static_cast<const OptionalBoolItem&>( _rItem ).m_aValue == m_aValue; in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Doptionalboolitem.hxx33 ::boost::optional< bool > m_aValue;
41 bool HasValue() const { return !!m_aValue; } in HasValue()
42 void ClearValue() { m_aValue.reset(); } in ClearValue()
43 bool GetValue() const { return *m_aValue; } in GetValue()
44 void SetValue(bool _bValue) { m_aValue = _bValue; } in SetValue()
47 GetFullValue() const { return m_aValue; } in GetFullValue()
H A Doptionalboolitem.cxx28 ,m_aValue() in OptionalBoolItem()
35 static_cast<const OptionalBoolItem&>( _rItem ).m_aValue == m_aValue; in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dinetmsg.hxx39 OString m_aValue; member in INetMessageHeader
47 : m_aName (rName), m_aValue (rValue) in INetMessageHeader()
52 : m_aName (rHdr.m_aName), m_aValue (rHdr.m_aValue) in INetMessageHeader()
58 m_aValue = rHdr.m_aValue; in operator =()
63 const OString& GetValue() const { return m_aValue; } in GetValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dsvparser.hxx162 OUString m_aValue; member in SvKeyValue
171 : m_aKey (rKey), m_aValue (rValue) in SvKeyValue()
175 : m_aKey (rOther.m_aKey), m_aValue (rOther.m_aValue) in SvKeyValue()
183 m_aValue = rOther.m_aValue; in operator =()
190 const OUString& GetValue() const { return m_aValue; } in GetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dsvparser.hxx163 OUString m_aValue; member in SvKeyValue
172 : m_aKey (rKey), m_aValue (rValue) in SvKeyValue()
176 : m_aKey (rOther.m_aKey), m_aValue (rOther.m_aValue) in SvKeyValue()
184 m_aValue = rOther.m_aValue; in operator =()
191 const OUString& GetValue() const { return m_aValue; } in GetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dinetmsg.hxx37 OString m_aValue; member in INetMessageHeader
45 : m_aName (rName), m_aValue (rValue) in INetMessageHeader()
50 : m_aName (rHdr.m_aName), m_aValue (rHdr.m_aValue) in INetMessageHeader()
56 m_aValue = rHdr.m_aValue; in operator =()
61 const OString& GetValue() const { return m_aValue; } in GetValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dcustritm.hxx29 OUString m_aValue; member in CntUnencodedStringItem
37 SfxPoolItem(which), m_aValue(rTheValue) in CntUnencodedStringItem()
56 const OUString & GetValue() const { return m_aValue; } in GetValue()
64 m_aValue = rTheValue; in SetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dcustritm.hxx29 OUString m_aValue; member in CntUnencodedStringItem
37 SfxPoolItem(which), m_aValue(rTheValue) in CntUnencodedStringItem()
56 const OUString & GetValue() const { return m_aValue; } in GetValue()
64 m_aValue = rTheValue; in SetValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A Dfcode.cxx63 m_aValue = _rVal; in setValue()
79 return m_aValue; in getValue()
88 m_aValue = aStrValue; in OOperandConst()
90 m_aValue.setBound(true); in OOperandConst()
94 m_aValue = aStrValue.toDouble(); in OOperandConst()
96 m_aValue.setBound(true); in OOperandConst()
104 m_aValue = 1.0; in OOperandConst()
109 m_aValue = 0.0; in OOperandConst()
116 m_aValue.setBound(true); in OOperandConst()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/file/
H A Dfcode.hxx106 ORowSetValue m_aValue; member in connectivity::file::OOperandValue
112 , m_aValue(_rVar) in OOperandValue()
149 m_aValue = bResult ? 1.0 : 0.0; in OOperandResultBOOL()
150 m_aValue.setBound(true); in OOperandResultBOOL()
159 m_aValue = fNum; in OOperandResultNUM()
160 m_aValue.setBound(true); in OOperandResultNUM()

1234