Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx660 aAutoWidthCB (this, SW_RES(CB_AUTOWIDTH)), in SwFrmPage()
766 aAutoWidthCB.SetClickHdl( LINK( this, SwFrmPage, AutoWidthClickHdl ) ); in SwFrmPage()
798 long nOffset1 = aRelWidthCB.GetPosPixel().Y() - aAutoWidthCB.GetPosPixel().Y(); in EnableGraficMode()
812 aAutoWidthCB.Hide(); in EnableGraficMode()
966 aAutoWidthCB.Enable(sal_False); in Reset()
1001 aAutoWidthCB.SaveValue(); in Reset()
1175 if( aAutoWidthCB.GetState() != aAutoWidthCB.GetSavedValue() ) in FillItemSet()
1177 SwFrmSize eFrmSize = (SwFrmSize) aAutoWidthCB.IsChecked()? ATT_MIN_SIZE : ATT_FIX_SIZE; in FillItemSet()
1793 aVal.bAutoWidth = aAutoWidthCB.IsChecked(); in IMPL_LINK()
2096 HandleAutoCB( aAutoWidthCB.IsChecked(), aWidthFT, aWidthAutoFT, aWidthED ); in IMPL_LINK_INLINE_END()
[all …]
/aoo4110/main/sw/source/ui/inc/
H A Dfrmpage.hxx58 CheckBox aAutoWidthCB; member in SwFrmPage

Completed in 23 milliseconds