Home
last modified time | relevance | path

Searched refs:aComboButton (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx148 ScDDComboBoxButton aComboButton((Window*)pDev); in lcl_DrawOneFrame() local
149 aComboButton.SetOptSizePixel(); in lcl_DrawOneFrame()
150 long nBWidth = ( aComboButton.GetSizePixel().Width() * rZoomY.GetNumerator() ) in lcl_DrawOneFrame()
155 aComboButton.Draw( Point(nButtonPos, nButtonY), aButSize, sal_False ); in lcl_DrawOneFrame()
1206 aComboButton.SetOutputDevice( pContentDev ); in DrawButtons()
1224 Point aOldPos = aComboButton.GetPosPixel(); // Zustand fuer MouseDown/Up in DrawButtons()
1225 Size aOldSize = aComboButton.GetSizePixel(); // merken in DrawButtons()
1345 aComboButton.SetPosPixel( aRect.TopLeft() ); in DrawButtons()
1346 aComboButton.SetSizePixel( aRect.GetSize() ); in DrawButtons()
1348 aComboButton.Draw( sal_False, sal_False ); in DrawButtons()
[all …]
H A Dgridwin.cxx430 aComboButton( this ), in ScGridWindow()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx184 ScDDComboBoxButton aComboButton; member in ScGridWindow