Home
last modified time | relevance | path

Searched refs:pWhatPage (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewShellImplementation.cxx229 const SfxUInt32Item* pWhatPage = rRequest.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in AssignLayout() local
237 if( pWhatPage ) in AssignLayout()
239 pPage = pDocument->GetSdPage(static_cast<sal_uInt16>(pWhatPage->GetValue()), ePageKind); in AssignLayout()
H A Ddrviews3.cxx142 const SfxUInt32Item* pWhatPage = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in ExecCtrl() local
143 …SlideShow(GetViewShellBase())->jumpToPageNumber(static_cast<sal_Int32>((pWhatPage->GetValue()-1)>>… in ExecCtrl()
156 const SfxUInt32Item* pWhatPage = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in ExecCtrl() local
159 sal_Int32 nWhatPage = static_cast<sal_Int32>(pWhatPage->GetValue ()); in ExecCtrl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DViewShellImplementation.cxx229 const SfxUInt32Item* pWhatPage = rRequest.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in AssignLayout() local
237 if( pWhatPage ) in AssignLayout()
239 pPage = pDocument->GetSdPage(static_cast<sal_uInt16>(pWhatPage->GetValue()), ePageKind); in AssignLayout()
H A Ddrviews3.cxx132 const SfxUInt32Item* pWhatPage = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in ExecCtrl() local
133 …SlideShow(GetViewShellBase())->jumpToPageNumber(static_cast<sal_Int32>((pWhatPage->GetValue()-1)>>… in ExecCtrl()
146 const SfxUInt32Item* pWhatPage = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE); in ExecCtrl() local
149 sal_Int32 nWhatPage = static_cast<sal_Int32>(pWhatPage->GetValue ()); in ExecCtrl()