Home
last modified time | relevance | path

Searched refs:PresenterScreenJob (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx124 OUString PresenterScreenJob::getImplementationName_static (void) in getImplementationName_static()
132 Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void) in getSupportedServiceNames_static()
142 Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContex… in Create()
144 return Reference<XInterface>(static_cast<XWeak*>(new PresenterScreenJob(rxContext))); in Create()
152 PresenterScreenJob::PresenterScreenJob (const Reference<XComponentContext>& rxContext) in PresenterScreenJob() function in sdext::presenter::PresenterScreenJob
161 PresenterScreenJob::~PresenterScreenJob (void) in ~PresenterScreenJob()
168 void SAL_CALL PresenterScreenJob::disposing (void) in disposing()
178 Any SAL_CALL PresenterScreenJob::execute( in execute()
H A Dcomponents.cxx48 PresenterScreenJob::Create,
49 PresenterScreenJob::getImplementationName_static,
50 PresenterScreenJob::getSupportedServiceNames_static,
H A DPresenterScreen.hxx69 class PresenterScreenJob class
88 PresenterScreenJob (const css::uno::Reference<css::uno::XComponentContext>& rxContext);
89 virtual ~PresenterScreenJob (void);