Searched refs:m_pContent (Results  1 – 12 of 12) sorted by relevance
| /trunk/main/ucb/workben/ucb/ | 
| H A D | ucbdemo.cxx | 2102 	if ( m_pContent )  in ~MyWin() 2167 			if ( m_pContent )  in IMPL_LINK() 2182 			if ( m_pContent )  in IMPL_LINK() 2203 			if ( m_pContent )  in IMPL_LINK() 2222 			if ( m_pContent )  in IMPL_LINK() 2230 			if ( m_pContent )  in IMPL_LINK() 2238 			if ( m_pContent )  in IMPL_LINK() 2248 			if ( m_pContent )  in IMPL_LINK() 2256 			if ( m_pContent )  in IMPL_LINK() 2264 			if ( m_pContent )  in IMPL_LINK() [all …] 
 | 
| /trunk/main/fpicker/source/office/ | 
| H A D | fpsmartcontent.cxx | 57         :m_pContent( NULL )  in SmartContent() 65         :m_pContent( NULL )  in SmartContent() 144         DELETEZ( m_pContent );  in bindTo() 152                 m_pContent = new ::ucbhelper::Content( _rURL, m_xCmdEnv );  in bindTo() 192         DBG_ASSERT( m_pContent, "SmartContent::implIs: inconsistence!" );  in implIs() 200                 bIs = m_pContent->isFolder();  in implIs() 202                 bIs = m_pContent->isDocument();  in implIs() 224             m_pContent->getPropertyValue( ::rtl::OUString::createFromAscii( "Title" ) ) >>= sTitle;  in getTitle() 246             Reference< XChild > xChild( m_pContent->get(), UNO_QUERY );  in hasParentFolder() 253                     bRet = ( aParentURL.Len() > 0 && aParentURL != (String)(m_pContent->getURL()) );  in hasParentFolder() [all …] 
 | 
| H A D | fpsmartcontent.hxx | 59 … ::ucbhelper::Content*                                                                  m_pContent; 140 …      inline ::rtl::OUString  getURL() const { return m_pContent ? m_pContent->getURL() : m_sURL; }  in getURL()
  | 
| /trunk/main/sot/source/sdstor/ | 
| H A D | ucbstorage.cxx | 560                                 { if ( !m_pContent ) CreateContent(); return m_pContent; }  in GetContent() 680     , m_pContent( NULL )  in UCBStorageStream_Impl() 750     if( m_pContent )  in ~UCBStorageStream_Impl() 751         delete m_pContent;  in ~UCBStorageStream_Impl() 1599         if ( pImp->m_pContent ) 1616         if ( pImp->m_pContent ) 1739     , m_pContent( NULL ) 1793     , m_pContent( NULL ) 1858     else if ( m_pContent ) 1986         if ( !m_pContent ) [all …] 
 | 
| /trunk/main/ucb/source/ucp/odma/ | 
| H A D | odma_content.cxx | 83 	,m_pContent(NULL)  in Content() 92 	delete m_pContent;  in ~Content() 359 			delete m_pContent;  in execute() 360 			m_pContent = new ::ucbhelper::Content(sFileURL,NULL);  in execute() 361 			if(!m_pContent->isDocument())  in execute() 379 				m_pContent->openStream(xOut);  in execute() 392 						xIn = m_pContent->openStream();  in execute() 405 						activeDataStreamer->setStream(new OOdmaStream(m_pContent,getContentProvider(),m_aProps));  in execute() 406 						m_pContent = NULL; // don't delete here because the stream is now the owner  in execute()
  | 
| H A D | odma_inputstream.cxx | 57  :m_pContent(_pContent)  in OOdmaStream() 71 		delete m_pContent;  in ~OOdmaStream() 209 			m_xInput = m_pContent->openStream();  in ensureInputStream() 230 …m_pContent->executeCommand(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("open")),uno::makeAny(aComm…  in ensureOutputStream()
  | 
| H A D | odma_content.hxx | 67 	::ucbhelper::Content*				m_pContent;
  | 
| H A D | odma_inputstream.hxx | 60 		::ucbhelper::Content*		        m_pContent;
  | 
| /trunk/main/ucbhelper/source/provider/ | 
| H A D | contentinfo.cxx | 58   m_pContent( pContent )  in PropertySetInfo() 111                     = m_pContent->getProperties( m_xEnv );  in getProperties() 128                 xSet ( m_pContent->getAdditionalPropertySet( sal_False ) );  in getProperties() 233   m_pContent( pContent )  in CommandProcessorInfo() 287                     = m_pContent->getCommands( m_xEnv );  in getCommands()
  | 
| /trunk/main/svl/source/fsstor/ | 
| H A D | fsstorage.cxx | 103 	::ucbhelper::Content* m_pContent; 114 	, m_pContent( NULL )  in FSStorage_Impl() 125 	, m_pContent( new ::ucbhelper::Content( aContent ) )  in FSStorage_Impl() 145 	if ( m_pContent )  in ~FSStorage_Impl() 146 		delete m_pContent;  in ~FSStorage_Impl() 202 	if ( !m_pImpl->m_pContent )  in GetContent() 208 			m_pImpl->m_pContent = new ::ucbhelper::Content( m_pImpl->m_aURL, xDummyEnv );  in GetContent() 215 	return m_pImpl->m_pContent;  in GetContent()
  | 
| /trunk/main/ucbhelper/inc/ucbhelper/ | 
| H A D | contentinfo.hxx | 65 	ContentImplHelper*			m_pContent;  member in ucbhelper::PropertySetInfo 125 	ContentImplHelper*			m_pContent;  member in ucbhelper::CommandProcessorInfo
  | 
| /trunk/main/extensions/inc/ucbhelper/ | 
| H A D | ext_content.hxx | 218 	OContent								*m_pContent;  member in OContentTask
  | 
        Completed in 126 milliseconds