Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A Ddrviews4.cxx572 sal_Bool bGraphicShell = this->ISA(GraphicViewShell); in Command() local
719 nSdResId = bGraphicShell ? RID_GRAPHIC_TEXTOBJ_POPUP : in Command()
725 nSdResId = bGraphicShell ? RID_GRAPHIC_POLYLINEOBJ_POPUP : in Command()
731 nSdResId = bGraphicShell ? RID_GRAPHIC_EDGEOBJ_POPUP : in Command()
736 nSdResId = bGraphicShell ? RID_GRAPHIC_LINEOBJ_POPUP : in Command()
741 nSdResId = bGraphicShell ? RID_GRAPHIC_MEASUREOBJ_POPUP : in Command()
753 nSdResId = bGraphicShell ? RID_GRAPHIC_GEOMOBJ_POPUP : in Command()
758 nSdResId = bGraphicShell ? RID_GRAPHIC_CUSTOMSHAPE_POPUP : in Command()
763 nSdResId = bGraphicShell ? RID_GRAPHIC_GROUPOBJ_POPUP : in Command()
768 nSdResId = bGraphicShell ? RID_GRAPHIC_GRAPHIC_POPUP : in Command()
[all …]
H A Dtabcontr.cxx356 sal_Bool bGraphicShell = pDrViewSh->ISA(GraphicViewShell); in Command() local
357 sal_uInt16 nResId = bGraphicShell ? RID_GRAPHIC_PAGETAB_POPUP : in Command()