Searched refs:pPasswordItem (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeroot.cxx | 290 …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 D | excel.cxx | 104 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 D | excimp8.cxx | 264 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()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 148 SFX_ITEMSET_ARG( rMedium.GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in QueryEncryptionDataForMedium() 149 if ( pPasswordItem ) in QueryEncryptionDataForMedium() 150 aPassword = pPasswordItem->GetValue(); in QueryEncryptionDataForMedium()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 350 … 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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 2303 …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 D | docsh.cxx | 849 …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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objstor.cxx | 218 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() 2748 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False … in Save_Impl() 2749 if ( pPasswordItem ) in Save_Impl() 2750 pMed->GetItemSet()->Put( *pPasswordItem ); in Save_Impl()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3201 … SFX_ITEMSET_ARG( mpMedium->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in InitStd97CodecUpdateMedium() 3202 … if ( pPasswordItem && pPasswordItem->GetValue().Len() && pPasswordItem->GetValue().Len() <= 15 ) in InitStd97CodecUpdateMedium() 3217 for ( xub_StrLen nChar = 0; nChar < pPasswordItem->GetValue().Len(); ++nChar ) in InitStd97CodecUpdateMedium() 3218 aPassword[nChar] = pPasswordItem->GetValue().GetChar(nChar); in InitStd97CodecUpdateMedium()
|
H A D | ww8par.cxx | 4890 const SfxPoolItem *pPasswordItem; in QueryPasswordForMedium() local 4892 if(pSet && SFX_ITEM_SET == pSet->GetItemState(SID_PASSWORD, sal_True, &pPasswordItem)) in QueryPasswordForMedium() 4893 aPassw = ((const SfxStringItem *)pPasswordItem)->GetValue(); in QueryPasswordForMedium()
|
Completed in 124 milliseconds