Home
last modified time | relevance | path

Searched refs:m_pContent (Results 1 – 12 of 12) sorted by relevance

/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx2102 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 Dfpsmartcontent.cxx57 :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 Dfpsmartcontent.hxx59 … ::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 Ducbstorage.cxx560 { 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 Dodma_content.cxx83 ,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 Dodma_inputstream.cxx57 :m_pContent(_pContent) in OOdmaStream()
71 delete m_pContent; in ~OOdmaStream()
209 m_xInput = m_pContent->openStream(); in ensureInputStream()
230m_pContent->executeCommand(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("open")),uno::makeAny(aComm… in ensureOutputStream()
H A Dodma_content.hxx67 ::ucbhelper::Content* m_pContent;
H A Dodma_inputstream.hxx60 ::ucbhelper::Content* m_pContent;
/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx58 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 Dfsstorage.cxx103 ::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 Dcontentinfo.hxx65 ContentImplHelper* m_pContent; member in ucbhelper::PropertySetInfo
125 ContentImplHelper* m_pContent; member in ucbhelper::CommandProcessorInfo
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx218 OContent *m_pContent; member in OContentTask

Completed in 110 milliseconds