Home
last modified time | relevance | path

Searched refs:m_nPos (Results 1 – 25 of 38) sorted by path

12

/trunk/main/comphelper/inc/comphelper/
H A Denumhelper.hxx66 sal_Int32 m_nPos; member in comphelper::OEnumerationByName
97 sal_Int32 m_nPos; member in comphelper::OEnumerationByIndex
126 sal_Int32 m_nPos; member in comphelper::OAnyEnumeration
H A Dseqstream.hxx52 sal_Int32 m_nPos; member in comphelper::SequenceInputStream
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx40 ,m_nPos(0) in OEnumerationByName()
51 ,m_nPos(0) in OEnumerationByName()
69 if (m_xAccess.is() && m_aNames.getLength() > m_nPos) in hasMoreElements()
88 if (m_xAccess.is() && m_nPos < m_aNames.getLength()) in nextElement()
91 if (m_xAccess.is() && m_nPos >= m_aNames.getLength()) in nextElement()
154 :m_nPos(0) in OEnumerationByIndex()
192 aRes = m_xAccess->getByIndex(m_nPos++); in nextElement()
257 :m_nPos(0) in OAnyEnumeration()
272 return (m_lItems.getLength() > m_nPos); in hasMoreElements()
283 sal_Int32 nPos = m_nPos; in nextElement()
[all …]
/trunk/main/comphelper/source/misc/
H A Ddocumentiologring.cxx44 , m_nPos( 0 ) in OSimpleLogRing()
91 m_aMessages[m_nPos] = aMessage; in logString()
92 if ( ++m_nPos >= m_aMessages.getLength() ) in logString()
94 m_nPos = 0; in logString()
107 sal_Int32 nResLen = m_bFull ? m_aMessages.getLength() : m_nPos; in getCollectedLog()
108 sal_Int32 nStart = m_bFull ? m_nPos : 0; in getCollectedLog()
H A Ddocumentiologring.hxx49 sal_Int32 m_nPos; member in comphelper::OSimpleLogRing
/trunk/main/comphelper/source/streaming/
H A Dseqstream.cxx44 , m_nPos(0) in SequenceInputStream()
52 if (m_nPos == -1) in avail()
55 return m_aData.getLength() - m_nPos; in avail()
75 memcpy(aData.getArray(), m_aData.getConstArray() + m_nPos, nBytesToRead); in readBytes()
76 m_nPos += nBytesToRead; in readBytes()
105 m_nPos += nBytesToSkip; in skipBytes()
121 if (m_nPos == -1) in closeInput()
124 m_nPos = -1; in closeInput()
131 m_nPos = (sal_Int32) location; in seek()
136 return m_nPos; in getPosition()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2039 ,m_nPos( _nPos ) in RowValue()
2046 …tual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos ); }; in getByte()
2047 …tual sal_Int16 getShort() const { return m_xRow->getShort( m_nPos ); } in getShort()
2048 …irtual sal_Int32 getInt() const { return m_xRow->getInt( m_nPos ); } in getInt()
2049 …rtual sal_Int64 getLong() const { return m_xRow->getLong( m_nPos ); } in getLong()
2052 …tual Date getDate() const { return m_xRow->getDate( m_nPos ); }; in getDate()
2053 …tual Time getTime() const { return m_xRow->getTime( m_nPos ); }; in getTime()
2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob()
2059 virtual Reference< XClob > getClob() const { return m_xRow->getClob( m_nPos ); }; in getClob()
2060 virtual Any getObject() const { return m_xRow->getObject( m_nPos ,NULL); }; in getObject()
[all …]
/trunk/main/cui/source/inc/
H A Dpage.hxx172 MarginPosition m_nPos; member in SvxPageDescPage
/trunk/main/cui/source/options/
H A Dwebconninfo.cxx104 ,m_nPos ( -1 ) in WebConnectionInfoDialog()
211 m_nPos = nCount; in FillPasswordList()
251 if ( nPos < m_nPos ) in IMPL_LINK()
359 m_aChangeBtn.Enable( nPos < m_nPos ); in IMPL_LINK()
H A Dwebconninfo.hxx61 sal_Int32 m_nPos; member in svx::WebConnectionInfoDialog
/trunk/main/cui/source/tabpages/
H A Dpage.cxx298 m_nPos( 0 ), in SvxPageDescPage()
1786 bool bCheck = ( ( m_nPos & nPos ) == 0 ); in IsPrinterRangeOverflow()
1805 m_nPos = 0; in CheckMarginEdits()
1809 m_nPos |= MARGIN_LEFT; in CheckMarginEdits()
1812 m_nPos |= MARGIN_RIGHT; in CheckMarginEdits()
1815 m_nPos |= MARGIN_TOP; in CheckMarginEdits()
1818 m_nPos |= MARGIN_BOTTOM; in CheckMarginEdits()
1823 bool bRet = ( ( ( !( m_nPos & MARGIN_LEFT ) && in IsMarginOutOfRange()
1827 ( ( !( m_nPos & MARGIN_RIGHT ) && in IsMarginOutOfRange()
1831 ( ( !( m_nPos & MARGIN_TOP ) && in IsMarginOutOfRange()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx143 OSL_ENSURE((sal_Int32)aRow->get().size() > m_nPos,"Pos is greater than size of vector"); in getFastPropertyValue()
144 rValue = ((*m_aColumnValue)->get())[m_nPos].makeAny(); in getFastPropertyValue()
221 …if ( !m_aColumnValue.isNull() && m_aColumnValue->isValid() && (!(((*m_aColumnValue)->get())[m_nPos in fireValueChange()
225 Any aNew = ((*m_aColumnValue)->get())[m_nPos].makeAny(); in fireValueChange()
H A DOptimisticSet.cxx576 sal_Int32 m_nPos; member
578 : m_nPos(i_nPos) in PositionFunctor()
584 return m_nPos == _aType.second.nPosition; in operator ()()
H A DPrivateRow.cxx45 m_nPos = columnIndex; in getString()
46 return m_aRow[m_nPos]; in getString()
50 m_nPos = columnIndex; in getBoolean()
51 return m_aRow[m_nPos]; in getBoolean()
55 m_nPos = columnIndex; in getByte()
60 m_nPos = columnIndex; in getShort()
65 m_nPos = columnIndex; in getInt()
70 m_nPos = columnIndex; in getLong()
75 m_nPos = columnIndex; in getFloat()
80 m_nPos = columnIndex; in getDouble()
[all …]
H A DPrivateRow.hxx35 sal_Int32 m_nPos; member in dbaccess::OPrivateRow
37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow()
H A Ddatacolumn.cxx184 return m_xRow->getByte(m_nPos); in getByte()
193 return m_xRow->getShort(m_nPos); in getShort()
202 return m_xRow->getInt(m_nPos); in getInt()
211 return m_xRow->getLong(m_nPos); in getLong()
220 return m_xRow->getFloat(m_nPos); in getFloat()
237 return m_xRow->getBytes(m_nPos); in getBytes()
245 return m_xRow->getDate(m_nPos); in getDate()
254 return m_xRow->getTime(m_nPos); in getTime()
298 return m_xRow->getRef(m_nPos); in getRef()
307 return m_xRow->getBlob(m_nPos); in getBlob()
[all …]
H A Dresultcolumn.cxx83 ,m_nPos( _nPos ) in DBG_NAME()
246 rValue <<= m_xMetaData->getTableName(m_nPos); in getFastPropertyValue()
249 rValue <<= m_xMetaData->getSchemaName(m_nPos); in getFastPropertyValue()
252 rValue <<= m_xMetaData->getCatalogName(m_nPos); in getFastPropertyValue()
255 … obtain( rValue, m_isSigned, m_nPos, m_xMetaData, &XResultSetMetaData::isSigned ); in getFastPropertyValue()
258 … obtain( rValue, m_isCurrency, m_nPos, m_xMetaData, &XResultSetMetaData::isCurrency ); in getFastPropertyValue()
267 … obtain( rValue, m_isReadOnly, m_nPos, m_xMetaData, &XResultSetMetaData::isReadOnly ); in getFastPropertyValue()
270 … obtain( rValue, m_isWritable, m_nPos, m_xMetaData, &XResultSetMetaData::isWritable ); in getFastPropertyValue()
279 rValue <<= m_xMetaData->getColumnServiceName(m_nPos); in getFastPropertyValue()
294 obtain( rValue, m_nScale, m_nPos, m_xMetaData, &XResultSetMetaData::getScale ); in getFastPropertyValue()
[all …]
H A Dresultcolumn.hxx45 sal_Int32 m_nPos; member in dbaccess::OResultColumn
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx170 ,m_nPos(-1) in DBG_NAME()
220 ,m_nPos(-1) in OFieldDescControl()
893 m_nPos++; in ActivateAggregate()
901 m_nPos++; in ActivateAggregate()
932 m_nPos++; in ActivateAggregate()
944 m_nPos++; in ActivateAggregate()
952 m_nPos++; in ActivateAggregate()
969 m_nPos++; in ActivateAggregate()
1001 m_nPos++; in ActivateAggregate()
1019 m_nPos++; in ActivateAggregate()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DFieldControls.hxx60 short m_nPos; member in dbaui::OPropColumnEditCtrl
82 ,m_nPos(nPosition) in OPropColumnEditCtrl()
90 short m_nPos; member in dbaui::OPropEditCtrl
111 ,m_nPos(nPosition) in OPropEditCtrl()
117 ,m_nPos(nPosition) in OPropEditCtrl()
125 short m_nPos; member in dbaui::OPropNumericEditCtrl
146 ,m_nPos(nPosition) in OPropNumericEditCtrl()
152 ,m_nPos(nPosition) in OPropNumericEditCtrl()
160 short m_nPos; member in dbaui::OPropListBoxCtrl
181 ,m_nPos(nPosition) in OPropListBoxCtrl()
[all …]
H A DFieldDescControl.hxx124 short m_nPos; member in dbaui::OFieldDescControl
H A DTableRow.hxx54 long m_nPos; member in dbaui::OTableRow
77 inline long GetPos() const { return m_nPos; } in GetPos()
78 inline void SetPos(sal_Int32 _nPos) { m_nPos = _nPos; } in SetPos()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableRow.cxx50 ,m_nPos( -1 ) in DBG_NAME()
59 ,m_nPos( -1 ) in OTableRow()
69 ,m_nPos( nPosition ) in OTableRow()
129 _rStr << _rRow.m_nPos; in operator <<()
168 _rStr >> _rRow.m_nPos; in operator >>()
/trunk/main/dtrans/source/cnttype/
H A Dmcnttype.cxx143 m_nPos = 0; in init()
155 if ( m_nPos < m_ContentType.getLength( ) ) in getSym()
157 m_nxtSym = OUString( &m_ContentType[m_nPos], 1 ); in getSym()
158 ++m_nPos; in getSym()
H A Dmcnttype.hxx88 sal_Int32 m_nPos; member in CMimeContentType

Completed in 121 milliseconds

12