| /AOO42X/main/ucb/workben/ucb/ |
| H A D | ucbdemo.cxx | 1811 UcbContent* m_pContent; member in MyWin 1840 m_pContent( NULL ), in MyWin() 2102 if ( m_pContent ) in ~MyWin() 2104 m_pContent->dispose(); in ~MyWin() 2105 m_pContent->release(); in ~MyWin() 2167 if ( m_pContent ) in IMPL_LINK() 2172 aText += m_pContent->getURL(); in IMPL_LINK() 2174 m_pContent->dispose(); in IMPL_LINK() 2175 m_pContent->release(); in IMPL_LINK() 2176 m_pContent = NULL; in IMPL_LINK() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 457 ::ucbhelper::Content* m_pContent; // the content that provides the data 520 ::ucbhelper::Content* m_pContent; // the content that provides the storage elements 560 { if ( !m_pContent ) CreateContent(); return m_pContent; } in GetContent() 620 return m_xStream->m_pContent; in GetContent() 680 , m_pContent( NULL ) in UCBStorageStream_Impl() 708 m_pContent = new ::ucbhelper::Content( aTemp, xComEnv ); in UCBStorageStream_Impl() 723 … m_pContent->setPropertyValue( ::rtl::OUString::createFromAscii("EncryptionKey"), aAny ); in UCBStorageStream_Impl() 750 if( m_pContent ) in ~UCBStorageStream_Impl() 751 delete m_pContent; in ~UCBStorageStream_Impl() 794 aResult = m_pContent->openStream(); in GetXInputStream() [all …]
|
| /AOO42X/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;
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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
|
| /AOO42X/main/extensions/inc/ucbhelper/ |
| H A D | ext_content.hxx | 218 OContent *m_pContent; member in OContentTask
|