Lines Matching refs:pImp
1390 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey );
1391 …pImp->AddRef(); // use direct refcounting because in header file only a pointer should…
1392 StorageBase::m_nMode = pImp->m_nMode;
1399 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey, bRepair, xProgress );
1400 …pImp->AddRef(); // use direct refcounting because in header file only a pointer should…
1401 StorageBase::m_nMode = pImp->m_nMode;
1405 : pImp( pImpl )
1407 …pImp->AddRef(); // use direct refcounting because in header file only a pointer should…
1408 pImp->m_pAntiImpl = this;
1409 SetError( pImp->m_nError );
1410 StorageBase::m_nMode = pImp->m_nMode;
1415 if ( pImp->m_nMode & STREAM_WRITE )
1416 pImp->Flush();
1417 pImp->m_pAntiImpl = NULL;
1418 pImp->Free();
1419 pImp->ReleaseRef();
1425 return pImp->GetData( pData, nSize );
1440 return pImp->PutData( pData, nSize );
1446 return pImp->Seek( nPos );
1451 if( !pImp->Init() )
1453 return pImp->m_pStream->Tell();
1473 pImp->SetSize( nNewSize );
1474 return !pImp->GetError();
1479 return ( !bWrite || ( pImp->m_nMode & STREAM_WRITE ) );
1512 if( !pImp->Init() )
1515 pImp->CopySourceToTemporary();
1516 return pImp->m_pStream; // should not live longer then pImp!!!
1521 return (SvStream*)pImp;
1526 return pImp->GetXInputStream();
1538 pImp->FlushData();
1544 return pImp->Revert();
1549 if( !pImp->Init() )
1554 pStg->pImp->m_aContentType = pImp->m_aContentType;
1594 pImp->m_aContentType = aTmp;
1599 if ( pImp->m_pContent )
1601 pImp->m_pContent->setPropertyValue( rName, rValue );
1616 if ( pImp->m_pContent )
1618 rValue = pImp->m_pContent->getPropertyValue( rName );
1639 pImp = new UCBStorage_Impl( aContent, aURL, nMode, this, bDirect, sal_True );
1645 pImp = new UCBStorage_Impl( rStrm, this, bDirect );
1648 pImp->AddRef();
1649 pImp->Init();
1650 StorageBase::m_nMode = pImp->m_nMode;
1657 pImp = new UCBStorage_Impl( rContent, rName, nMode, this, bDirect, bIsRoot );
1658 pImp->AddRef();
1659 pImp->Init();
1660 StorageBase::m_nMode = pImp->m_nMode;
1667 pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, bIsRepair, xProgressHandler );
1668 pImp->AddRef();
1669 pImp->Init();
1670 StorageBase::m_nMode = pImp->m_nMode;
1677 …pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, sal_False, Reference< XProgressH…
1678 pImp->AddRef();
1679 pImp->Init();
1680 StorageBase::m_nMode = pImp->m_nMode;
1684 : pImp( pImpl )
1686 pImp->m_pAntiImpl = this;
1687 SetError( pImp->m_nError );
1688 …pImp->AddRef(); // use direct refcounting because in header file only a pointer should…
1689 StorageBase::m_nMode = pImp->m_nMode;
1694 if ( pImp->m_bIsRoot && pImp->m_bDirect && ( !pImp->m_pTempFile || pImp->m_pSource ) )
1698 pImp->m_pAntiImpl = NULL;
1699 pImp->ReleaseRef();
2645 return pImp->m_aName; // pImp->m_aURL ?!
2650 return pImp->m_bIsRoot;
2655 pImp->m_bDirty = sal_True;
2660 pImp->m_aClassId = rClass;
2661 pImp->m_nFormat = nOriginalClipFormat;
2662 pImp->m_aUserTypeName = rUserTypeName;
2667 SotExchange::GetFormatDataFlavor( pImp->m_nFormat, aDataFlavor );
2668 pImp->m_aContentType = aDataFlavor.MimeType;
2673 pImp->m_aClassId = SvGlobalName( (const CLSID&) rClsId );
2674 if ( pImp->m_aClassId == SvGlobalName() )
2682 pImp->m_nFormat = GetFormatId_Impl( pImp->m_aClassId );
2683 if ( pImp->m_nFormat )
2686 SotExchange::GetFormatDataFlavor( pImp->m_nFormat, aDataFlavor );
2687 pImp->m_aUserTypeName = aDataFlavor.HumanPresentableName;
2688 pImp->m_aContentType = aDataFlavor.MimeType;
2694 return ( const ClsId& ) pImp->m_aClassId.GetCLSID();
2710 return pImp->m_aClassId;
2715 return pImp->m_nFormat;
2721 return pImp->m_aUserTypeName;
2727 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2740 pElement = pImp->m_aChildrenList.Next();
2753 …am* pOtherStream = pDest->OpenStream( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect );
2762 …st_cast < UCBStorage* > (this) )->OpenStream( rElement.m_aName, STREAM_STD_READ, pImp->m_bDirect );
2789 …onst_cast < UCBStorage* > (this) )->OpenStorage( rElement.m_aName, pImp->m_nMode, pImp->m_bDirect …
2798 … pDest->OpenUCBStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect ) :
2799 pDest->OpenOLEStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect );
2806 pUCBCopy->pImp->m_aUserTypeName );
2827 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2832 pElement = pImp->m_aChildrenList.Next();
2850 pDestStg->SetClass( pImp->m_aClassId, pImp->m_nFormat,
2851 pImp->m_aUserTypeName );
2857 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2862 pElement = pImp->m_aChildrenList.Next();
2897 pImp->m_bCommited = sal_True;
2898 if ( pImp->m_bIsRoot )
2900 return ( pImp->Commit() != COMMIT_RESULT_FAILURE );
2907 return pImp->Revert();
2923 String aName( pImp->m_aURL );
2926 … pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPackage, pImp->m_xPro…
2928 pStream->pImp->m_aName = rEleName;
2936 pImp->m_aChildrenList.Insert( pElement, LIST_APPEND );
2970 pImp->OpenStream( pElement, nMode, bDirect, pKey );
3023 String aName( pImp->m_aURL );
3026 …*pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, pImp->m_xPro…
3027 pStorage->pImp->m_bIsRoot = sal_False;
3028 pStorage->pImp->m_bListCreated = sal_True; // the storage is pretty new, nothing to read
3038 pImp->m_aChildrenList.Insert( pElement, LIST_APPEND );
3057 pElement->m_xStream = pStream->pImp;
3080 String aName( pImp->m_aURL );
3083 … pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, pImp->m_xPro…
3084 pElement->m_xStorage = pStorage->pImp;
3097 sal_Bool bIsWritable = (( pImp->m_nMode & STREAM_WRITE ) != 0 );
3098 if ( pImp->m_bIsLinked && pImp->m_bIsRoot && bIsWritable )
3101 INetURLObject aFolderObj( pImp->m_aURL );
3106 pImp->m_pContent = new Content;
3107 … sal_Bool bRet = ::utl::UCBContentHelper::MakeFolder( aFolder, pImp->m_aName, *pImp->m_pContent );
3115 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect );
3273 return ( !bWrite || ( pImp->m_nMode & STREAM_WRITE ) );
3308 return pImp->m_pSource;
3501 pImp->m_aContentType = aTmp;
3506 if ( pImp->GetContent() )
3508 pImp->m_pContent->setPropertyValue( rName, rValue );
3523 if ( pImp->GetContent() )
3525 rValue = pImp->m_pContent->getPropertyValue( rName );
3545 pImp->OpenStream( pEle, pImp->m_nMode, pImp->m_bDirect );
3567 pImp->OpenStorage( pEle, pImp->m_nMode, pImp->m_bDirect );
3592 if ( !pImp->m_pUNOStorageHolderList )
3593 pImp->m_pUNOStorageHolderList = new UNOStorageHolderList;
3595 return pImp->m_pUNOStorageHolderList;