Home
last modified time | relevance | path

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

12

/aoo42x/main/dbaccess/source/core/api/
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 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 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 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()
/aoo42x/main/ucbhelper/source/provider/
H A Dresultset.cxx190 sal_Int32 m_nPos; member
415 m_pImpl->m_nPos++; in next()
495 m_pImpl->m_nPos = 0; in beforeFirst()
519 m_pImpl->m_nPos = 1; in first()
559 return m_pImpl->m_nPos; in getRow()
592 m_pImpl->m_nPos = 0; in absolute()
663 m_pImpl->m_nPos = ( m_pImpl->m_nPos + rows ); in relative()
671 m_pImpl->m_nPos = 0; in relative()
689 m_pImpl->m_nPos = ( m_pImpl->m_nPos + rows ); in relative()
723 m_pImpl->m_nPos--; in previous()
[all …]
H A Dcontenthelper.cxx62 sal_uInt32 m_nPos; member in ucbhelper_impl::PropertyEventSequence
66 : m_aSeq( nSize ), m_nPos( 0 ) {}; in PropertyEventSequence()
69 { m_aSeq.getArray()[ m_nPos ] = rEvt; ++m_nPos; } in append()
72 { m_aSeq.realloc( m_nPos ); return m_aSeq; } in getEvents()
/aoo42x/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 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()
/aoo42x/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 …]
/aoo42x/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()
/aoo42x/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 …]
/aoo42x/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()
/aoo42x/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 …]
/aoo42x/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 >>()
/aoo42x/main/forms/source/component/
H A DGroupManager.cxx102 :m_nPos( -1 ) in OGroupComp()
112 ,m_nPos( _rSource.m_nPos ) in OGroupComp()
121 ,m_nPos( nInsertPos ) in OGroupComp()
137 return m_nTabIndex == rComp.GetTabIndex() && m_nPos == rComp.GetPos(); in operator ==()
149 bResult = lhs.m_nPos < rhs.GetPos(); in operator ()()
H A DGroupManager.hxx104 sal_Int32 m_nPos; member in frm::OGroupComp
119 sal_Int32 GetPos() const { return m_nPos; } in GetPos()
/aoo42x/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()
/aoo42x/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx105 unsigned int m_nPos; member in psp::FileInputStream
111 int getChar() { return (m_nPos < m_nLen) ? int(m_pMemory[m_nPos++]) : -1; } in getChar()
114 if( m_nPos > 0 ) in ungetChar()
115 m_nPos--; in ungetChar()
117 unsigned int tell() const { return m_nPos; } in tell()
121 { m_nPos = nPos; } in seek()
126 m_nPos( 0 ), in FileInputStream()
/aoo42x/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 …]
/aoo42x/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
/aoo42x/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()
/aoo42x/main/svtools/source/svrtf/
H A Dsvparser.cxx675 m_nPos (0) in SvKeyValueIterator()
692 m_nPos = m_pList->Count(); in GetFirst()
701 if (m_nPos > 0) in GetNext()
703 rKeyVal = *m_pList->GetObject(--m_nPos); in GetNext()
/aoo42x/main/svx/source/form/
H A Dfmobj.cxx72 ,m_nPos ( -1 ) in FmFormObj()
86 ,m_nPos ( -1 ) in FmFormObj()
112 m_nPos = nIdx; in SetObjEnv()
120 m_nPos = -1; in ClearObjEnv()
/aoo42x/main/svx/source/inc/
H A Dfmobj.hxx50 sal_Int32 m_nPos; member in FmFormObj
68 GetOriginalIndex() const { return m_nPos; } in GetOriginalIndex()

Completed in 143 milliseconds

12