Home
last modified time | relevance | path

Searched refs:m_nValue (Results 1 – 25 of 109) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dcintitem.cxx29 return m_nValue == static_cast< const CntByteItem * >(&rItem)->m_nValue; in operator ==()
44 sal_Int8 nValue = m_nValue; in QueryValue()
55 m_nValue = nValue; in PutValue()
73 return m_nValue == static_cast<const CntUInt16Item *>(&rItem)->m_nValue; in operator ==()
90 sal_Int32 nValue = m_nValue; in QueryValue()
120 return m_nValue == static_cast<const CntInt32Item *>(&rItem)->m_nValue; in operator ==()
136 sal_Int32 nValue = m_nValue; in QueryValue()
147 m_nValue = nValue; in PutValue()
165 return m_nValue == static_cast<const CntUInt32Item *>(&rItem)->m_nValue; in operator ==()
182 sal_Int32 nValue = m_nValue; in QueryValue()
[all …]
H A Dvisitem.cxx33 return m_nValue.bVisible == static_cast< const SfxVisibilityItem * >(&rItem)-> in operator ==()
34 m_nValue.bVisible; in operator ==()
43 rText = m_nValue.bVisible ? std::u16string_view(u"TRUE") : std::u16string_view(u"FALSE"); in GetPresentation()
51 rVal <<= m_nValue; in QueryValue()
58 if (rVal >>= m_nValue) in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dcintitem.cxx29 return m_nValue == static_cast< const CntByteItem * >(&rItem)->m_nValue; in operator ==()
44 sal_Int8 nValue = m_nValue; in QueryValue()
55 m_nValue = nValue; in PutValue()
74 return m_nValue == static_cast<const CntUInt16Item *>(&rItem)->m_nValue; in operator ==()
91 sal_Int32 nValue = m_nValue; in QueryValue()
122 return m_nValue == static_cast<const CntInt32Item *>(&rItem)->m_nValue; in operator ==()
138 sal_Int32 nValue = m_nValue; in QueryValue()
149 m_nValue = nValue; in PutValue()
168 return m_nValue == static_cast<const CntUInt32Item *>(&rItem)->m_nValue; in operator ==()
185 sal_Int32 nValue = m_nValue; in QueryValue()
[all …]
H A Dvisitem.cxx29 return m_nValue.bVisible == static_cast< const SfxVisibilityItem * >(&rItem)-> in operator ==()
30 m_nValue.bVisible; in operator ==()
39 rText = m_nValue.bVisible ? OUStringLiteral("TRUE") : OUStringLiteral("FALSE"); in GetPresentation()
47 rVal <<= m_nValue; in QueryValue()
54 if (rVal >>= m_nValue) in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dcintitem.hxx29 sal_uInt8 m_nValue; member in CntByteItem
34 SfxPoolItem(which), m_nValue(nTheValue) {} in CntByteItem()
60 m_nValue = nTheValue; in SetValue()
65 sal_uInt16 m_nValue; member in CntUInt16Item
70 SfxPoolItem(which), m_nValue(nTheValue) in CntUInt16Item()
97 m_nValue = nTheValue; in SetValue()
102 sal_Int32 m_nValue; member in CntInt32Item
107 SfxPoolItem(which), m_nValue(nTheValue) in CntInt32Item()
134 m_nValue = nTheValue; in SetValue()
139 sal_uInt32 m_nValue; member in CntUInt32Item
[all …]
H A Deitem.hxx30 EnumT m_nValue; member in SfxEnumItem
35 , m_nValue(nValue) in SfxEnumItem()
42 EnumT GetValue() const { return m_nValue; } in GetValue()
47 m_nValue = nTheValue; in SetValue()
63 m_nValue == static_cast<const SfxEnumItem<EnumT> &>(other).m_nValue; in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dcintitem.hxx29 sal_uInt8 m_nValue; member in CntByteItem
34 SfxPoolItem(which), m_nValue(nTheValue) {} in CntByteItem()
60 m_nValue = nTheValue; in SetValue()
65 sal_uInt16 m_nValue; member in CntUInt16Item
70 SfxPoolItem(which), m_nValue(nTheValue) in CntUInt16Item()
97 m_nValue = nTheValue; in SetValue()
102 sal_Int32 m_nValue; member in CntInt32Item
107 SfxPoolItem(which), m_nValue(nTheValue) in CntInt32Item()
134 m_nValue = nTheValue; in SetValue()
139 sal_uInt32 m_nValue; member in CntUInt32Item
[all …]
H A Deitem.hxx30 EnumT m_nValue; member in SfxEnumItem
35 , m_nValue(nValue) in SfxEnumItem()
42 EnumT GetValue() const { return m_nValue; } in GetValue()
47 m_nValue = nTheValue; in SetValue()
63 m_nValue == static_cast<const SfxEnumItem<EnumT> &>(other).m_nValue; in operator ==()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/vfk/
H A Dvfkproperty.cpp42 : m_bIsNull(TRUE), m_nValue(0), m_dValue(0.0) in VFKProperty()
50 : m_bIsNull(FALSE), m_nValue(iValue), m_dValue(0.0) in VFKProperty()
58 : m_bIsNull(FALSE), m_nValue(0), m_dValue(dValue) in VFKProperty()
66 : m_bIsNull(FALSE), m_nValue(0), m_dValue(0.0), m_strValue(0 != pszValue ? pszValue : "") in VFKProperty()
74 : m_bIsNull(FALSE), m_nValue(0), m_dValue(0.0), m_strValue(strValue) in VFKProperty()
90 m_nValue(other.m_nValue), m_dValue(other.m_dValue), m_strValue(other.m_strValue) in VFKProperty()
101 m_nValue = other.m_nValue; in operator =()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DCellMarginHandler.cxx33 m_nValue( 0 ), in CellMarginHandler()
58 m_nValue = ConversionHelper::convertTwipToMM100Unsigned( nIntValue ); in lcl_attribute()
105 m_nTopMargin = m_nValue; in lcl_sprm()
113 m_nRightMargin = m_nValue; in lcl_sprm()
118 m_nLeftMargin = m_nValue; in lcl_sprm()
125 m_nLeftMargin = m_nValue; in lcl_sprm()
131 m_nBottomMargin = m_nValue; in lcl_sprm()
139 m_nLeftMargin = m_nValue; in lcl_sprm()
144 m_nRightMargin = m_nValue; in lcl_sprm()
151 m_nRightMargin = m_nValue; in lcl_sprm()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DCellMarginHandler.cxx35 m_nValue( 0 ), in CellMarginHandler()
60 m_nValue = ConversionHelper::convertTwipToMM100Unsigned( nIntValue ); in lcl_attribute()
107 m_nTopMargin = m_nValue; in lcl_sprm()
115 m_nRightMargin = m_nValue; in lcl_sprm()
120 m_nLeftMargin = m_nValue; in lcl_sprm()
127 m_nLeftMargin = m_nValue; in lcl_sprm()
133 m_nBottomMargin = m_nValue; in lcl_sprm()
141 m_nLeftMargin = m_nValue; in lcl_sprm()
146 m_nRightMargin = m_nValue; in lcl_sprm()
153 m_nRightMargin = m_nValue; in lcl_sprm()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DFontFeatureTest.cxx139 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
147 CPPUNIT_ASSERT_EQUAL(uint32_t(5), aFeatures[0].m_nValue); in testParseFeature()
155 CPPUNIT_ASSERT_EQUAL(uint32_t(0), aFeatures[0].m_nValue); in testParseFeature()
163 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
171 CPPUNIT_ASSERT_EQUAL(uint32_t(0), aFeatures[0].m_nValue); in testParseFeature()
179 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
189 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
199 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
209 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
219 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DFontFeatureTest.cxx138 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
146 CPPUNIT_ASSERT_EQUAL(uint32_t(5), aFeatures[0].m_nValue); in testParseFeature()
154 CPPUNIT_ASSERT_EQUAL(uint32_t(0), aFeatures[0].m_nValue); in testParseFeature()
162 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
170 CPPUNIT_ASSERT_EQUAL(uint32_t(0), aFeatures[0].m_nValue); in testParseFeature()
178 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
188 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
198 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
208 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
218 CPPUNIT_ASSERT_EQUAL(uint32_t(1), aFeatures[0].m_nValue); in testParseFeature()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dusrfld.cxx183 m_nValue( 0 ), in SwUserFieldType()
197 return ExpandValue(m_nValue, nFormat, nLng); in Expand()
210 pTmp->m_nValue = m_nValue; in Copy()
240 return m_nValue; in GetValue()
257 m_nValue = rCalc.Calculate( m_aContent ).GetDouble(); in GetValue()
267 m_nValue = 0; in GetValue()
269 return m_nValue; in GetValue()
319 rAny <<= m_nValue; in QueryValue()
340 m_nValue = fVal; in PutValue()
342 m_aContent = DoubleToString(m_nValue, static_cast<sal_uInt16>(GetFieldTypeLanguage())); in PutValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx22 : m_nValue(nValue) in RTFValue()
44 : m_nValue(nValue) in RTFValue()
123 int RTFValue::getInt() const { return m_nValue; } in getInt()
130 return OUString::number(m_nValue); in getString()
147 ret <<= static_cast<sal_Int32>(m_nValue); in getAny()
171 return OString::number(m_nValue).getStr(); in toString()
177 return new RTFValue(m_nValue, m_sValue, *m_pAttributes, *m_pSprms, m_xShape, m_xStream, in Clone()
183 return new RTFValue(m_nValue, m_sValue, rAttributes, rSprms, m_xShape, m_xStream, m_xObject, in CloneWithSprms()
189 if (m_nValue != rOther.m_nValue) in equals()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx24 : m_nValue(nValue) in RTFValue()
46 : m_nValue(nValue) in RTFValue()
125 int RTFValue::getInt() const { return m_nValue; } in getInt()
132 return OUString::number(m_nValue); in getString()
149 ret <<= static_cast<sal_Int32>(m_nValue); in getAny()
173 return OString::number(m_nValue).getStr(); in toString()
179 return new RTFValue(m_nValue, m_sValue, *m_pAttributes, *m_pSprms, m_xShape, m_xStream, in Clone()
185 return new RTFValue(m_nValue, m_sValue, rAttributes, rSprms, m_xShape, m_xStream, m_xObject, in CloneWithSprms()
191 if (m_nValue != rOther.m_nValue) in equals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dusrfld.cxx177 m_nValue( 0 ), in SwUserFieldType()
191 return ExpandValue(m_nValue, nFormat, nLng); in Expand()
205 pTmp->m_nValue = m_nValue; in Copy()
238 return m_nValue; in GetValue()
260 m_nValue = rCalc.Calculate( m_aContent ).GetDouble(); in GetValue()
272 m_nValue = 0; in GetValue()
274 return m_nValue; in GetValue()
326 rAny <<= m_nValue; in QueryValue()
347 m_nValue = fVal; in PutValue()
350 m_aContent = DoubleToString(m_nValue, static_cast<sal_uInt16>(GetFieldTypeLanguage())); in PutValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/helper/
H A Dvclstatusindicator.cxx31 , m_nValue (0 ) in VCLStatusIndicator()
64 m_nValue = 0; in start()
82 m_nValue = 0; in end()
105 m_nValue = nValue; in setValue()
107 m_nValue = m_nRange; in setValue()
110 nValue = m_nValue; in setValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/helper/
H A Dvclstatusindicator.cxx31 , m_nValue (0 ) in VCLStatusIndicator()
64 m_nValue = 0; in start()
82 m_nValue = 0; in end()
105 m_nValue = nValue; in setValue()
107 m_nValue = m_nRange; in setValue()
110 nValue = m_nValue; in setValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dcellatr.cxx201 : SfxPoolItem( RES_BOXATR_VALUE ), m_nValue( 0 ) in SwTableBoxValue()
206 : SfxPoolItem( RES_BOXATR_VALUE ), m_nValue( nVal ) in SwTableBoxValue()
215 return std::isnan( m_nValue ) in operator ==()
216 ? std::isnan( rOther.m_nValue ) in operator ==()
217 : ( m_nValue == rOther.m_nValue ); in operator ==()
222 return new SwTableBoxValue( m_nValue ); in Clone()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dcellatr.cxx202 : SfxPoolItem( RES_BOXATR_VALUE ), m_nValue( 0 ) in SwTableBoxValue()
207 : SfxPoolItem( RES_BOXATR_VALUE ), m_nValue( nVal ) in SwTableBoxValue()
216 return ::rtl::math::isNan( m_nValue ) in operator ==()
217 ? ::rtl::math::isNan( rOther.m_nValue ) in operator ==()
218 : ( m_nValue == rOther.m_nValue ); in operator ==()
223 return new SwTableBoxValue( m_nValue ); in Clone()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx162 , m_nValue( 0.0 ) in SpinfieldToolbarController()
209 double nValue = m_nValue + m_nStep; in Up()
213 m_nValue = nValue; in Up()
215 OUString aText = impl_formatOutputString( m_nValue ); in Up()
222 double nValue = m_nValue - m_nStep; in Down()
226 m_nValue = nValue; in Down()
228 OUString aText = impl_formatOutputString( m_nValue ); in Down()
237 m_nValue = m_nMin; in First()
239 OUString aText = impl_formatOutputString( m_nValue ); in First()
249 m_nValue = m_nMax; in Last()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxflineheight.hxx91 sal_Int32 m_nValue; member
111 m_Value.m_nValue = value; in SetPercent()
140 pAttrList->AddAttribute( "fo:line-height", OUString::number(m_Value.m_nValue) + "%" ); in ToXml()
154 if( lh1.m_Value.m_nValue != lh2.m_Value.m_nValue ) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxflineheight.hxx89 sal_Int32 m_nValue; member
109 m_Value.m_nValue = value; in SetPercent()
138 pAttrList->AddAttribute( "fo:line-height", OUString::number(m_Value.m_nValue) + "%" ); in ToXml()
152 if( lh1.m_Value.m_nValue != lh2.m_Value.m_nValue ) in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dprogressbarwrapper.cxx39 , m_nValue( 0 ) in ProgressBarWrapper()
96 m_nValue = 0; in start()
98 nValue = m_nValue; in start()
135 m_nValue = 0; in end()
164 nValue = m_nValue; in setText()
209 if ( m_nValue != sal_Int32( fVal )) in setValue()
211 m_nValue = sal_Int32( fVal ); in setValue()
215 nValue = m_nValue; in setValue()

12345