Searched refs:xPSetRefCB (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/filter/source/t602/ |
H A D | t602filter.cxx | 1058 Reference < XPropertySet > xPSetRefCB( RefCheckBoxModel, UNO_QUERY ); in OptionsDlg() local 1059 _propInt(xPSetRefCB,"PositionX",10); in OptionsDlg() 1060 _propInt(xPSetRefCB,"PositionY",40); in OptionsDlg() 1061 _propInt(xPSetRefCB,"Width",100); in OptionsDlg() 1062 _propInt(xPSetRefCB,"Height",14); in OptionsDlg() 1063 _propString(xPSetRefCB,"Name",T602DLG_REFORMAT_CB); in OptionsDlg() 1064 _propShort(xPSetRefCB,"TabIndex",3); in OptionsDlg() 1065 _propStringFromResId(xPSetRefCB,"Label",T602FILTER_STR_REFORMAT_TEXT); in OptionsDlg() 1066 _propShort(xPSetRefCB,"State",ini.reformatpars); in OptionsDlg() 1144 any = _propGet(xPSetRefCB, "State"); any >>= tt; ini.reformatpars = tt; in OptionsDlg()
|
Completed in 24 milliseconds