Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeroot.cxx290 …SFX_ITEMSET_ARG( GetMedium().GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in GetEncryptionData()
291 if ( pPasswordItem && pPasswordItem->GetValue().Len() ) in GetEncryptionData()
292 aEncryptionData = GenerateEncryptionData( pPasswordItem->GetValue() ); in GetEncryptionData()
H A Dexcel.cxx104 SFX_ITEMSET_ARG( pItemSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in ScImportExcel()
105 if( pPasswordItem ) in ScImportExcel()
106 … aMediaDesc[ MediaDescriptor::PROP_PASSWORD() ] <<= ::rtl::OUString( pPasswordItem->GetValue() ); in ScImportExcel()
H A Dexcimp8.cxx264 SFX_ITEMSET_ARG( pItemSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in ReadBasic()
265 if( pPasswordItem ) in ReadBasic()
266 … aMediaDesc[ MediaDescriptor::PROP_PASSWORD() ] <<= ::rtl::OUString( pPasswordItem->GetValue() ); in ReadBasic()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx148 SFX_ITEMSET_ARG( rMedium.GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in QueryEncryptionDataForMedium()
149 if ( pPasswordItem ) in QueryEncryptionDataForMedium()
150 aPassword = pPasswordItem->GetValue(); in QueryEncryptionDataForMedium()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx350 … SFX_ITEMSET_ARG( pSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in CheckPasswd_Impl()
351 if ( pPasswordItem ) in CheckPasswd_Impl()
352 aPassword = pPasswordItem->GetValue(); in CheckPasswd_Impl()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2303 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in LoadSharedDocument()
2304 if ( pPasswordItem && pPasswordItem->GetValue().Len() ) in LoadSharedDocument()
2308 aArgs[1].Value <<= ::rtl::OUString( pPasswordItem->GetValue() ); in LoadSharedDocument()
H A Ddocsh.cxx849 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in Notify()
850 if ( pPasswordItem && pPasswordItem->GetValue().Len() ) in Notify()
854 … aValues[1].Value <<= ::rtl::OUString( pPasswordItem->GetValue() ); in Notify()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx218 SFX_ITEMSET_ARG( pSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in GetEncryptionData_Impl()
219 if ( pPasswordItem ) in GetEncryptionData_Impl()
221 ::rtl::OUString aPassword = pPasswordItem->GetValue(); in GetEncryptionData_Impl()
2746 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False … in Save_Impl()
2747 if ( pPasswordItem ) in Save_Impl()
2748 pMed->GetItemSet()->Put( *pPasswordItem ); in Save_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3187 … SFX_ITEMSET_ARG( mpMedium->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in InitStd97CodecUpdateMedium()
3188 … if ( pPasswordItem && pPasswordItem->GetValue().Len() && pPasswordItem->GetValue().Len() <= 15 ) in InitStd97CodecUpdateMedium()
3203 for ( xub_StrLen nChar = 0; nChar < pPasswordItem->GetValue().Len(); ++nChar ) in InitStd97CodecUpdateMedium()
3204 aPassword[nChar] = pPasswordItem->GetValue().GetChar(nChar); in InitStd97CodecUpdateMedium()
H A Dww8par.cxx4891 const SfxPoolItem *pPasswordItem; in QueryPasswordForMedium() local
4893 if(pSet && SFX_ITEM_SET == pSet->GetItemState(SID_PASSWORD, sal_True, &pPasswordItem)) in QueryPasswordForMedium()
4894 aPassw = ((const SfxStringItem *)pPasswordItem)->GetValue(); in QueryPasswordForMedium()

Completed in 118 milliseconds