Searched refs:m_pResult (Results 1 – 2 of 2) sorted by relevance
127 : m_pResult( NULL ) in CCRS_Cache()135 delete m_pResult; in ~CCRS_Cache()141 if( m_pResult ) in clear()143 delete m_pResult; in clear()144 m_pResult = NULL; in clear()153 m_pResult = new FetchResult( rResult ); in loadData()159 if( !m_pResult ) in hasRow()161 long nStart = m_pResult->StartIndex; in hasRow()163 if( m_pResult->Orientation ) in hasRow()164 nEnd += m_pResult->Rows.getLength() - 1; in hasRow()[all …]
57 com::sun::star::ucb::FetchResult* m_pResult; member in CachedContentResultSet::CCRS_Cache