Home
last modified time | relevance | path

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

/trunk/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()
120 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getString()
132 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getBoolean()
144 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getByte()
157 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getShort()
169 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getInt()
181 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getLong()
193 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getFloat()
205 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getDouble()
217 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getBytes()
[all …]
H A Dresultsetbase.cxx48 m_nRow( -1 ), in ResultSetBase()
171 m_nRow++; in next()
186 return m_nRow == -1; in isBeforeFirst()
206 return m_nRow == 0; in isFirst()
229 m_nRow = -1; in beforeFirst()
249 m_nRow = -1; in first()
275 return m_nRow+1; in getRow()
283 m_nRow = row - 1; in absolute()
288 if( m_nRow < -1 ) in absolute()
289 m_nRow = -1; in absolute()
[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 …cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[m_nRow]; //TODO… 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()
/trunk/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()
124 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
136 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
148 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
161 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
173 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getInt()
185 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getLong()
197 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getFloat()
209 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDouble()
221 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBytes()
[all …]
H A Dftpresultsetbase.cxx48 m_nRow( -1 ), in ResultSetBase()
186 return m_nRow == -1; in isBeforeFirst()
206 return m_nRow == 0; in isFirst()
229 m_nRow = -1; in beforeFirst()
249 m_nRow = -1; in first()
275 return m_nRow+1; in getRow()
283 m_nRow = row - 1; in absolute()
287 m_nRow += ( row + 1 ); in absolute()
288 if( m_nRow < -1 ) in absolute()
289 m_nRow = -1; in absolute()
[all …]
/trunk/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()
177 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
189 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
201 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
214 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
226 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getInt()
238 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getLong()
250 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getFloat()
262 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDouble()
274 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBytes()
[all …]
H A Dfilrset.cxx54 m_nRow( -1 ), in XResultSet_impl()
400 return m_nRow == 0; in isFirst()
423 m_nRow = -1; in beforeFirst()
435 ++m_nRow; in afterLast()
445 m_nRow = -1; in first()
458 ++m_nRow; in last()
473 return m_nRow+1; in getRow()
483 m_nRow = row - 1; in absolute()
492 if( m_nRow < -1 ) in absolute()
493 m_nRow = -1; in absolute()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1337 m_nRow++; in next()
1345 m_nRow++; in next()
1379 m_nRow--; in previous()
1386 m_nRow--; in previous()
1555 m_nRow = 0; in relative()
1590 m_nRow = 1; in first()
1596 m_nRow = 1; in first()
1606 m_nRow = 1; in first()
1672 m_nRow = 0; in beforeFirst()
1688 m_nRow = 1; in afterLast()
[all …]
H A Dcachedcontentresultset.hxx141 sal_Int32 m_nRow; member in CachedContentResultSet
/trunk/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()
211 pTabEdCtrl->SetCellData(m_nRow,m_nCol,m_pOldType); in Undo()
222 pTabEdCtrl->GoToRowColumnId( m_nRow ,m_nCol); in Redo()
[all …]
H A DTableUndo.hxx79 long m_nRow; member in dbaui::OTableDesignCellUndoAct
97 long m_nRow; member in dbaui::OTableEditorTypeSelUndoAct
/trunk/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 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 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 Dconvertiso2022cn.c49 sal_uInt32 m_nRow; member
126 nRow = ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022CnToUnicode()
402 ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022CnToUnicode()
/trunk/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()

Completed in 133 milliseconds