Searched refs:rBtn (Results 1 – 3 of 3) sorted by relevance
78 const CheckBox& rBtn );499 const CheckBox& rBtn ) in lcl_PutVObjModeItem() argument501 sal_Bool bIsChecked = rBtn.IsChecked(); in lcl_PutVObjModeItem()502 sal_Bool bDataChanged = ( rBtn.GetSavedValue() == bIsChecked in lcl_PutVObjModeItem()
261 void lcl_MoveRB_Impl(Window& rBtn, long nXDiff) in lcl_MoveRB_Impl() argument263 Point aPos(rBtn.GetPosPixel()); in lcl_MoveRB_Impl()265 rBtn.SetPosPixel(aPos); in lcl_MoveRB_Impl()
11911 m_aWidgets.back().m_nRadioGroup = rBtn.RadioGroup; in findRadioGroupWidget()11971 if( rBtn.URL.getLength() ) in createControl()11972 rNewWidget.m_aListEntries.push_back( rBtn.URL ); in createControl()11973 rNewWidget.m_bSubmit = rBtn.Submit; in createControl()11974 rNewWidget.m_bSubmitGet = rBtn.SubmitGet; in createControl()11975 rNewWidget.m_nDest = rBtn.Dest; in createControl()11976 createDefaultPushButtonAppearance( rNewWidget, rBtn ); in createControl()11991 rNewWidget.m_nRadioGroup = rBtn.RadioGroup; in createControl()12001 rNewWidget.m_aOnValue = rBtn.OnValue; in createControl()12002 if( ! rRadioButton.m_aValue.getLength() && rBtn.Selected ) in createControl()[all …]
Completed in 89 milliseconds