Lines Matching refs:pImp

1390     pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey );
1391pImp->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 );
1400pImp->AddRef(); // use direct refcounting because in header file only a pointer should…
1401 StorageBase::m_nMode = pImp->m_nMode;
1405 : pImp( pImpl )
1407pImp->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 than 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;
1677pImp = 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 );
1688pImp->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();
2644 return pImp->m_aName; // pImp->m_aURL ?!
2649 return pImp->m_bIsRoot;
2654 pImp->m_bDirty = sal_True;
2659 pImp->m_aClassId = rClass;
2660 pImp->m_nFormat = nOriginalClipFormat;
2661 pImp->m_aUserTypeName = rUserTypeName;
2666 SotExchange::GetFormatDataFlavor( pImp->m_nFormat, aDataFlavor );
2667 pImp->m_aContentType = aDataFlavor.MimeType;
2672 pImp->m_aClassId = SvGlobalName( (const CLSID&) rClsId );
2673 if ( pImp->m_aClassId == SvGlobalName() )
2681 pImp->m_nFormat = GetFormatId_Impl( pImp->m_aClassId );
2682 if ( pImp->m_nFormat )
2685 SotExchange::GetFormatDataFlavor( pImp->m_nFormat, aDataFlavor );
2686 pImp->m_aUserTypeName = aDataFlavor.HumanPresentableName;
2687 pImp->m_aContentType = aDataFlavor.MimeType;
2693 return ( const ClsId& ) pImp->m_aClassId.GetCLSID();
2709 return pImp->m_aClassId;
2714 return pImp->m_nFormat;
2720 return pImp->m_aUserTypeName;
2726 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2739 pElement = pImp->m_aChildrenList.Next();
2752 …am* pOtherStream = pDest->OpenStream( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect );
2761 …st_cast < UCBStorage* > (this) )->OpenStream( rElement.m_aName, STREAM_STD_READ, pImp->m_bDirect );
2788 …onst_cast < UCBStorage* > (this) )->OpenStorage( rElement.m_aName, pImp->m_nMode, pImp->m_bDirect …
2797 … pDest->OpenUCBStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect ) :
2798 pDest->OpenOLEStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect );
2805 pUCBCopy->pImp->m_aUserTypeName );
2826 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2831 pElement = pImp->m_aChildrenList.Next();
2849 pDestStg->SetClass( pImp->m_aClassId, pImp->m_nFormat,
2850 pImp->m_aUserTypeName );
2856 UCBStorageElement_Impl* pElement = pImp->GetChildrenList().First();
2861 pElement = pImp->m_aChildrenList.Next();
2896 pImp->m_bCommited = sal_True;
2897 if ( pImp->m_bIsRoot )
2899 return ( pImp->Commit() != COMMIT_RESULT_FAILURE );
2906 return pImp->Revert();
2922 String aName( pImp->m_aURL );
2925 … pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPackage, pImp->m_xPro…
2927 pStream->pImp->m_aName = rEleName;
2935 pImp->m_aChildrenList.Insert( pElement, LIST_APPEND );
2969 pImp->OpenStream( pElement, nMode, bDirect, pKey );
3022 String aName( pImp->m_aURL );
3025 …*pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, pImp->m_xPro…
3026 pStorage->pImp->m_bIsRoot = sal_False;
3027 pStorage->pImp->m_bListCreated = sal_True; // the storage is pretty new, nothing to read
3037 pImp->m_aChildrenList.Insert( pElement, LIST_APPEND );
3056 pElement->m_xStream = pStream->pImp;
3079 String aName( pImp->m_aURL );
3082 … pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, pImp->m_xPro…
3083 pElement->m_xStorage = pStorage->pImp;
3096 sal_Bool bIsWritable = (( pImp->m_nMode & STREAM_WRITE ) != 0 );
3097 if ( pImp->m_bIsLinked && pImp->m_bIsRoot && bIsWritable )
3100 INetURLObject aFolderObj( pImp->m_aURL );
3105 pImp->m_pContent = new Content;
3106 … sal_Bool bRet = ::utl::UCBContentHelper::MakeFolder( aFolder, pImp->m_aName, *pImp->m_pContent );
3114 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect );
3272 return ( !bWrite || ( pImp->m_nMode & STREAM_WRITE ) );
3307 return pImp->m_pSource;
3500 pImp->m_aContentType = aTmp;
3505 if ( pImp->GetContent() )
3507 pImp->m_pContent->setPropertyValue( rName, rValue );
3522 if ( pImp->GetContent() )
3524 rValue = pImp->m_pContent->getPropertyValue( rName );
3544 pImp->OpenStream( pEle, pImp->m_nMode, pImp->m_bDirect );
3566 pImp->OpenStorage( pEle, pImp->m_nMode, pImp->m_bDirect );
3591 if ( !pImp->m_pUNOStorageHolderList )
3592 pImp->m_pUNOStorageHolderList = new UNOStorageHolderList;
3594 return pImp->m_pUNOStorageHolderList;