Lines Matching refs:getContent
197 Reference< XContent > getContent();
325 static Reference< XContent > getContent( in getContent() function
397 Reference< XContent > xContent = getContent( *pBroker, xId, true ); in Content()
409 Reference< XContent > xContent = getContent( *pBroker, rId, true ); in Content()
445 Reference< XContent > xContent = getContent( *pBroker, xId, false ); in create()
465 Reference< XContent > xContent = getContent( *pBroker, rId, false ); in create()
506 return m_xImpl->getContent(); in get()
1358 Reference< XContentCreator > xCreator( m_xImpl->getContent(), UNO_QUERY ); in queryCreatableContentsInfo()
1434 Reference< XContentCreator > xCreator( m_xImpl->getContent(), UNO_QUERY ); in insertNewContent()
1497 Reference< XContentCreator > xCreator( m_xImpl->getContent(), UNO_QUERY ); in insertNewContent()
1801 Reference< XContent > Content_Impl::getContent() in getContent() function in ucbhelper::Content_Impl
1870 = Reference< XCommandProcessor >( getContent(), UNO_QUERY ); in getCommandProcessor()