Searched refs:xPSetCommCB (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/filter/source/t602/ |
H A D | t602filter.cxx | 1069 Reference < XPropertySet > xPSetCommCB( CommCheckBoxModel, UNO_QUERY ); in OptionsDlg() local 1070 _propInt(xPSetCommCB,"PositionX",10); in OptionsDlg() 1071 _propInt(xPSetCommCB,"PositionY",55); in OptionsDlg() 1072 _propInt(xPSetCommCB,"Width",100); in OptionsDlg() 1073 _propInt(xPSetCommCB,"Height",14); in OptionsDlg() 1074 _propString(xPSetCommCB,"Name",T602DLG_COMMENT_CB); in OptionsDlg() 1075 _propShort(xPSetCommCB,"TabIndex",4); in OptionsDlg() 1076 _propStringFromResId(xPSetCommCB,"Label",T602FILTER_STR_DOT_COMMANDS); in OptionsDlg() 1077 _propShort(xPSetCommCB,"State",ini.showcomm); in OptionsDlg() 1145 any = _propGet(xPSetCommCB, "State"); any >>= tt; ini.showcomm = tt; in OptionsDlg()
|
Completed in 11 milliseconds