Lines Matching refs:Content

76 Content::Content( const uno::Reference< lang::XMultiServiceFactory >& rxSMgr,  in Content()  function in Content
90 Content::~Content() in ~Content()
102 void SAL_CALL Content::acquire() throw() in acquire()
109 void SAL_CALL Content::release() throw() in release()
116 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface()
136 XTYPEPROVIDER_COMMON_IMPL( Content );
140 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes()
177 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName()
186 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames()
203 rtl::OUString SAL_CALL Content::getContentType() in getContentType()
217 uno::Any SAL_CALL Content::execute( in execute()
360 m_pContent = new ::ucbhelper::Content(sFileURL,NULL); in execute()
574 ::ucbhelper::Content aContent(sFileURL.copy(0,nLastIndex),NULL); in execute()
601 void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ ) in abort()
615 ::rtl::OUString Content::getParentURL() in getParentURL()
632 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
837 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
852 uno::Sequence< uno::Any > Content::setPropertyValues( in setPropertyValues()
991 void Content::queryChildren( ContentRefList& rChildren )
1034 static_cast< Content * >( xChild.get() ) ) );
1042 void Content::insert( in insert()
1108 void Content::destroy( sal_Bool bDeletePhysical )
1136 ::rtl::OUString Content::openDoc() in openDoc()
1142 void Content::changePropertyValue(const beans::PropertyValue& _rValue, in changePropertyValue()