Searched refs:xPSetText (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/filter/source/t602/ |
H A D | t602filter.cxx | 1014 Reference < XPropertySet > xPSetText( TextModel, UNO_QUERY ); in OptionsDlg() local 1015 _propInt(xPSetText,"PositionX",10); in OptionsDlg() 1016 _propInt(xPSetText,"PositionY",8); in OptionsDlg() 1017 _propInt(xPSetText,"Width",30); in OptionsDlg() 1018 _propInt(xPSetText,"Height",14); in OptionsDlg() 1019 _propString(xPSetText,"Name",T602DLG_CODE_TXT); in OptionsDlg() 1020 _propStringFromResId(xPSetText,"Label",T602FILTER_STR_ENCODING_LABEL); in OptionsDlg()
|
Completed in 14 milliseconds