Lines Matching refs:pEle
3538 UCBStorageElement_Impl *pEle = FindElement_Impl( rEleName ); local
3539 if ( !pEle )
3542 if ( !pEle->m_bIsFolder )
3544 if ( !pEle->m_xStream.Is() )
3545 pImp->OpenStream( pEle, pImp->m_nMode, pImp->m_bDirect );
3546 if ( pEle->m_xStream->m_nError )
3548 pEle->m_xStream.Clear();
3554 if ( pEle->m_xStream->m_pContent )
3556 rValue = pEle->m_xStream->m_pContent->getPropertyValue( rName );
3566 if ( !pEle->m_xStorage.Is() )
3567 pImp->OpenStorage( pEle, pImp->m_nMode, pImp->m_bDirect );
3568 if ( pEle->m_xStorage->m_nError )
3570 pEle->m_xStorage.Clear();
3576 if ( pEle->m_xStorage->GetContent() )
3578 rValue = pEle->m_xStorage->m_pContent->getPropertyValue( rName );