Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/app/
H A Ddocsh.cxx196 const SfxPoolItem *pPassItem; in StartConvertFrom() local
197 if(pSet && SFX_ITEM_SET == pSet->GetItemState(SID_PASSWORD, sal_True, &pPassItem)) in StartConvertFrom()
198 aPasswd = ((const SfxStringItem *)pPassItem)->GetValue(); in StartConvertFrom()
/aoo4110/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1523 SFX_ITEMSET_ARG( rpSet, pPassItem, SfxBoolItem, SID_PASSWORDINTERACTION, sal_False ); in execute()
1524 mbPwdCheckBoxState = ( pPassItem != NULL && pPassItem->GetValue() ); in execute()

Completed in 52 milliseconds