| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | Theme.cxx | 159 setPropertyValue( in InitializeTheme() 162 setPropertyValue( in InitializeTheme() 186 setPropertyValue( in UpdateTheme() 190 setPropertyValue( in UpdateTheme() 193 setPropertyValue( in UpdateTheme() 196 setPropertyValue( in UpdateTheme() 199 setPropertyValue( in UpdateTheme() 202 setPropertyValue( in UpdateTheme() 205 setPropertyValue( in UpdateTheme() 208 setPropertyValue( in UpdateTheme() [all …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/main/chart2/qa/complex/chart2/ |
| H A D | TestCaseOldAPI.java | 134 xDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle() 148 xTitleProp.setPropertyValue( "String", aTitle ); in testTitle() 149 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle() 184 xDocProp.setPropertyValue( "HasSubTitle", new Boolean( true )); in testSubTitle() 199 xTitleProp.setPropertyValue( "CharColor", new Integer( nColor ) ); in testSubTitle() 200 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle() 201 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle() 239 xProp.setPropertyValue( "FillColor", new Integer( nColor ) ); in testDiagram() 253 xProp.setPropertyValue( "HasYAxisDescription", new Boolean( bFirstYAxisText )); in testDiagram() 275 xProp.setPropertyValue( "HasSecondaryYAxis", new Boolean( bSecondaryYAxis )); in testDiagram() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 194 xPropSet->setPropertyValue( C2U("MediaType"), a ); in storePictureInDoc() 1180 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionX"), aTmp); in Import() 1182 xPropSet->setPropertyValue(WW8_ASCII2STR("PositionY"), aTmp); in Import() 1184 xPropSet->setPropertyValue(WW8_ASCII2STR("Width"), aTmp); in Import() 1186 xPropSet->setPropertyValue(WW8_ASCII2STR("Height"), aTmp); in Import() 1188 xPropSet->setPropertyValue(WW8_ASCII2STR("HelpText"), uno::Any(OUString(msToolTip))); in Import() 1193 xPropSet->setPropertyValue(WW8_ASCII2STR("Step"), aTmp); in Import() 1198 xPropSet->setPropertyValue(WW8_ASCII2STR("EnableVisible"), uno::makeAny( mbVisible ) ); in Import() 1341 xFormPropSet->setPropertyValue( WW8_ASCII2STR("Name"), aTmp ); in GetFormComps() 1367 rPropSet->setPropertyValue( WW8_ASCII2STR("Name"), aTmp ); in Import() [all …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/main/forms/qa/integration/forms/ |
| H A D | MasterDetailForms.java | 148 …m_masterForm.setPropertyValue( "ActiveConnection", _databaseDocument.defaultConnection().getXConne… in impl_createForms() 149 … m_masterForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms() 150 m_masterForm.setPropertyValue( "Command", "master" ); in impl_createForms() 155 …m_detailForm.setPropertyValue( "ActiveConnection", _databaseDocument.defaultConnection().getXConne… in impl_createForms() 156 … m_detailForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms() 157 m_detailForm.setPropertyValue( "Command", "detail" ); in impl_createForms() 178 m_detailForm.setPropertyValue( "MasterFields", new String[] { "ID1", "ID2" } ); in checkMultipleKeys() 179 m_detailForm.setPropertyValue( "DetailFields", new String[] { "FK_ID1", "FK_ID2" } ); in checkMultipleKeys() 272 m_masterForm.setPropertyValue( "Command", "categories" ); in checkDetailFormDefaults() 273 m_masterForm.setPropertyValue( "CommandType", new Integer( CommandType.TABLE ) ); in checkDetailFormDefaults() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Database/ |
| H A D | sdbcx.java | 325 xTable.setPropertyValue("Name","SALESMAN"); in createTableSalesMen() 333 xCol.setPropertyValue("Name","SNR"); in createTableSalesMen() 334 xCol.setPropertyValue("Type",new Integer(DataType.INTEGER)); in createTableSalesMen() 335 xCol.setPropertyValue("IsNullable",new Integer(ColumnValue.NO_NULLS)); in createTableSalesMen() 338 xCol.setPropertyValue("Name","FIRSTNAME"); in createTableSalesMen() 339 xCol.setPropertyValue("Type",new Integer(DataType.VARCHAR)); in createTableSalesMen() 340 xCol.setPropertyValue("IsNullable",new Integer(ColumnValue.NULLABLE)); in createTableSalesMen() 341 xCol.setPropertyValue("Precision",new Integer(50)); in createTableSalesMen() 344 xCol.setPropertyValue("Name","LASTNAME"); in createTableSalesMen() 345 xCol.setPropertyValue("Precision",new Integer(100)); in createTableSalesMen() [all …]
|
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLAxisContext.cxx | 194 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in getTitleShape() 231 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateGrid() 243 xGridProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LineColor" )), in CreateGrid() 439 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateAxis() 467 … xDiaProp->setPropertyValue( OUString::createFromAscii( "HasXAxis" ), uno::makeAny(sal_True) ); in CreateAxis() 482 m_xAxisProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LineColor" )), in CreateAxis() 485 m_xAxisProps->setPropertyValue( OUString::createFromAscii( "DisplayLabels" ), aFalseBool ); in CreateAxis() 488 m_xAxisProps->setPropertyValue( OUString::createFromAscii( "AutoOrigin" ), aTrueBool ); in CreateAxis() 491 …m_xAxisProps->setPropertyValue( OUString::createFromAscii( "AxisType" ), uno::makeAny(m_nAxisType)… in CreateAxis() 547 xNewAxisProp->setPropertyValue( OUString::createFromAscii("LineStyle") in CreateAxis() [all …]
|