コード例 #1
0
ファイル: txtmigrate.cpp プロジェクト: crayonink/calligra-2
bool TxtMigrate::drv_moveLast()
{
    kDebug();
    
    while(drv_moveNext()) {}
    
    return true;
}
コード例 #2
0
ファイル: txtmigrate.cpp プロジェクト: TheTypoMaster/calligra
bool TxtMigrate::drv_moveFirst()
{
    //qDebug();
    m_Row = -1;
    return drv_moveNext();
}