Lines Matching refs:pStg

384     UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm );  in SetProperty()  local
385 if ( pStg ) in SetProperty()
387 return pStg->SetProperty( rName, rValue ); in SetProperty()
398 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm ); in GetProperty() local
399 if ( pStg ) in GetProperty()
401 return pStg->GetProperty( rName, rValue ); in GetProperty()
412 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm ); in GetXInputStream() local
413 if ( pStg ) in GetXInputStream()
415 return pStg->GetXInputStream(); in GetXInputStream()
734 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in RemoveUNOStorageHolder() local
735 if ( pStg ) in RemoveUNOStorageHolder()
737 pStg->GetUNOStorageHolderList()->remove( pHolder ); in RemoveUNOStorageHolder()
759 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetUNOAPIDuplicate() local
760 if ( !pStg ) in GetUNOAPIDuplicate()
763 UNOStorageHolderList* pUNOStorageHolderList = pStg->GetUNOStorageHolderList(); in GetUNOAPIDuplicate()
1388 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in SetProperty() local
1389 if ( pStg ) in SetProperty()
1391 return pStg->SetProperty( rName, rValue ); in SetProperty()
1402 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetProperty() local
1403 if ( pStg ) in GetProperty()
1405 return pStg->GetProperty( rName, rValue ); in GetProperty()
1425 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetProperty() local
1426 if ( pStg ) in GetProperty()
1428 return pStg->GetProperty( rEleName, rName, rValue ); in GetProperty()
1439 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in IsOLEStorage() local
1440 return !pStg; in IsOLEStorage()