Lines Matching refs:m_pContent
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()
852 m_rSource = m_pContent->openStream(); in Init()
1243 m_pContent->executeCommand( ::rtl::OUString::createFromAscii("insert"), aAny );
1300 m_rSource = m_pContent->openStream();
1599 if ( pImp->m_pContent )
1601 pImp->m_pContent->setPropertyValue( rName, rValue );
1616 if ( pImp->m_pContent )
1618 rValue = pImp->m_pContent->getPropertyValue( rName );
1704 , m_pContent( new ::ucbhelper::Content( rContent ) )
1739 , m_pContent( NULL )
1793 , m_pContent( NULL )
1849 if ( !m_pContent && !( m_nMode & STORAGE_DISKSPANNED_MODE ) )
1858 else if ( m_pContent )
1906 … Any aAny = m_pContent->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) );
1933 if( m_pContent && !m_bIsLinked && m_aClassId != SvGlobalName() )
1954 m_pContent = new ::ucbhelper::Content( aTemp, xComEnv );
1987 if ( !m_pContent )
1990 Reference< XResultSet > xResultSet = m_pContent->createCursor( aProps, eInclude );
2265 delete m_pContent;
2308 DELETEZ( m_pContent );
2309 m_pContent = new ::ucbhelper::Content( aNewFolder );
2386 … if ( !pElement->m_bIsInserted || m_bIsLinked || pElement->m_xStorage->Insert( m_pContent ) )
2402 … pElement->m_xStream->m_pContent->setPropertyValue(String::CreateFromAscii("Encrypted"), aValue );
2465 if ( m_bIsRoot && m_pContent )
2476 … m_pContent->setPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ), aType );
2483 …sal_Bool bRet = ::utl::UCBContentHelper::MakeFolder( *m_pContent, String::CreateFromAscii("META-IN…
2522 … m_pContent->executeCommand( ::rtl::OUString::createFromAscii("flush"), aAny );
3106 pImp->m_pContent = new Content;
3107 … sal_Bool bRet = ::utl::UCBContentHelper::MakeFolder( aFolder, pImp->m_aName, *pImp->m_pContent );
3140 …sal_Bool bRet = ::utl::UCBContentHelper::MakeFolder( *m_pContent, pElement->m_aOriginalName, aNewF…
3508 pImp->m_pContent->setPropertyValue( rName, rValue );
3525 rValue = pImp->m_pContent->getPropertyValue( rName );
3554 if ( pEle->m_xStream->m_pContent )
3556 rValue = pEle->m_xStream->m_pContent->getPropertyValue( rName );
3578 rValue = pEle->m_xStorage->m_pContent->getPropertyValue( rName );