Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dtpaction.cxx170 delete pCurrentActions; in ~SdTPAction()
272 pCurrentActions = new List; in Construct()
273 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NONE, LIST_APPEND); in Construct()
274 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_PREVPAGE, LIST_APPEND); in Construct()
275 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NEXTPAGE, LIST_APPEND); in Construct()
276 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_FIRSTPAGE, LIST_APPEND); in Construct()
277 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_LASTPAGE, LIST_APPEND); in Construct()
278 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_BOOKMARK, LIST_APPEND); in Construct()
279 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_DOCUMENT, LIST_APPEND); in Construct()
280 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_SOUND, LIST_APPEND); in Construct()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dtpaction.hxx95 List* pCurrentActions; member in SdTPAction