Searched refs:mpSlotArray (Results 1 – 3 of 3) sorted by relevance
229 delete [] mpSlotArray; in ~DrawViewShell()243 mpSlotArray = 0; in Construct()257 mpSlotArray = new sal_uInt16[ SLOTARRAY_COUNT ]; in Construct()258 mpSlotArray[ 0 ] = SID_OBJECT_CHOOSE_MODE; in Construct()259 mpSlotArray[ 1 ] = SID_OBJECT_ROTATE; in Construct()260 mpSlotArray[ 2 ] = SID_OBJECT_ALIGN; in Construct()261 mpSlotArray[ 3 ] = SID_OBJECT_ALIGN_LEFT; 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()[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