Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews3.cxx224 const SfxUInt32Item* pWhatLayer = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYER); in ExecCtrl() local
226 if(pWhatLayer) in ExecCtrl()
228 nCurPage = static_cast<short>(pWhatLayer->GetValue()); in ExecCtrl()
283 const SfxUInt32Item* pWhatLayer = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYER); in ExecCtrl() local
284 EditMode nWhatLayer = static_cast<EditMode>(pWhatLayer->GetValue()); in ExecCtrl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews3.cxx214 const SfxUInt32Item* pWhatLayer = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYER); in ExecCtrl() local
216 if(pWhatLayer) in ExecCtrl()
218 nCurPage = static_cast<short>(pWhatLayer->GetValue()); in ExecCtrl()
273 const SfxUInt32Item* pWhatLayer = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYER); in ExecCtrl() local
274 EditMode nWhatLayer = static_cast<EditMode>(pWhatLayer->GetValue()); in ExecCtrl()