Home
last modified time | relevance | path

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

12

/trunk/main/svl/source/items/
H A Dcintitem.cxx46 rStream >> m_nValue; in CntByteItem()
56 return m_nValue == SAL_STATIC_CAST(const CntByteItem *, &rItem)->m_nValue; in operator ==()
65 return SAL_STATIC_CAST(const CntByteItem *, &rWith)->m_nValue < m_nValue ? in Compare()
68 == m_nValue ? in Compare()
100 m_nValue = nValue; in PutValue()
177 m_nValue = nTheValue; in CntUInt16Item()
199 < m_nValue ? in Compare()
311 m_nValue = nTheValue; in CntInt32Item()
332 < m_nValue ? in Compare()
367 m_nValue = nValue; in PutValue()
[all …]
H A Dintitem.cxx68 m_nValue = nTheValue; in SfxInt16Item()
77 return m_nValue == SAL_STATIC_CAST(const SfxInt16Item *, &rItem)-> in operator ==()
78 m_nValue; in operator ==()
87 return SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
88 < m_nValue ? in Compare()
90 SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
91 == m_nValue ? in Compare()
103 rText = UniString::CreateFromInt32(m_nValue); in GetPresentation()
112 sal_Int16 nValue = m_nValue; in QueryValue()
124 m_nValue = nValue; in PutValue()
[all …]
H A Dvisitem.cxx48 m_nValue.bVisible = bValue; in SfxVisibilityItem()
57 return m_nValue.bVisible == SAL_STATIC_CAST(const SfxVisibilityItem *, &rItem)-> in operator ==()
58 m_nValue.bVisible; in operator ==()
66 return m_nValue.bVisible == static_cast< SfxVisibilityItem const * >(&rWith)->m_nValue.bVisible ? in Compare()
67 0 : m_nValue.bVisible ? -1 : 1; in Compare()
77 rText = GetValueTextByVal(m_nValue.bVisible); in GetPresentation()
86 rVal <<= m_nValue; in QueryValue()
94 if (rVal >>= m_nValue) in PutValue()
114 rStream << m_nValue.bVisible; in Store()
H A Dcenumitm.cxx153 m_nValue = 0; in DBG_NAME()
154 rStream >> m_nValue; in DBG_NAME()
164 rStream << m_nValue; in TYPEINIT1()
/trunk/main/svl/inc/svl/
H A Dcintitem.hxx36 sal_uInt8 m_nValue; member in CntByteItem
47 SfxPoolItem(rItem), m_nValue(rItem.m_nValue) in CntByteItem()
89 m_nValue = nTheValue; in SetValue()
97 sal_uInt16 m_nValue; member in CntUInt16Item
109 SfxPoolItem(rItem), m_nValue(rItem.m_nValue) in CntUInt16Item()
151 m_nValue = nTheValue; in SetValue()
159 sal_Int32 m_nValue; member in CntInt32Item
171 SfxPoolItem(rItem), m_nValue(rItem.m_nValue) in CntInt32Item()
213 m_nValue = nTheValue; in SetValue()
221 sal_uInt32 m_nValue; member in CntUInt32Item
[all …]
H A Dvisitem.hxx37 ::com::sun::star::frame::status::Visibility m_nValue;
45 m_nValue.bVisible = bVisible; in SfxVisibilityItem()
52 SfxPoolItem(rItem), m_nValue(rItem.m_nValue) in SfxVisibilityItem()
84 sal_Bool GetValue() const { return m_nValue.bVisible; } in GetValue()
86 void SetValue(sal_Bool bVisible) { m_nValue.bVisible = bVisible; } in SetValue()
H A Dcenumitm.hxx93 sal_uInt16 m_nValue; member in CntEnumItem
97 SfxEnumItemInterface(which), m_nValue(nTheValue) {} in CntEnumItem()
102 SfxEnumItemInterface(rItem), m_nValue(rItem.m_nValue) {} in CntEnumItem()
113 sal_uInt16 GetValue() const { return m_nValue; } in GetValue()
121 m_nValue = nTheValue; in SetValue()
H A Dintitem.hxx53 sal_Int16 m_nValue; member in SfxInt16Item
59 SfxPoolItem(which), m_nValue(nTheValue) in SfxInt16Item()
65 SfxPoolItem(rItem), m_nValue(rItem.m_nValue) in SfxInt16Item()
99 sal_Int16 GetValue() const { return m_nValue; } in GetValue()
107 m_nValue = nTheValue; in SetValue()
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx213 , m_nValue( 0.0 ) in SpinfieldToolbarController()
270 double nValue = m_nValue + m_nStep; in Up()
274 m_nValue = nValue; in Up()
276 rtl::OUString aText = impl_formatOutputString( m_nValue ); in Up()
283 double nValue = m_nValue - m_nStep; in Down()
287 m_nValue = nValue; in Down()
289 rtl::OUString aText = impl_formatOutputString( m_nValue ); in Down()
298 m_nValue = m_nMin; in First()
300 rtl::OUString aText = impl_formatOutputString( m_nValue ); in First()
310 m_nValue = m_nMax; in Last()
[all …]
H A Dprogressbarwrapper.cxx73 , m_nValue( 0 ) in ProgressBarWrapper()
132 m_nValue = 0; in start()
134 nValue = m_nValue; in start()
172 m_nValue = 0; in end()
202 nValue = m_nValue; in setText()
248 if ( m_nValue != sal_Int32( fVal )) in setValue()
250 m_nValue = sal_Int32( fVal ); in setValue()
254 nValue = m_nValue; in setValue()
/trunk/main/writerfilter/source/dmapper/
H A DCellMarginHandler.cxx42 m_nValue( 0 ), in CellMarginHandler()
71 m_nValue = ConversionHelper::convertTwipToMM100( nIntValue ); in lcl_attribute()
93 m_nTopMargin = m_nValue; in lcl_sprm()
98 m_nLeftMargin = m_nValue; in lcl_sprm()
103 m_nBottomMargin = m_nValue; in lcl_sprm()
108 m_nRightMargin = m_nValue; in lcl_sprm()
115 m_nValue = 0; in lcl_sprm()
H A DCellMarginHandler.hxx39 sal_Int32 m_nValue; member in writerfilter::dmapper::CellMarginHandler
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStatusIndicator.java76 private int m_nValue ; field in StatusIndicator
91 m_nValue = 0 ; in StatusIndicator()
119 m_nValue = 0 ; in start()
139 m_nValue = 0; in end()
183 m_nValue = nValue; in setValue()
202 m_nValue = 0; in reset()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx72 , m_nValue ( DEFAULT_VALUE ) in ProgressBar()
243 m_nValue = nValue ; in setValue()
284 if (!(m_nMinRange < m_nValue && m_nValue < m_nMaxRange)) in setRange()
285 m_nValue = m_nMinRange; in setRange()
303 return ( m_nValue ) ; in getValue()
395 …sal_Int32 nBlockCount = m_nBlockValue!=0.00 ? (sal_Int32)((m_nValue-m_nMinRange)/m_nBlockV… in impl_paint()
/trunk/main/framework/source/helper/
H A Dvclstatusindicator.cxx66 , m_nValue (0 ) in DEFINE_XINTERFACE_1()
115 m_nValue = 0; in start()
143 m_nValue = 0; in end()
187 m_nValue = nValue; in setValue()
189 m_nValue = m_nRange; in setValue()
192 nValue = m_nValue; in setValue()
H A Dstatusindicatorfactory.cxx209 pItem->m_nValue = 0; in reset()
250 nValue = pNext->m_nValue; in end()
325 nOldValue = pItem->m_nValue; in setValue()
326 pItem->m_nValue = nValue; in setValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DTriState.java32 int m_nValue; field in TriState
42 m_nValue = value; in TriState()
51 return m_nValue; in intValue()
68 return m_nValue == ((TriState)obj).intValue(); in equals()
/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx2219 sal_uInt32 m_nValue; member in ModifiedUTF7Buffer
2236 m_nValue = sal_uInt32(c) << 8; in write()
2241 m_nValue |= sal_uInt32(c); in write()
2247 m_nValue |= sal_uInt32(c) >> 8; in write()
2250 m_nValue = (sal_uInt32(c) & 0xFF) << 16; in write()
2267 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2272 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2274 m_rBuffer.append(aModifiedBase64[m_nValue >> 6 & 63]); in flush()
2278 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2281 m_rBuffer.append(aModifiedBase64[m_nValue & 63]); in flush()
[all …]
/trunk/main/tools/inc/tools/
H A Dresary.hxx62 long m_nValue; member
66 m_nValue( nValue ) in ImplResStringItem()
79 { return (nIndex < m_aStrings.size()) ? m_aStrings[nIndex].m_nValue : -1; } in GetValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java97 protected int m_nValue; field in CountNotXXXPixelsFromImage
106 return m_nValue; in getValue()
111 m_nValue = _nValue; in setValue()
137 m_nValue = -1; in run()
159 m_nValue = -1; in run()
/trunk/main/connectivity/source/inc/
H A DTKeyValue.hxx35 sal_Int32 m_nValue; member in connectivity::OKeyValue
60 inline void setValue(sal_Int32 nVal) { m_nValue = nVal; } in setValue()
73 inline sal_Int32 getValue() const { return m_nValue; } in getValue()
/trunk/main/tools/source/rc/
H A Dresary.cxx51 m_aStrings[i].m_nValue = pMgr->ReadLong(); in ResStringArray()
70 if ( m_aStrings[i].m_nValue == nValue ) in FindIndex()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx2077 :m_nValue(0) in VCLXProgressBar()
2109 if (m_nValue < nValMin) in ImplUpdateValue()
2113 else if (m_nValue > nValMax) in ImplUpdateValue()
2119 nVal = m_nValue; in ImplUpdateValue()
2184 m_nValue = nValue; in setValue()
2212 return m_nValue; in getValue()
2228 if ( Value >>= m_nValue ) in setProperty()
2287 aProp <<= m_nValue; in getProperty()
/trunk/main/framework/inc/helper/
H A Dstatusindicatorfactory.hxx98 sal_Int32 m_nValue; member
123 m_nValue = 0 ; in IndicatorInfo()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx327 int m_nValue; member in ReadSocketThread
359 m_aValues.checkValues(nReadCount, m_nValue); in run()
383 : m_nValue( _nValue ), in ReadSocketThread()

Completed in 111 milliseconds

12