Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx69 ,m_aIconControl(this) 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()
101 m_aIconControl.ArrangeIcons(); in Resize()
141 m_aIconControl.SetNoSelection(); in clearSelection()
145 m_aIconControl.InvalidateEntry(pEntry); in clearSelection()
146 m_aIconControl.GetClickHdl().Call(&m_aIconControl); in clearSelection()
214 sal_uLong nCount = m_aIconControl.GetEntryCount(); in selectContainer()
[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(n… in GetEntry()
73 …e GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const { return m_aIconControl.GetBoundingBox… in GetBoundingBox()

Completed in 18 milliseconds