Lines Matching refs:rName

59 		SotStorageStreamFactory( const SvGlobalName & rName,  in SotStorageStreamFactory()  argument
62 : SotFactory( rName, rClassName, pCreateFuncP ) in SotStorageStreamFactory()
89 SvLockBytesRef MakeLockBytes_Impl( const String & rName, StreamMode nMode ) in MakeLockBytes_Impl() argument
92 if( rName.Len() ) in MakeLockBytes_Impl()
94 SvStream * pFileStm = new SvFileStream( rName, nMode ); in MakeLockBytes_Impl()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream() argument
111 : SvStream( MakeLockBytes_Impl( rName, nMode ) ) in SotStorageStream()
382 sal_Bool SotStorageStream::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rVal… in SetProperty() argument
387 return pStg->SetProperty( rName, rValue ); in SetProperty()
396 sal_Bool SotStorageStream::GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ) in GetProperty() argument
401 return pStg->GetProperty( rName, rValue ); in GetProperty()
432 SotStorageFactory( const SvGlobalName & rName, in SotStorageFactory() argument
435 : SotFactory( rName, rClassName, pCreateFuncP ) in SotStorageFactory()
505 SotStorage::SotStorage( const ::ucbhelper::Content& rContent, const String & rName, StreamMode nMod… in SotStorage() argument
508 m_aName = rName; // Namen merken in SotStorage()
519 SotStorage::SotStorage( const String & rName, StreamMode nMode, StorageMode nStorageMode ) in SotStorage() argument
522 m_aName = rName; // Namen merken in SotStorage()
630 SotStorage::SotStorage( sal_Bool bUCBStorage, const String & rName, StreamMode nMode, StorageMode n… in SotStorage() argument
633 m_aName = rName; in SotStorage()
944 void SotStorage::SetName( const String& rName ) in SetName() argument
950 m_aName = rName; in SetName()
971 void SotStorage::SetClass( const SvGlobalName & rName, in SetClass() argument
977 m_pOwnStg->SetClass( rName, nOriginalClipFormat, rUserTypeName ); in SetClass()
982 void SotStorage::SetConvertClass( const SvGlobalName & rName, in SetConvertClass() argument
988 m_pOwnStg->SetConvertClass( rName, nOriginalClipFormat, rUserTypeName ); in SetConvertClass()
1386 sal_Bool SotStorage::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ) in SetProperty() argument
1391 return pStg->SetProperty( rName, rValue ); in SetProperty()
1400 sal_Bool SotStorage::GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ) in GetProperty() argument
1405 return pStg->GetProperty( rName, rValue ); in GetProperty()
1407 else if ( rName.CompareToAscii("MediaType") == COMPARE_EQUAL ) in GetProperty()
1423 sal_Bool SotStorage::GetProperty( const String& rEleName, const String& rName, ::com::sun::star::un… in GetProperty() argument
1428 return pStg->GetProperty( rEleName, rName, rValue ); in GetProperty()