Home
last modified time | relevance | path

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

/AOO42X/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx69 ,m_aIconControl(this) in DBG_NAME()
78 m_aIconControl.SetClickHdl(LINK(this, OApplicationSwapWindow, OnContainerSelectHdl)); in DBG_NAME()
79 m_aIconControl.setControlActionListener( &m_rBorderWin.getView()->getAppController() ); in DBG_NAME()
80 m_aIconControl.SetHelpId(HID_APP_SWAP_ICONCONTROL); in DBG_NAME()
81 m_aIconControl.Show(); in DBG_NAME()
95 if ( m_aIconControl.GetEntryCount() != 0 ) in Resize()
96 … nX = m_aIconControl.GetBoundingBox( m_aIconControl.GetEntry(0) ).GetWidth() + aFLSize.Width(); in Resize()
100m_aIconControl.SetPosSizePixel( Point(static_cast<long>((aOutputSize.Width() - nX)*0.5), 0) ,Size… in Resize()
101 m_aIconControl.ArrangeIcons(); in Resize()
141 m_aIconControl.SetNoSelection(); in clearSelection()
[all …]
H A DAppSwapWindow.hxx46 OApplicationIconControl m_aIconControl; member in dbaui::OApplicationSwapWindow
71 …inline sal_uLong GetEntryCount() const { return m_aIconControl.GetEntryCount();… in GetEntryCount()
72 …inline SvxIconChoiceCtrlEntry* GetEntry( sal_uLong nPos ) const { return m_aIconControl.GetEntry(… in GetEntry()
73 … GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const { return m_aIconControl.GetBoundingBox… in GetBoundingBox()