Searched refs:m_xContentIdentifierMapping (Results 1 – 4 of 4) sorted by relevance
128 , m_xContentIdentifierMapping( xMapping ) in CCRS_Cache()285 if( m_xContentIdentifierMapping.is() && !isRowMapped( nRow ) ) in getAny()290 if( m_xContentIdentifierMapping->mapRow( aValue ) ) in getAny()296 m_xContentIdentifierMapping.clear(); in getAny()313 if( m_xContentIdentifierMapping.is() && !isRowMapped( nRow ) ) in getContentIdentifierString()318 rRow <<= m_xContentIdentifierMapping->mapContentIdentifierString( aValue ); in getContentIdentifierString()336 if( m_xContentIdentifierMapping.is() && !isRowMapped( nRow ) ) in getContentIdentifier()341 rRow <<= m_xContentIdentifierMapping->mapContentIdentifier( aValue ); in getContentIdentifier()359 if( m_xContentIdentifierMapping.is() && !isRowMapped( nRow ) ) in getContent()364 rRow <<= m_xContentIdentifierMapping->mapContent( aValue ); in getContent()[all …]
43 , m_xContentIdentifierMapping( xContentMapping ) in CachedDynamicResultSet()61 new CachedContentResultSet( m_xSMgr, m_xSourceResultOne, m_xContentIdentifierMapping ) ); in impl_InitResultSetOne()75 new CachedContentResultSet( m_xSMgr, m_xSourceResultTwo, m_xContentIdentifierMapping ) ); in impl_InitResultSetTwo()133 m_xContentIdentifierMapping.clear(); in impl_disposing()
60 m_xContentIdentifierMapping; member in CachedContentResultSet::CCRS_Cache138 … m_xContentIdentifierMapping;// can be used for remote optimized ContentAccess member in CachedContentResultSet
42 m_xContentIdentifierMapping; member in CachedDynamicResultSet