Lines Matching refs:aComboButton
148 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()
1350 aComboButton.SetPosPixel( aOldPos ); // restore old state in DrawButtons()
1351 aComboButton.SetSizePixel( aOldSize ); // for MouseUp/Down (AutoFilter) in DrawButtons()
1356 aComboButton.SetOutputDevice( this ); in DrawButtons()
1452 Size aBtnSize = aComboButton.GetSizePixel(); in DrawComboButton()
1462 aComboButton.SetSizePixel( aBtnSize ); in DrawComboButton()
1473 aComboButton.SetPosPixel( aScrPos ); in DrawComboButton()
1476 aComboButton.Draw( bArrowState, bBtnIn ); in DrawComboButton()