LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
SortedDynamicResultSetFactory Class Reference

#include <sortdynres.hxx>

Inheritance diagram for SortedDynamicResultSetFactory:
[legend]
Collaboration diagram for SortedDynamicResultSetFactory:
[legend]

Public Member Functions

 SortedDynamicResultSetFactory (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 
virtual ~SortedDynamicResultSetFactory () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Reference< css::ucb::XDynamicResultSet > SAL_CALL createSortedDynamicResultSet (const css::uno::Reference< css::ucb::XDynamicResultSet > &Source, const css::uno::Sequence< css::ucb::NumberedSortingInfo > &Info, const css::uno::Reference< css::ucb::XAnyCompareFactory > &CompareFactory) override
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 

Detailed Description

Definition at line 137 of file sortdynres.hxx.

Constructor & Destructor Documentation

◆ SortedDynamicResultSetFactory()

SortedDynamicResultSetFactory::SortedDynamicResultSetFactory ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext)

Definition at line 393 of file sortdynres.cxx.

References m_xContext.

◆ ~SortedDynamicResultSetFactory()

SortedDynamicResultSetFactory::~SortedDynamicResultSetFactory ( )
overridevirtual

Definition at line 400 of file sortdynres.cxx.

Member Function Documentation

◆ createSortedDynamicResultSet()

Reference< XDynamicResultSet > SAL_CALL SortedDynamicResultSetFactory::createSortedDynamicResultSet ( const css::uno::Reference< css::ucb::XDynamicResultSet > &  Source,
const css::uno::Sequence< css::ucb::NumberedSortingInfo > &  Info,
const css::uno::Reference< css::ucb::XAnyCompareFactory > &  CompareFactory 
)
overridevirtual

Definition at line 433 of file sortdynres.cxx.

References Info, m_xContext, and Source.

◆ getImplementationName()

OUString SAL_CALL SortedDynamicResultSetFactory::getImplementationName ( )
overridevirtual

Definition at line 407 of file sortdynres.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL SortedDynamicResultSetFactory::getSupportedServiceNames ( )
overridevirtual

Definition at line 417 of file sortdynres.cxx.

◆ supportsService()

sal_Bool SAL_CALL SortedDynamicResultSetFactory::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 412 of file sortdynres.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > SortedDynamicResultSetFactory::m_xContext
private

Definition at line 142 of file sortdynres.hxx.

Referenced by createSortedDynamicResultSet(), and SortedDynamicResultSetFactory().


The documentation for this class was generated from the following files: