Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeroot.cxx342 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium().GetItemSet(), … in GetEncryptionData() local
343 if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in GetEncryptionData()
344 aEncryptionData = GenerateEncryptionData( pPasswordItem->GetValue() ); in GetEncryptionData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeroot.cxx341 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium().GetItemSet(), … in GetEncryptionData() local
342 if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in GetEncryptionData()
343 aEncryptionData = GenerateEncryptionData( pPasswordItem->GetValue() ); in GetEncryptionData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/ftools/
H A Dfapihelper.cxx111 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(rMedium.GetItemSet(), SID_… in QueryEncryptionDataForMedium() local
112 if ( pPasswordItem ) in QueryEncryptionDataForMedium()
113 aPassword = pPasswordItem->GetValue(); in QueryEncryptionDataForMedium()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/ftools/
H A Dfapihelper.cxx110 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(rMedium.GetItemSet(), SID_… in QueryEncryptionDataForMedium() local
111 if ( pPasswordItem ) in QueryEncryptionDataForMedium()
112 aPassword = pPasswordItem->GetValue(); in QueryEncryptionDataForMedium()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappopen.cxx223 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(pSet, SID_PASSWORD, false); in CheckPasswd_Impl() local
224 if ( pPasswordItem ) in CheckPasswd_Impl()
225 aPassword = pPasswordItem->GetValue(); in CheckPasswd_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappopen.cxx230 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(pSet, SID_PASSWORD, false); in CheckPasswd_Impl() local
231 if ( pPasswordItem ) in CheckPasswd_Impl()
232 aPassword = pPasswordItem->GetValue(); in CheckPasswd_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjstor.cxx180 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(pSet, SID_PASSWORD, false); in GetEncryptionData_Impl() local
181 if ( pPasswordItem ) in GetEncryptionData_Impl()
183 …ptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( pPasswordItem->GetValue() ); in GetEncryptionData_Impl()
2637 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in Save_Impl() local
2638 if ( pPasswordItem ) in Save_Impl()
2639 pMed->GetItemSet()->Put( *pPasswordItem ); in Save_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjstor.cxx201 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(pSet, SID_PASSWORD, false); in GetEncryptionData_Impl() local
202 if ( pPasswordItem ) in GetEncryptionData_Impl()
204 …ptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( pPasswordItem->GetValue() ); in GetEncryptionData_Impl()
2609 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in Save_Impl() local
2610 if ( pPasswordItem ) in Save_Impl()
2611 pMed->GetItemSet()->Put( *pPasswordItem ); in Save_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh4.cxx2587 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in LoadSharedDocument() local
2588 if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in LoadSharedDocument()
2592 aArgs[1].Value <<= pPasswordItem->GetValue(); in LoadSharedDocument()
H A Ddocsh.cxx911 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in Notify() local
912 … if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in Notify()
916 aValues[1].Value <<= pPasswordItem->GetValue(); in Notify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh4.cxx2733 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in LoadSharedDocument() local
2734 if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in LoadSharedDocument()
2738 aArgs[1].Value <<= pPasswordItem->GetValue(); in LoadSharedDocument()
H A Ddocsh.cxx898 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(GetMedium()->GetItemSet(),… in Notify() local
899 … if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() ) in Notify()
903 aValues[1].Value <<= pPasswordItem->GetValue(); in Notify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtww8.cxx3419 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(mpMedium->GetItemSet(), SI… in InitStd97CodecUpdateMedium() local
3420 …if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() && pPasswordItem->GetValue().getLength(… in InitStd97CodecUpdateMedium()
3431 const OUString& sPassword(pPasswordItem->GetValue()); in InitStd97CodecUpdateMedium()
H A Dww8par.cxx5587 const SfxPoolItem *pPasswordItem; in QueryPasswordForMedium() local
5589 if(pSet && SfxItemState::SET == pSet->GetItemState(SID_PASSWORD, true, &pPasswordItem)) in QueryPasswordForMedium()
5590 aPassw = static_cast<const SfxStringItem *>(pPasswordItem)->GetValue(); in QueryPasswordForMedium()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtww8.cxx3327 …const SfxStringItem* pPasswordItem = SfxItemSet::GetItem<SfxStringItem>(mpMedium->GetItemSet(), SI… in InitStd97CodecUpdateMedium() local
3328 …if ( pPasswordItem && !pPasswordItem->GetValue().isEmpty() && pPasswordItem->GetValue().getLength(… in InitStd97CodecUpdateMedium()
3339 const OUString& sPassword(pPasswordItem->GetValue()); in InitStd97CodecUpdateMedium()
H A Dww8par.cxx5583 const SfxPoolItem *pPasswordItem; in QueryPasswordForMedium() local
5585 if(pSet && SfxItemState::SET == pSet->GetItemState(SID_PASSWORD, true, &pPasswordItem)) in QueryPasswordForMedium()
5586 aPassw = static_cast<const SfxStringItem *>(pPasswordItem)->GetValue(); in QueryPasswordForMedium()