Lines Matching refs:m_pContent
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()
277 Sequence< ContentInfo > aInfo = m_pContent->queryCreatableContentsInfo(); in canCreateFolder()