Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx77 const CheckBox& rBtn );
498 const CheckBox& rBtn ) in lcl_PutVObjModeItem() argument
500 sal_Bool bIsChecked = rBtn.IsChecked(); in lcl_PutVObjModeItem()
501 sal_Bool bDataChanged = ( rBtn.GetSavedValue() == bIsChecked in lcl_PutVObjModeItem()
/trunk/main/sd/source/ui/dlg/
H A Dprntopts.cxx261 void lcl_MoveRB_Impl(Window& rBtn, long nXDiff) in lcl_MoveRB_Impl() argument
263 Point aPos(rBtn.GetPosPixel()); in lcl_MoveRB_Impl()
265 rBtn.SetPosPixel(aPos); in lcl_MoveRB_Impl()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx11911 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 113 milliseconds