Searched refs:xPSetDialog (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | UnoControlDialogModel.java | 92 XPropertySet xPSetDialog = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment() local 94 xPSetDialog.setPropertyValue("PositionX", new Integer(100)); in createTestEnvironment() 95 xPSetDialog.setPropertyValue("PositionY", new Integer(100)); in createTestEnvironment() 96 xPSetDialog.setPropertyValue("Width", new Integer(150)); in createTestEnvironment() 97 xPSetDialog.setPropertyValue("Height", new Integer(100)); in createTestEnvironment() 98 xPSetDialog.setPropertyValue("Title", in createTestEnvironment()
|
/aoo4110/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/ |
H A D | SampleDialog.java | 137 XPropertySet xPSetDialog = ( XPropertySet )UnoRuntime.queryInterface( in createDialog() local 139 xPSetDialog.setPropertyValue( "PositionX", new Integer( 100 ) ); in createDialog() 140 xPSetDialog.setPropertyValue( "PositionY", new Integer( 100 ) ); in createDialog() 141 xPSetDialog.setPropertyValue( "Width", new Integer( 150 ) ); in createDialog() 142 xPSetDialog.setPropertyValue( "Height", new Integer( 100 ) ); in createDialog() 143 xPSetDialog.setPropertyValue( "Title", new String( "Runtime Dialog Demo" ) ); in createDialog()
|
/aoo4110/main/scripting/java/Framework/com/sun/star/script/framework/security/ |
H A D | SecurityDialog.java | 244 XPropertySet xPSetDialog = ( XPropertySet )UnoRuntime.queryInterface( in createDialog() local 246 xPSetDialog.setPropertyValue( "PositionX", new Integer( dialogX) ); in createDialog() 247 xPSetDialog.setPropertyValue( "PositionY", new Integer( dialogY)); in createDialog() 248 xPSetDialog.setPropertyValue( "Width", new Integer( dialogW+cbIncrW )); in createDialog() 249 xPSetDialog.setPropertyValue( "Height", new Integer( dialogH+cbIncrH )); in createDialog() 250 xPSetDialog.setPropertyValue( "Title", _title ); in createDialog()
|
/aoo4110/main/filter/source/t602/ |
H A D | t602filter.cxx | 998 Reference < XPropertySet > xPSetDialog( rInstance, UNO_QUERY ); in OptionsDlg() local 999 _propInt(xPSetDialog,"PositionX",100); in OptionsDlg() 1000 _propInt(xPSetDialog,"PositionY",100); in OptionsDlg() 1001 _propInt(xPSetDialog,"Width",130); in OptionsDlg() 1002 _propInt(xPSetDialog,"Height",90); in OptionsDlg() 1003 _propStringFromResId(xPSetDialog,"Title", T602FILTER_STR_IMPORT_DIALOG_TITLE); in OptionsDlg()
|
Completed in 21 milliseconds