/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 107 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 D | resultsetbase.cxx | 48 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 D | resultsetforquery.cxx | 428 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 D | resultsetforroot.cxx | 68 m_nRow = sal_Int32( i ); in ResultSetForRoot() 76 m_nRow = 0xffffffff; in ResultSetForRoot()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 110 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 D | ftpresultsetbase.cxx | 48 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 …]
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 164 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 D | filrset.cxx | 54 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 …]
|
/aoo4110/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 1337 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 D | cachedcontentresultset.hxx | 141 sal_Int32 m_nRow; member in CachedContentResultSet
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TableUndo.cxx | 118 ,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 D | TableUndo.hxx | 79 long m_nRow; member in dbaui::OTableDesignCellUndoAct 97 long m_nRow; member in dbaui::OTableEditorTypeSelUndoAct
|
/aoo4110/main/sal/textenc/ |
H A D | convertbig5hkscs.c | 36 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 D | converteuctw.c | 46 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 D | convertiso2022jp.c | 47 sal_uInt32 m_nRow; member 96 nRow = ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022JpToUnicode() 289 ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022JpToUnicode()
|
H A D | convertiso2022kr.c | 46 sal_uInt32 m_nRow; member 102 nRow = ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022KrToUnicode() 252 ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022KrToUnicode()
|
H A D | convertiso2022cn.c | 49 sal_uInt32 m_nRow; member 126 nRow = ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022CnToUnicode() 402 ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022CnToUnicode()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 609 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()
|