Lines Matching refs:ODocumentCloser
133 ODocumentCloser::ODocumentCloser( const uno::Reference< uno::XComponentContext >& xContext ) in ODocumentCloser() function in ODocumentCloser
142 ODocumentCloser::~ODocumentCloser() in ~ODocumentCloser()
153 void SAL_CALL ODocumentCloser::dispose() in dispose()
177 void SAL_CALL ODocumentCloser::addEventListener( const uno::Reference< lang::XEventListener >& xLis… in addEventListener()
191 void SAL_CALL ODocumentCloser::removeEventListener( const uno::Reference< lang::XEventListener >& x… in removeEventListener()
201 void SAL_CALL ODocumentCloser::initialize( const uno::Sequence< uno::Any >& aArguments ) in initialize()
233 ::rtl::OUString SAL_CALL ODocumentCloser::getImplementationName( ) in getImplementationName()
240 ::sal_Bool SAL_CALL ODocumentCloser::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
253 uno::Sequence< ::rtl::OUString > SAL_CALL ODocumentCloser::getSupportedServiceNames() in getSupportedServiceNames()
261 uno::Sequence< ::rtl::OUString > SAL_CALL ODocumentCloser::impl_staticGetSupportedServiceNames() in impl_staticGetSupportedServiceNames()
268 ::rtl::OUString SAL_CALL ODocumentCloser::impl_staticGetImplementationName() in impl_staticGetImplementationName()
274 uno::Reference< uno::XInterface > SAL_CALL ODocumentCloser::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()
289 return static_cast< cppu::OWeakObject * >( new ODocumentCloser( xContext ) ); in impl_staticCreateSelfInstance()