Home
last modified time | relevance | path

Searched refs:aOldEncryptionData (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2791 uno::Sequence< beans::NamedValue > aOldEncryptionData; in impl_store() local
2792 if (GetEncryptionData_Impl( pMedium->GetItemSet(), aOldEncryptionData )) in impl_store()
2825 uno::Sequence< beans::NamedValue > aOldEncryptionData; in impl_store() local
2826 GetEncryptionData_Impl( pMedium->GetItemSet(), aOldEncryptionData ); in impl_store()
2828 … if ( !aOldEncryptionData.getLength() && !aNewEncryptionData.getLength() ) in impl_store()