Searched refs:mpSlotArray (Results 1 – 3 of 3) sorted by relevance
229 delete [] mpSlotArray; in ~DrawViewShell()243 mpSlotArray = 0; in Construct()260 mpSlotArray[ 2 ] = SID_OBJECT_ALIGN; in Construct()262 mpSlotArray[ 4 ] = SID_ZOOM_TOOLBOX; in Construct()263 mpSlotArray[ 5 ] = SID_ZOOM_TOOLBOX; in Construct()264 mpSlotArray[ 6 ] = SID_DRAWTBX_TEXT; in Construct()265 mpSlotArray[ 7 ] = SID_ATTR_CHAR; in Construct()267 mpSlotArray[ 9 ] = SID_DRAW_RECT; in Construct()269 mpSlotArray[ 11 ] = SID_DRAW_ELLIPSE; in Construct()273 mpSlotArray[ 15 ] = SID_3D_CUBE; in Construct()[all …]
868 mpSlotArray[ nID ] = nSId; in MapSlot()883 rSet.Put( TbxImageItem( SID_ZOOM_TOOLBOX, mpSlotArray[nId] ) ); in UpdateToolboxImages()886 rSet.Put( TbxImageItem( SID_DRAWTBX_INSERT, mpSlotArray[nId] ) ); in UpdateToolboxImages()889 rSet.Put( TbxImageItem( SID_POSITION, mpSlotArray[nId] ) ); in UpdateToolboxImages()892 rSet.Put( TbxImageItem( SID_OBJECT_ALIGN, mpSlotArray[nId] ) ); in UpdateToolboxImages()898 rSet.Put( TbxImageItem( mpSlotArray[nId], mpSlotArray[nId+1] ) ); in UpdateToolboxImages()914 nSlot = mpSlotArray[ nId+1 ]; in GetMappedSlot()936 if( mpSlotArray[ i ] == nSId ) in GetArrayId()
294 sal_uInt16* GetSlotArray() const { return mpSlotArray; } in GetSlotArray()395 sal_uInt16* mpSlotArray; member in sd::DrawViewShell
Completed in 26 milliseconds