Home
last modified time | relevance | path

Searched refs:m_nRow (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx107 if( 0<= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in wasNull()
108 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
120 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getString()
121 return m_aItems[m_nRow]->getString( columnIndex ); in getString()
132 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getBoolean()
133 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
144 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getByte()
145 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
157 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getShort()
158 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
[all …]
H A Dresultsetbase.cxx48 m_nRow( -1 ), in ResultSetBase()
171 m_nRow++; in next()
172 if( sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in next()
186 return m_nRow == -1; in isBeforeFirst()
196 …return sal::static_int_cast<sal_uInt32>( m_nRow ) >= m_aItems.size(); // Cannot happen, if m_aFo… in isAfterLast()
206 return m_nRow == 0; in isFirst()
216 if( sal::static_int_cast<sal_uInt32>( m_nRow ) == m_aItems.size() - 1 ) in isLast()
229 m_nRow = -1; in beforeFirst()
239 m_nRow = m_aItems.size(); in afterLast()
249 m_nRow = -1; in first()
[all …]
H A Dresultsetforquery.cxx428 for( m_nRow = 0; sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aPath.size(); ++m_nRow ) in ResultSetForQuery()
430 m_aPath[m_nRow] = in ResultSetForQuery()
431 m_aPath[m_nRow] + in ResultSetForQuery()
441 …te( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[m_nRow]; //TODO: check re… in ResultSetForQuery()
444 m_nRow = 0xffffffff; in ResultSetForQuery()
H A Dresultsetforroot.cxx68 m_nRow = sal_Int32( i ); in ResultSetForRoot()
76 m_nRow = 0xffffffff; in ResultSetForRoot()
/AOO41X/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx110 if( 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in wasNull()
111 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
124 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
125 ret = m_aItems[m_nRow]->getString( columnIndex ); in getString()
136 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
137 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
148 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
149 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
161 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
162 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
[all …]
H A Dftpresultsetbase.cxx48 m_nRow( -1 ), in ResultSetBase()
172 if( ++m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in next()
186 return m_nRow == -1; in isBeforeFirst()
196 …return m_nRow >= sal::static_int_cast<sal_Int32>(m_aItems.size()); // Cannot happen, if m_aFolde… in isAfterLast()
206 return m_nRow == 0; in isFirst()
216 if( m_nRow == sal::static_int_cast<sal_Int32>(m_aItems.size()) - 1 ) in isLast()
229 m_nRow = -1; in beforeFirst()
239 m_nRow = m_aItems.size(); in afterLast()
249 m_nRow = -1; in first()
260 m_nRow = m_aItems.size() - 1; in last()
[all …]
/AOO41X/main/ucb/source/ucp/file/
H A Dfilrset.hxx164 if( 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in wasNull()
165 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
177 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
178 return m_aItems[m_nRow]->getString( columnIndex ); in getString()
189 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
190 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
201 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
202 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
214 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
215 return m_aItems[m_nRow]->getShort( columnIndex ); in getShort()
[all …]
H A Dfilrset.cxx54 m_nRow( -1 ), in XResultSet_impl()
367 if( ++m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) test = true; in next()
380 return m_nRow == -1; in isBeforeFirst()
390 …return m_nRow >= sal::static_int_cast<sal_Int32>(m_aItems.size()); // Cannot happen, if m_aFolde… in isAfterLast()
400 return m_nRow == 0; in isFirst()
410 if( m_nRow == sal::static_int_cast<sal_Int32>(m_aItems.size()) - 1 ) in isLast()
423 m_nRow = -1; in beforeFirst()
433 m_nRow = sal::static_int_cast<sal_Int32>(m_aItems.size()); in afterLast()
435 ++m_nRow; in afterLast()
445 m_nRow = -1; in first()
[all …]
/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx62 sal_Int32 nRow = m_nRow; \
668 , m_nRow( 0 ) // Position is one-based. Zero means: before first element. in CachedContentResultSet()
1258 sal_Int32 nRow = m_nRow; \
1337 m_nRow++; in next()
1343 if( impl_isKnownValidPosition( m_nRow + 1 ) ) in next()
1345 m_nRow++; in next()
1350 sal_Int32 nRow = m_nRow; in next()
1356 m_nRow = nRow + 1; in next()
1374 if( !m_bAfterLast && !m_nRow ) in previous()
1377 if( !m_bAfterLast && m_nKnownCount && m_nRow == 1 ) in previous()
[all …]
H A Dcachedcontentresultset.hxx141 sal_Int32 m_nRow; member in CachedContentResultSet
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx118 ,m_nRow( nRowID ) in OTableDesignCellUndoAct()
123 m_sOldText = m_pTabDgnCtrl->GetCellData( m_nRow, m_nCol ); in OTableDesignCellUndoAct()
137 m_pTabDgnCtrl->ActivateCell( m_nRow, m_nCol ); in Undo()
138 m_sNewText = m_pTabDgnCtrl->GetCellData( m_nRow, m_nCol ); in Undo()
139 m_pTabDgnCtrl->SetCellData( m_nRow, m_nCol, m_sOldText ); in Undo()
159 m_pTabDgnCtrl->ActivateCell( m_nRow, m_nCol ); in Redo()
160 m_pTabDgnCtrl->SetCellData( m_nRow, m_nCol, m_sNewText ); in Redo()
189 ,m_nRow( nRowID ) in OTableEditorTypeSelUndoAct()
206 OFieldDescription* pFieldDesc = pTabEdCtrl->GetFieldDescr(m_nRow); in Undo()
211 pTabEdCtrl->SetCellData(m_nRow,m_nCol,m_pOldType); in Undo()
[all …]
H A DTableUndo.hxx79 long m_nRow; member in dbaui::OTableDesignCellUndoAct
97 long m_nRow; member in dbaui::OTableEditorTypeSelUndoAct
/AOO41X/main/sal/textenc/
H A Dconvertbig5hkscs.c36 sal_Int32 m_nRow; /* 0--255; 0 means none */ member
43 ((ImplBig5HkscsToUnicodeContext *) pContext)->m_nRow = 0; in ImplCreateBig5HkscsToUnicodeContext()
50 ((ImplBig5HkscsToUnicodeContext *) pContext)->m_nRow = 0; in ImplResetBig5HkscsToUnicodeContext()
79 nRow = ((ImplBig5HkscsToUnicodeContext *) pContext)->m_nRow; in ImplConvertBig5HkscsToUnicode()
264 ((ImplBig5HkscsToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertBig5HkscsToUnicode()
H A Dconverteuctw.c46 sal_Int32 m_nRow; /* 0--93 */ member
95 nRow = ((ImplEucTwToUnicodeContext *) pContext)->m_nRow; in ImplConvertEucTwToUnicode()
276 ((ImplEucTwToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertEucTwToUnicode()
H A Dconvertiso2022kr.c46 sal_uInt32 m_nRow; member
102 nRow = ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022KrToUnicode()
252 ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022KrToUnicode()
H A Dconvertiso2022jp.c47 sal_uInt32 m_nRow; member
96 nRow = ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022JpToUnicode()
289 ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022JpToUnicode()
H A Dconvertiso2022cn.c49 sal_uInt32 m_nRow; member
126 nRow = ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022CnToUnicode()
402 ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022CnToUnicode()
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx609 CellPos():m_nRow(-1), m_nCol(-1), m_nArea(0) {}; in CellPos()
610 …CellPos( sal_Int32 nRow, sal_Int32 nCol, sal_Int32 nArea ):m_nRow(nRow), m_nCol(nCol), m_nArea( nA… in CellPos()
611 sal_Int32 m_nRow; member
695 …ellRange > xCellRange( xRangeArea->getCellByPosition( aPos.m_nCol, aPos.m_nRow ), uno::UNO_QUERY_… in nextElement()