Lines Matching refs:Content
76 Content::Content( const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in Content() function in Content
90 Content::~Content() in ~Content()
101 void SAL_CALL Content::acquire() in acquire()
109 void SAL_CALL Content::release() in release()
117 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface()
137 XTYPEPROVIDER_COMMON_IMPL( Content );
141 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes()
178 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName()
188 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames()
205 rtl::OUString SAL_CALL Content::getContentType() in getContentType()
219 uno::Any SAL_CALL Content::execute( in execute()
461 void SAL_CALL Content::abort( sal_Int32 ) in abort()
475 rtl::OUString Content::getParentURL() in getParentURL()
486 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
631 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
646 uno::Sequence< uno::Any > Content::setPropertyValues( in setPropertyValues()
822 void Content::queryChildren( ContentRefList& rChildren ) in queryChildren()
865 static_cast< Content * >( xChild.get() ) ) ); in queryChildren()
873 void Content::insert( in insert()
951 void Content::destroy( sal_Bool bDeletePhysical ) in destroy()