Searched refs:xPSetText (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/filter/source/t602/ |
| H A D | t602filter.cxx | 1000 Reference < XPropertySet > xPSetText( TextModel, UNO_QUERY ); in OptionsDlg() local 1001 _propInt(xPSetText,"PositionX",10); in OptionsDlg() 1002 _propInt(xPSetText,"PositionY",8); in OptionsDlg() 1003 _propInt(xPSetText,"Width",30); in OptionsDlg() 1004 _propInt(xPSetText,"Height",14); in OptionsDlg() 1005 _propString(xPSetText,"Name",T602DLG_CODE_TXT); in OptionsDlg() 1006 _propStringFromResId(xPSetText,"Label",T602FILTER_STR_ENCODING_LABEL); in OptionsDlg()
|