Lines Matching refs:aAutoHeightCB
665 aAutoHeightCB (this, SW_RES(CB_AUTOHEIGHT)), in SwFrmPage()
767 aAutoHeightCB.SetClickHdl( LINK( this, SwFrmPage, AutoHeightClickHdl ) ); in SwFrmPage()
799 long nOffset2 = nOffset1 + aRelHeightCB.GetPosPixel().Y() - aAutoHeightCB.GetPosPixel().Y(); in EnableGraficMode()
808 aAutoHeightCB.Hide(); in EnableGraficMode()
965 aAutoHeightCB.Enable(sal_False); in Reset()
1000 aAutoHeightCB.SaveValue(); in Reset()
1169 if( aAutoHeightCB.GetState() != aAutoHeightCB.GetSavedValue() ) in FillItemSet()
1171 SwFrmSize eFrmSize = (SwFrmSize) aAutoHeightCB.IsChecked()? ATT_MIN_SIZE : ATT_FIX_SIZE; in FillItemSet()
1792 aVal.bAutoHeight = aAutoHeightCB.IsChecked(); in IMPL_LINK()
2103 HandleAutoCB( aAutoHeightCB.IsChecked(), aHeightFT, aHeightAutoFT, aWidthED ); in IMPL_LINK()
2251 aAutoHeightCB.Check( bCheck ); in Init()
2268 aAutoHeightCB.Enable( sal_False ); in Init()
2272 aAutoHeightCB.Hide(); in Init()