| /AOO41X/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | CharacterUnderline.java | 88 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterUnderlineSetting() 89 … xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.DOUBLE)); in testCharacterUnderlineSetting() 90 xCursorProps.setPropertyValue("CharUnderlineHasColor", true); in testCharacterUnderlineSetting() 91 xCursorProps.setPropertyValue("CharUnderlineColor", 0x00FF00FF); in testCharacterUnderlineSetting() 94 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterUnderlineSetting() 95 … xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.WAVE)); in testCharacterUnderlineSetting() 96 xCursorProps.setPropertyValue("CharUnderlineHasColor", true); in testCharacterUnderlineSetting() 97 xCursorProps.setPropertyValue("CharUnderlineColor", 0x00FF00FF); in testCharacterUnderlineSetting() 100 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterUnderlineSetting() 101 …xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.SMALLWAVE)… in testCharacterUnderlineSetting() [all …]
|
| H A D | CharacterFontname.java | 86 xCursorProps.setPropertyValue("CharFontName", "Times New Roman"); in testCharacterFontSetting() 89 xCursorProps.setPropertyValue("CharFontName", "Arial Black"); in testCharacterFontSetting() 92 xCursorProps.setPropertyValue("CharFontName", "Aharoni"); in testCharacterFontSetting() 95 xCursorProps.setPropertyValue("CharFontName", "Agency FB"); in testCharacterFontSetting() 98 xCursorProps.setPropertyValue("CharFontName", "Algerian"); in testCharacterFontSetting() 101 xCursorProps.setPropertyValue("CharFontName", "Andalus"); in testCharacterFontSetting() 104 xCursorProps.setPropertyValue("CharFontName", "Bodoni MT Black"); in testCharacterFontSetting() 107 xCursorProps.setPropertyValue("CharFontName", "BatangChe"); in testCharacterFontSetting() 110 xCursorProps.setPropertyValue("CharFontName", "Britannic Bold"); in testCharacterFontSetting() 113 xCursorProps.setPropertyValue("CharFontName", "Cooper Black"); in testCharacterFontSetting() [all …]
|
| /AOO41X/main/scripting/java/Framework/com/sun/star/script/framework/security/ |
| H A D | SecurityDialog.java | 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() 263 … xPSetButton.setPropertyValue( "PositionX", new Integer( (((dialogW+cbIncrW)/2)-runButtonW -1) )); in createDialog() 264 xPSetButton.setPropertyValue( "PositionY", new Integer( dialogH+cbIncrH-runButtonH-1)); in createDialog() 265 xPSetButton.setPropertyValue( "Width", new Integer( runButtonW )); in createDialog() 266 xPSetButton.setPropertyValue( "Height", new Integer( runButtonH )); in createDialog() 267 xPSetButton.setPropertyValue( "Name", _runButtonName ); in createDialog() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Forms/ |
| H A D | DataAwareness.java | 247 xFormProps.setPropertyValue( "IsModified", aModifiedFlag ); in resetted() 425 xDSP.setPropertyValue( "TableFilter", aNewFilter ); in makeTableVisible() 601 xButton.setPropertyValue( "Name", sName ); in createButton() 603 xButton.setPropertyValue( "Label", sLabel ); in createButton() 605 xButton.setPropertyValue( "HelpText", sName ); in createButton() 608 xButton.setPropertyValue( "Tabstop", new Boolean( false ) ); in createButton() 610 xButton.setPropertyValue( "FocusOnClick", new Boolean( false ) ); in createButton() 645 xColProps.setPropertyValue( "DataField", sDataField ); in createGridColumn() 647 xColProps.setPropertyValue( "Label", sDataField ); in createGridColumn() 649 xColProps.setPropertyValue( "Name", sDataField ); in createGridColumn() [all …]
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 98 public boolean setPropertyValue() in setPropertyValue() method in PropertySet_Test 110 cl.setPropertyValue("PropBoolA", value); in setPropertyValue() 114 cl.setPropertyValue("PropCharA",value); in setPropertyValue() 118 cl.setPropertyValue("PropByteA",value); in setPropertyValue() 122 cl.setPropertyValue("PropShortA", value); in setPropertyValue() 126 cl.setPropertyValue("PropIntA", value); in setPropertyValue() 130 cl.setPropertyValue("PropLongA", value); in setPropertyValue() 134 cl.setPropertyValue("PropFloatA", value); in setPropertyValue() 138 cl.setPropertyValue("PropDoubleA",value); in setPropertyValue() 142 cl.setPropertyValue("PropStringA",value); in setPropertyValue() [all …]
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | Theme.cxx | 175 setPropertyValue( in InitializeTheme() 178 setPropertyValue( in InitializeTheme() 203 setPropertyValue( in UpdateTheme() 207 setPropertyValue( in UpdateTheme() 210 setPropertyValue( in UpdateTheme() 213 setPropertyValue( in UpdateTheme() 216 setPropertyValue( in UpdateTheme() 219 setPropertyValue( in UpdateTheme() 222 setPropertyValue( in UpdateTheme() 225 setPropertyValue( in UpdateTheme() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableBasic.java | 150 xRowsProps.setPropertyValue("IsAutoHeight",false); in testSetRowHeight() 151 xRowsProps.setPropertyValue("Height",5001); in testSetRowHeight() 232 xTableProps.setPropertyValue("TableBorder", tableBorder); in testSetTableBorder() 298 … xTableProps1.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.FULL); in testSetTable_AlignmentAndMarginToPage() 299 xTableProps1.setPropertyValue("LeftMargin",2591); in testSetTable_AlignmentAndMarginToPage() 300 xTableProps1.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage() 301 xTableProps1.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage() 302 xTableProps1.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage() 306 xTableProps2.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.NONE); in testSetTable_AlignmentAndMarginToPage() 307 xTableProps2.setPropertyValue("LeftMargin",2591); in testSetTable_AlignmentAndMarginToPage() [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximp3dscene.cxx | 367 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DTransformMatrix")), aAny); in setSceneAttributes() 372 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneDistance")), aAny); in setSceneAttributes() 376 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneFocalLength")), aAny); in setSceneAttributes() 380 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneShadowSlant")), aAny); in setSceneAttributes() 384 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneShadeMode")), aAny); in setSceneAttributes() 388 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneAmbientColor")), aAny); in setSceneAttributes() 392 …xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneTwoSidedLighting")), aAny… in setSceneAttributes() 417 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightColor1")), aAny); in setSceneAttributes() 418 …xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection1")), aAny2… in setSceneAttributes() 419 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightOn1")), aAny3); in setSceneAttributes() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/ |
| H A D | SampleDialog.java | 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() 154 xPSetButton.setPropertyValue( "PositionX", new Integer( 20 ) ); in createDialog() 155 xPSetButton.setPropertyValue( "PositionY", new Integer( 70 ) ); in createDialog() 156 xPSetButton.setPropertyValue( "Width", new Integer( 50 ) ); in createDialog() 157 xPSetButton.setPropertyValue( "Height", new Integer( 14 ) ); in createDialog() 158 xPSetButton.setPropertyValue( "Name", _buttonName ); in createDialog() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Charts/ |
| H A D | ChartInCalc.java | 172 aDiaProp.setPropertyValue( "Lines", new Boolean( true )); in testDiagram() 176 aDiaProp.setPropertyValue( "LineWidth", new Integer( 50 )); in testDiagram() 193 aSeriesProp.setPropertyValue( "LineColor", new Integer( in testDataRowProperties() 209 … aSeriesProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.BITMAPURL )); in testDataRowProperties() 210 aSeriesProp.setPropertyValue( "SymbolBitmapURL", sUrl.toString() ); in testDataRowProperties() 214 … aSeriesProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.SYMBOL1 )); in testDataRowProperties() 215 aSeriesProp.setPropertyValue( "SymbolSize", new Size( 250, 250 )); in testDataRowProperties() 256 aPointProp.setPropertyValue( "SymbolType", new Integer( ChartSymbolType.SYMBOL6 )); in testDataPointProperties() 257 aPointProp.setPropertyValue( "SymbolSize", new Size( 600, 600 )); in testDataPointProperties() 260 aPointProp.setPropertyValue( "DataCaption", new Integer( ChartDataCaption.VALUE )); in testDataPointProperties() [all …]
|
| /AOO41X/main/chart2/qa/ |
| H A D | TestCaseOldAPI.java | 158 xDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle() 172 xTitleProp.setPropertyValue( "String", aTitle ); in testTitle() 173 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle() 208 xDocProp.setPropertyValue( "HasSubTitle", new Boolean( true )); in testSubTitle() 223 xTitleProp.setPropertyValue( "CharColor", new Integer( nColor ) ); in testSubTitle() 224 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle() 225 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle() 263 xProp.setPropertyValue( "FillColor", new Integer( nColor ) ); in testDiagram() 277 xProp.setPropertyValue( "HasYAxisDescription", new Boolean( bFirstYAxisText )); in testDiagram() 299 xProp.setPropertyValue( "HasSecondaryYAxis", new Boolean( bSecondaryYAxis )); in testDiagram() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/mod/_toolkit/ |
| H A D | UnoControlDialogModel.java | 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() 112 xPSetButton.setPropertyValue("PositionX", new Integer(50)); in createTestEnvironment() 113 xPSetButton.setPropertyValue("PositionY", new Integer(30)); in createTestEnvironment() 114 xPSetButton.setPropertyValue("Width", new Integer(50)); in createTestEnvironment() 115 xPSetButton.setPropertyValue("Height", new Integer(14)); in createTestEnvironment() 116 xPSetButton.setPropertyValue("Name", _buttonName); in createTestEnvironment() [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtfldi.cxx | 731 rPropSet->setPropertyValue(sPropertyFieldSubType, aAny); in PrepareField() 735 rPropSet->setPropertyValue(sPropertyFixed, aAny); in PrepareField() 749 rPropSet->setPropertyValue(sPropertyContent, aAny); in PrepareField() 793 rPropSet->setPropertyValue(sPropertyAuthorFullName, aAny); in PrepareField() 796 rPropSet->setPropertyValue(sPropertyFixed, aAny); in PrepareField() 810 rPropSet->setPropertyValue(sPropertyContent, aAny); in PrepareField() 872 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField() 875 xPropertySet->setPropertyValue(sPropertyUserText, aAny); in PrepareField() 878 xPropertySet->setPropertyValue(sPropertyNumberingType, aAny); in PrepareField() 962 xPropertySet->setPropertyValue(sPropertyNumberingType, aAny); in PrepareField() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sd/chart/ |
| H A D | ChartProperties.java | 154 aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH); in testAreaBordersProperties() 155 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testAreaBordersProperties() 180 aDiaProp.setPropertyValue("FillStyle", FillStyle.GRADIENT); in testAreaFillProperties() 181 aDiaProp.setPropertyValue("FillGradientName", "Radial red/yellow"); in testAreaFillProperties() 205 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testAreaTransparencyProperties() 206 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testAreaTransparencyProperties() 207 aDiaProp.setPropertyValue("FillTransparence", 50); in testAreaTransparencyProperties() 230 aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH); in testLegendBorderProperties() 231 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testLegendBorderProperties() 255 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testLegendFillAndTransparence() [all …]
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | unotools.cxx | 177 xPrSet->setPropertyValue( C2U("LoaderArguments"), aArgs ); in CreateControl() 180 xPrSet->setPropertyValue(C2U("ComponentURL"), aURL); in CreateControl() 246 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_BREAKS )), aFalseSet); in IMPL_LINK() 247 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_DRAWINGS )), aTrueSet); in IMPL_LINK() 248 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_FIELD_COMMANDS )), aFalseSet… in IMPL_LINK() 249 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_GRAPHICS )), aTrueSet); in IMPL_LINK() 250 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_HIDDEN_PARAGRAPHS )), aFalseSet… in IMPL_LINK() 251 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_HIDDEN_TEXT )), aFalseSet… in IMPL_LINK() 252 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_HORI_RULER )), aFalseSet); in IMPL_LINK() 253 …xViewProps->setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_SHOW_PARA_BREAKS )), aFalseSet… in IMPL_LINK() [all …]
|
| /AOO41X/main/chart2/source/view/diagram/ |
| H A D | VDiagram.cxx | 218 … xProp->setPropertyValue( C2U( UNO_NAME_MISC_OBJ_NAME ), uno::makeAny( aWallCID ) ); in createShapes_2d() 256 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_1 ), in lcl_setLightSources() 258 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ), in lcl_setLightSources() 260 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_3 ), in lcl_setLightSources() 262 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_4 ), in lcl_setLightSources() 264 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_5 ), in lcl_setLightSources() 266 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_6 ), in lcl_setLightSources() 268 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_7 ), in lcl_setLightSources() 270 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_8 ), in lcl_setLightSources() 273 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTDIRECTION_1 ), in lcl_setLightSources() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlform.cxx | 635 rPropSet->setPropertyValue( OUString::createFromAscii("FontName"), aTmp ); in lcl_html_setFixedFontProperty() 638 rPropSet->setPropertyValue( OUString::createFromAscii("FontStyleName"), in lcl_html_setFixedFontProperty() 642 rPropSet->setPropertyValue( OUString::createFromAscii("FontFamily"), aTmp ); in lcl_html_setFixedFontProperty() 645 rPropSet->setPropertyValue( OUString::createFromAscii("FontCharset"), in lcl_html_setFixedFontProperty() 649 rPropSet->setPropertyValue( OUString::createFromAscii("FontPitch"), aTmp ); in lcl_html_setFixedFontProperty() 653 rPropSet->setPropertyValue( OUString::createFromAscii("FontHeight"), aTmp ); in lcl_html_setFixedFontProperty() 1006 xShapePropSet->setPropertyValue( in InsertControl() 1010 xShapePropSet->setPropertyValue( in InsertControl() 1037 xShapePropSet->setPropertyValue( in InsertControl() 1041 xShapePropSet->setPropertyValue( in InsertControl() [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 195 xPropSet->setPropertyValue( C2U("MediaType"), a ); in storePictureInDoc() 1181 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionX"), aTmp); in Import() 1183 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionY"), aTmp); in Import() 1185 xPropSet->setPropertyValue(WW8_ASCII2STR("Width"), aTmp); in Import() 1187 xPropSet->setPropertyValue(WW8_ASCII2STR("Height"), aTmp); in Import() 1189 xPropSet->setPropertyValue(WW8_ASCII2STR("HelpText"), uno::Any(OUString(msToolTip))); in Import() 1194 xPropSet->setPropertyValue(WW8_ASCII2STR("Step"), aTmp); in Import() 1199 xPropSet->setPropertyValue(WW8_ASCII2STR("EnableVisible"), uno::makeAny( mbVisible ) ); in Import() 1342 xFormPropSet->setPropertyValue( WW8_ASCII2STR("Name"), aTmp ); in GetFormComps() 1368 rPropSet->setPropertyValue( WW8_ASCII2STR("Name"), aTmp ); in Import() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | actimpr.cxx | 130 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotationPointX"), aAny ); in ImplSetOrientation() 132 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotationPointY"), aAny ); in ImplSetOrientation() 134 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("RotateAngle"), aAny ); in ImplSetOrientation() 162 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineColor"), aAny ); in ImplSetLineBundle() 165 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineWidth"), aAny ); in ImplSetLineBundle() 186 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineStyle"), aAny ); in ImplSetLineBundle() 191 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("LineDash"), aAny ); in ImplSetLineBundle() 249 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("FillColor"), aAny ); in ImplSetFillBundle() 297 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("FillGradient"), aAny ); in ImplSetFillBundle() 300 maXPropSet->setPropertyValue( rtl::OUString::createFromAscii("FillStyle"), aAny ); in ImplSetFillBundle() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Drawing/ |
| H A D | PresentationDemo.java | 105 xShapePropSet.setPropertyValue("Effect", in main() 111 xShapePropSet.setPropertyValue( "DimHide", new Boolean( false ) ); in main() 112 xShapePropSet.setPropertyValue( "DimPrevious", new Boolean( true ) ); in main() 113 xShapePropSet.setPropertyValue( "DimColor", new Integer( 0xff0000 ) ); in main() 129 xShapePropSet.setPropertyValue( in main() 153 xShapePropSet.setPropertyValue("Effect", in main() 155 xShapePropSet.setPropertyValue( in main() 167 xShapePropSet.setPropertyValue("Effect", in main() 170 xShapePropSet.setPropertyValue( in main() 176 xShapePropSet.setPropertyValue( in main() [all …]
|
| /AOO41X/main/framework/qa/complex/contextMenuInterceptor/ |
| H A D | ContextMenuInterceptor.java | 60 xSeparator.setPropertyValue("SeparatorType", (Object) aSeparatorType); in notifyContextMenuExecute() 67 xRootMenuEntry.setPropertyValue("Text", ("Help")); in notifyContextMenuExecute() 68 xRootMenuEntry.setPropertyValue("CommandURL", ("slot:5410")); in notifyContextMenuExecute() 69 xRootMenuEntry.setPropertyValue("HelpURL", ("5410")); in notifyContextMenuExecute() 70 xRootMenuEntry.setPropertyValue("SubContainer", (Object) xSubMenuContainer); in notifyContextMenuExecute() 71 xRootMenuEntry.setPropertyValue("Image", myBitmap); in notifyContextMenuExecute() 77 xMenuEntry.setPropertyValue("Text", ("Content")); in notifyContextMenuExecute() 78 xMenuEntry.setPropertyValue("CommandURL", ("slot:5401")); in notifyContextMenuExecute() 79 xMenuEntry.setPropertyValue("HelpURL", ("5401")); in notifyContextMenuExecute() 87 xMenuEntry.setPropertyValue("Text", ("Help Agent")); in notifyContextMenuExecute() [all …]
|
| /AOO41X/main/forms/qa/integration/forms/ |
| H A D | MasterDetailForms.java | 125 …m_masterForm.setPropertyValue( "ActiveConnection", _databaseDocument.defaultConnection().getXConne… in impl_createForms() 126 … m_masterForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms() 127 m_masterForm.setPropertyValue( "Command", "master" ); in impl_createForms() 132 …m_detailForm.setPropertyValue( "ActiveConnection", _databaseDocument.defaultConnection().getXConne… in impl_createForms() 133 … m_detailForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms() 134 m_detailForm.setPropertyValue( "Command", "detail" ); in impl_createForms() 154 m_detailForm.setPropertyValue( "MasterFields", new String[] { "ID1", "ID2" } ); in checkMultipleKeys() 155 m_detailForm.setPropertyValue( "DetailFields", new String[] { "FK_ID1", "FK_ID2" } ); in checkMultipleKeys() 247 m_masterForm.setPropertyValue( "Command", "categories" ); in checkDetailFormDefaults() 248 m_masterForm.setPropertyValue( "CommandType", new Integer( CommandType.TABLE ) ); in checkDetailFormDefaults() [all …]
|
| /AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/ |
| H A D | WikiEditSettingDialog.java | 73 xUrlField.setPropertyValue( "Text", ht.get( "Url" ) ); in WikiEditSettingDialog() 75 GetPropSet( "UsernameField" ).setPropertyValue( "Text", ht.get( "Username" ) ); in WikiEditSettingDialog() 136 GetPropSet( "UsernameField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 137 GetPropSet( "PasswordField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 138 GetPropSet( "OkButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 139 GetPropSet( "HelpButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 143 … GetPropSet( "UrlField" ).setPropertyValue( "Enabled", new Boolean( m_bAllowURLChange ) ); in EnableControls() 144 …GetPropSet( "SaveBox" ).setPropertyValue( "Enabled", new Boolean( Helper.PasswordStoringIsAllowed(… in EnableControls() 152 GetPropSet( "UrlField" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls() 153 GetPropSet( "SaveBox" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls() [all …]
|
| /AOO41X/main/qadevOOo/runner/helper/ |
| H A D | ContextMenuInterceptor.java | 62 xSeparator.setPropertyValue( "SeparatorType", (Object)aSeparatorType ); in notifyContextMenuExecute() 71 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" )); in notifyContextMenuExecute() 72 xRootMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5410" )); in notifyContextMenuExecute() 73 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" )); in notifyContextMenuExecute() 74 xRootMenuEntry.setPropertyValue( "SubContainer", (Object)xSubMenuContainer ); in notifyContextMenuExecute() 82 xMenuEntry.setPropertyValue( "Text", new String( "Content" )); in notifyContextMenuExecute() 83 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5401" )); in notifyContextMenuExecute() 84 xMenuEntry.setPropertyValue( "HelpURL", new String( "5401" )); in notifyContextMenuExecute() 94 xMenuEntry.setPropertyValue( "Text", new String( "Help Agent" )); in notifyContextMenuExecute() 95 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5962" )); in notifyContextMenuExecute() [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/document/ |
| H A D | DatabaseControl.java | 83 xPropColumn.setPropertyValue(PropertyNames.PROPERTY_NAME, sUniqueName); in createGridColumn() 89 xPropColumn.setPropertyValue("Hidden", Boolean.valueOf(bHidden)); in createGridColumn() 90 xPropColumn.setPropertyValue("DataField", sFieldName); in createGridColumn() 91 xPropColumn.setPropertyValue(PropertyNames.PROPERTY_LABEL, _columntitle); in createGridColumn() 92 …xPropColumn.setPropertyValue(PropertyNames.PROPERTY_WIDTH, 0); // Width of column is adjusted to … in createGridColumn() 96 …xPropColumn.setPropertyValue( "MouseWheelBehavior", new Short( com.sun.star.awt.MouseWheelBehavior… in createGridColumn() 206 xPropertySet.setPropertyValue("TreatAsNumber", Boolean.TRUE); in setNumericLimits() 225 xPropertySet.setPropertyValue("EffectiveMax", new Double(Long.MAX_VALUE)); in setNumericLimits() 226 xPropertySet.setPropertyValue("EffectiveMin", new Double(Long.MIN_VALUE)); in setNumericLimits() 229 … xPropertySet.setPropertyValue("EffectiveMax", new Double(Integer.MAX_VALUE)); in setNumericLimits() [all …]
|