Home
last modified time | relevance | path

Searched refs:setPropertyValue (Results 26 – 50 of 1681) sorted by relevance

12345678910>>...68

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DContextMenuInterceptor.java62 xSeparator.setPropertyValue( "SeparatorType", (Object)aSeparatorType ); in notifyContextMenuExecute()
71 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" )); in notifyContextMenuExecute()
73 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" )); 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()
96 xMenuEntry.setPropertyValue( "HelpURL", new String( "5962" )); in notifyContextMenuExecute()
105 xMenuEntry.setPropertyValue( "Text", new String( "Tips" )); in notifyContextMenuExecute()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java391 xFTPSet.setPropertyValue("Label", _sLabel); in insertFixedText()
436 xCFModelPSet.setPropertyValue("CurrencySymbol", "$"); in insertCurrencyField()
437 xCFModelPSet.setPropertyValue("Value", new Double(2.93)); in insertCurrencyField()
520 xFLPSet.setPropertyValue("Label", _sLabel); in insertHorizontalFixedLine()
557 xGBPSet.setPropertyValue("Label", "~My GroupBox"); in insertGroupBox()
730 xPFModelPSet.setPropertyValue("EditMask", "NNLLLLLLLL"); in insertPatternField()
880 xCBModelPSet.setPropertyValue("TriState", Boolean.TRUE); in insertCheckBox()
966 xLBModelPSet.setPropertyValue("SelectedItems", nSelItems); in insertListBox()
1008 xCbBModelPSet.setPropertyValue("ReadOnly", Boolean.FALSE); in insertComboBox()
1450 xRMItemPSet.setPropertyValue("Label", _sLabel); in insertRoadmapItem()
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java83 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()
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()
233 xPropertySet.setPropertyValue("EffectiveMax", new Double(Short.MAX_VALUE)); in setNumericLimits()
234 xPropertySet.setPropertyValue("EffectiveMin", new Double(Short.MIN_VALUE)); in setNumericLimits()
237 xPropertySet.setPropertyValue("EffectiveMax", new Double(127)); in setNumericLimits()
[all …]
H A DControl.java132 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, sControlName); in insertControlInContainer()
245 xPropertySet.setPropertyValue("Text", sText); in getPreferredSize()
249 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_LABEL, sText); in getPreferredSize()
268 xPropertySet.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
298 xPropertySet.setPropertyValue("EffectiveValue", new Double(99999)); in getPeerSize()
305 xPropertySet.setPropertyValue("EffectiveValue", com.sun.star.uno.Any.VOID); in getPeerSize()
313 xPropertySet.setPropertyValue("Date", 4711); //TODO find a better date in getPeerSize()
315 xPropertySet.setPropertyValue("Date", com.sun.star.uno.Any.VOID); in getPeerSize()
321 xPropertySet.setPropertyValue("Time", com.sun.star.uno.Any.VOID); in getPeerSize()
335 xPropertySet.setPropertyValue("Text", stext); in getPeerSize()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx405 xSet->setPropertyValue( sBookmark, Any( msHyperlink ) ); in EndElement()
594 xPropSet->setPropertyValue( in SetTransformation()
787 xPropSet->setPropertyValue( sProperty, uno::makeAny( aInternalURL ) ); in SetThumbnail()
1175 xPropSet->setPropertyValue( in StartElement()
2327 xPropSet->setPropertyValue(aPageNumberStr, uno::makeAny( mnPageNumber )); in StartElement()
3241 xProps->setPropertyValue( sVisibleArea, aAny ); in EndElement()
3290 xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Loop" ) ), in EndElement()
3297 xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Mute" ) ), in EndElement()
3819 xPropSet->setPropertyValue( EASGet( EAS_CustomShapeEngine ), aAny ); in StartElement()
3825 xPropSet->setPropertyValue( EASGet( EAS_CustomShapeData ), aAny ); in StartElement()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java215 props.setPropertyValue("Title", title); in createConfirmDialog()
232 labelProps.setPropertyValue("Label", prompt); in createConfirmDialog()
242 buttonProps.setPropertyValue("Name", "Ok"); in createConfirmDialog()
243 buttonProps.setPropertyValue("Label", "Ok"); in createConfirmDialog()
253 buttonProps.setPropertyValue("Name", "Cancel"); in createConfirmDialog()
254 buttonProps.setPropertyValue("Label", "Cancel"); in createConfirmDialog()
324 props.setPropertyValue("Title", title); in createInputDialog()
340 labelProps.setPropertyValue("Label", prompt); in createInputDialog()
360 buttonProps.setPropertyValue("Name", "Ok"); in createInputDialog()
361 buttonProps.setPropertyValue("Label", "Ok"); in createInputDialog()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackGraphic.java72 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_LeftBottom()
132 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_LeftMiddle()
192 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_LeftTop()
252 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_MiddleBottom()
312 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_MiddleMiddle()
372 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_MiddleTop()
433 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_RightBottom()
493 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_RightMiddle()
553 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_RightTop()
613 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_Area()
[all …]
H A DParagraphInsertBreak.java64 xCursorProps.setPropertyValue("ParaSplit",false); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
65 xCursorProps.setPropertyValue("ParaKeepTogether",true); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
116 xCursorProps.setPropertyValue("ParaOrphans",(byte)2); in InsertPage_BeforeBreak_Orphan_WindowControl()
117 xCursorProps.setPropertyValue("ParaWidows",(byte)2); in InsertPage_BeforeBreak_Orphan_WindowControl()
306 xCursorProps.setPropertyValue("PageDescName","Endnote"); in InsertPage_Endnote_BeforeBreak()
307 xCursorProps.setPropertyValue("PageNumberOffset",(short)3); in InsertPage_Endnote_BeforeBreak()
358 xCursorProps.setPropertyValue("PageDescName","Envelope"); in InsertPage_Envelop_BeforeBreak()
461 xCursorProps.setPropertyValue("PageDescName","Footnote"); in InsertPage_Footnote_BeforeBreak()
512 xCursorProps.setPropertyValue("PageDescName","HTML"); in InsertPage_HTML_BeforeBreak()
563 xCursorProps.setPropertyValue("PageDescName","Index"); in InsertPage_Index_BeforeBreak()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java150 aArea.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testArea()
151 aArea.setPropertyValue( "FillColor", new Integer( 0xeeeeee )); in testArea()
165 aWall.setPropertyValue( "FillColor", new Integer( 0xcccccc )); in testWall()
166 aWall.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testWall()
178 aDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
200 aLegendProp.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testLegend()
214 aDiaProp.setPropertyValue( "Dim3D", aTrue ); in testThreeD()
215 aDiaProp.setPropertyValue( "Deep", aTrue ); in testThreeD()
222 aFloor.setPropertyValue( "FillColor", new Integer( 0x6b2394 )); in testThreeD()
271 aDiaProp.setPropertyValue( "D3DTransformMatrix", aMatrix ); in testThreeD()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiPropDialog.java78 GetPropSet( "CommentText" ).setPropertyValue( "AutoVScroll", Boolean.TRUE ); in InitControls()
92 …GetPropSet( "FixedLine2" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.… in InitStrings()
97 …GetPropSet( "AddButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.D… in InitStrings()
98 …GetPropSet( "SendButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( xContext, Helper.… in InitStrings()
151 xPS.setPropertyValue("StringItemList", WikiList); in fillWikiList()
168 xPS.setPropertyValue("StringItemList", m_aSettings.getWikiDocList(sel[0], 5)); in fillDocList()
188 xPS.setPropertyValue("Text", sArticle); in SetWikiTitle()
211 xSendButton.setPropertyValue( "Enabled", Boolean.TRUE ); in switchSendButtonIfNecessary()
213 xSendButton.setPropertyValue( "Enabled", Boolean.FALSE ); in switchSendButtonIfNecessary()
236 GetPropSet( pControls[nInd] ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterEmphasis.java88 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
92 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
96 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
100 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
104 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting()
108 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
112 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
113 …xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.DOT_ABOVE)); in testCharacterEmphasisSetting()
116 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
120 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx68 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in getHeaderDistance()
91 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in setHeaderDistance()
101 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin")), uno::make… in setHeaderDistance()
102 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderBodyDistance")), … in setHeaderDistance()
103 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight")), uno::m… in setHeaderDistance()
111 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::mak… in getFooterDistance()
125 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::mak… in setFooterDistance()
180 …xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter()
181 …xStyleProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn")), uno::mak… in setDifferentFirstPageHeaderFooter()
193 …xTableProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageDescName") ), uno:… in setDifferentFirstPageHeaderFooter()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx239 xPropertySet->setPropertyValue(sPropertyHint, aAny); in PrepareField()
488 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField()
526 xPropertySet->setPropertyValue(sPropertyIsInput, aAny); in PrepareField()
530 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField()
586 xPropertySet->setPropertyValue(sPropertyContent, aAny); in PrepareField()
620 xPropertySet->setPropertyValue(sPropertyContent, aAny); in PrepareField()
657 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField()
694 xPropertySet->setPropertyValue(sPropertyContent, aAny); in PrepareField()
923 xFieldMaster->setPropertyValue( in XMLVariableDeclImportContext()
1068 xMaster->setPropertyValue( in FindFieldMaster()
[all …]
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx90 xProp->setPropertyValue( C2U( UNO_NAME_MISC_OBJ_NAME ) in setShapeName()
767 xProp->setPropertyValue( C2U( UNO_NAME_3D_HORZ_SEGS ) in impl_createConeOrCylinder()
769 xProp->setPropertyValue( C2U( UNO_NAME_3D_VERT_SEGS ) in impl_createConeOrCylinder()
1169 xProp->setPropertyValue( C2U( UNO_NAME_3D_LINEONLY ) in createStripe()
1275 xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ) in createArea2D()
1849 xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ) in createSymbol2D()
1853 xProp->setPropertyValue( C2U( UNO_NAME_LINECOLOR ) in createSymbol2D()
1857 xProp->setPropertyValue( C2U( UNO_NAME_FILLCOLOR ) in createSymbol2D()
2041 xProp->setPropertyValue( C2U( UNO_NAME_CIRCKIND ) in createCircle2D()
2081 xProp->setPropertyValue( C2U( UNO_NAME_3D_LINEONLY ) in createLine3D()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1087 … xGraphProps->setPropertyValue( rtl::OUString::createFromAscii( "Height" ), in lcl_attribute()
1089 … xGraphProps->setPropertyValue( rtl::OUString::createFromAscii( "Width" ), in lcl_attribute()
1098 xGraphProps->setPropertyValue( in lcl_attribute()
1123 xShapeProps->setPropertyValue in lcl_attribute()
1127 xShapeProps->setPropertyValue in lcl_attribute()
1544 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_ANCHOR_TYPE), in createGraphicObject()
1572 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_TITLE ), in createGraphicObject()
1587 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_SIZE), in createGraphicObject()
1653 … xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_SURROUND ), in createGraphicObject()
1687 … xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_GAMMA ), in createGraphicObject()
[all …]
H A DDomainMapper_Impl.cxx1245 xPageStyle->setPropertyValue( in PushPageHeader()
1284 xPageStyle->setPropertyValue( in PushPageFooter()
1519 xProps->setPropertyValue( in PushShapeContext()
1522 xProps->setPropertyValue( in PushShapeContext()
2445 xPropertySet->setPropertyValue( in SetNumberFormat()
2486 xMaster->setPropertyValue( in FindOrCreateFieldMaster()
2736 xFieldProperties->setPropertyValue( in handleFieldAsk()
2739 xFieldProperties->setPropertyValue( in handleFieldAsk()
2767 xFieldProperties->setPropertyValue( in handleAutoNum()
2782 xFieldProperties->setPropertyValue in handleAuthor()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx280 m_xDest->setPropertyValue(PROPERTY_NAME,makeAny(_rName)); in SetName()
295 m_xDest->setPropertyValue(PROPERTY_HELPTEXT,makeAny(_sHelpText)); in SetHelpText()
373 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType()
389 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(_nType)); in SetTypeValue()
407 m_xDest->setPropertyValue(PROPERTY_PRECISION,makeAny(_rPrecision)); in SetPrecision()
422 m_xDest->setPropertyValue(PROPERTY_SCALE,makeAny(_rScale)); in SetScale()
452 m_xDest->setPropertyValue(PROPERTY_FORMATKEY,makeAny(_rFormatKey)); in SetFormatKey()
482 m_xDest->setPropertyValue(PROPERTY_ISAUTOINCREMENT,makeAny(_bAuto)); in SetAutoIncrement()
663 m_xDest->setPropertyValue(PROPERTY_TYPENAME,makeAny(_sTypeName)); in SetTypeName()
691 _rxColumn->setPropertyValue(PROPERTY_WIDTH,m_aWidth); in copyColumnSettingsTo()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java577 xCursorProps.setPropertyValue ( "CharWeight", in TextCursorExample()
623 xMasterPropSet.setPropertyValue ( "Name", "UserEmperor" ); in TextFieldExample()
679 xSet.setPropertyValue ( "ParaAdjust", in ParagraphExample()
753 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in TextTableExample()
821 xFrameProps.setPropertyValue( "AnchorType", in TextFrameExample()
897 xTableProps.setPropertyValue( "BackTransparent", in AutoTextExample()
1087 xEntry.setPropertyValue( in IndexExample()
1216 xFieldProps.setPropertyValue ( "ReferenceFieldPart", in ReferenceExample()
1356 xRectProps.setPropertyValue ( "AnchorType", in DrawPageExample()
1358 xEllipseProps.setPropertyValue ( "AnchorType", in DrawPageExample()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx54 xRangeProps->setPropertyValue( VALIDATION , uno::makeAny( xProps ) ); in lcl_setValidationProps()
99 xProps->setPropertyValue( SHOWLIST, uno::makeAny( nDropDown ) ); in setInCellDropdown()
133 xProps->setPropertyValue( SHOWERROR, uno::makeAny( _showerror ) ); in setShowError()
212 xProps->setPropertyValue( IGNOREBLANK, uno::makeAny( sal_True ) ); in Delete()
213 xProps->setPropertyValue( SHOWINPUT, uno::makeAny( sal_True ) ); in Delete()
214 xProps->setPropertyValue( SHOWERROR, uno::makeAny( sal_True ) ); in Delete()
215 xProps->setPropertyValue( ERRORTITLE, uno::makeAny( sBlank ) ); in Delete()
216 xProps->setPropertyValue( INPUTMESS, uno::makeAny( sBlank) ); in Delete()
253 xProps->setPropertyValue( STYPE, uno::makeAny(nValType )); in Add()
260 xProps->setPropertyValue( STYPE, uno::makeAny(nValType )); in Add()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx134 xProps->setPropertyValue( in importTextColorStyle()
148 xProps->setPropertyValue( in importTextColorStyle()
163 xProps->setPropertyValue( in importTextLineColorStyle()
177 xProps->setPropertyValue( in importTextLineColorStyle()
192 xProps->setPropertyValue( in importFillColorStyle()
206 xProps->setPropertyValue( in importFillColorStyle()
221 xProps->setPropertyValue( in importBackgroundColorStyle()
235 xProps->setPropertyValue( in importBackgroundColorStyle()
329 xProps->setPropertyValue( in setFontProperties()
331 xProps->setPropertyValue( in setFontProperties()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java165 xImageModel.setPropertyValue( "ImageURL", m_sImageURL ); in checkImageControl()
200 xImageModel.setPropertyValue( "ImageURL", new String() ); in checkImageControl()
238 checkModel.setPropertyValue( "State", new Short( (short)0 ) ); in checkCrossUpdates_checkBox()
248 checkModel.setPropertyValue( "State", new Short( (short)2 ) ); in checkCrossUpdates_checkBox()
310 radioModel.setPropertyValue( "State", new Short( (short)1 ) ); in checkCrossUpdates_radioButton()
547 xImageField.setPropertyValue( "Tabstop", new Boolean( true ) ); in createSampleDocument()
548 xCheckBox.setPropertyValue( "TriState", new Boolean( true ) ); in createSampleDocument()
558 m_masterForm.setPropertyValue( "Command", s_tableName ); in createSampleDocument()
580 xRadio.setPropertyValue( "Label", label ); in insertRadio()
581 xRadio.setPropertyValue( "RefValue", refValue ); in insertRadio()
[all …]
H A DSingleControlValidation.java82 m_inputLabel.setPropertyValue( "Label", text ); in setExplanatoryText()
96 m_inputLabel.setPropertyValue( "MultiLine", new Boolean( true ) ); in createControls()
100 m_inputLabel.setPropertyValue( "FontDescriptor", font ); in createControls()
110 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
111 controls[ i ].setPropertyValue( "Tag", String.valueOf( i ) ); in createControls()
114 controls[ i ].setPropertyValue( "Border", new Short( (short)2 ) ); in createControls()
125 xLabel.setPropertyValue( "Label", new String( "Status:" ) ); in createControls()
128 m_statusField.setPropertyValue( "Label", new String( "" ) ); in createControls()
136 m_explanationField.setPropertyValue( "Label", new String( "" ) ); in createControls()
172 m_statusField.setPropertyValue("Label", isValid ? "valid" : "invalid" ); in componentValidityChanged()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DContextMenuInterceptor.java76 xViewSettings.getViewSettings().setPropertyValue( in main()
174 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" )); in notifyContextMenuExecute()
176 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" )); in notifyContextMenuExecute()
186 xMenuEntry.setPropertyValue( "Text", new String( "Content" )); in notifyContextMenuExecute()
187 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5401" )); in notifyContextMenuExecute()
188 xMenuEntry.setPropertyValue( "HelpURL", new String( "5401" )); in notifyContextMenuExecute()
198 xMenuEntry.setPropertyValue( "Text", new String( "Help Agent" )); in notifyContextMenuExecute()
199 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5962" )); in notifyContextMenuExecute()
200 xMenuEntry.setPropertyValue( "HelpURL", new String( "5962" )); in notifyContextMenuExecute()
210 xMenuEntry.setPropertyValue( "Text", new String( "Tips" )); in notifyContextMenuExecute()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXMailMerge.java118 oRowSetProps.setPropertyValue("DataSourceName",cDataSourceName); in createTestEnvironment()
119 oRowSetProps.setPropertyValue("Command",cDataCommand); in createTestEnvironment()
165 oObjProps.setPropertyValue("Command", cDataCommand); in createTestEnvironment()
168 oObjProps.setPropertyValue("DocumentURL", cTestDoc); in createTestEnvironment()
169 oObjProps.setPropertyValue("OutputURL", cOutputURL); in createTestEnvironment()
170 oObjProps.setPropertyValue("FileNamePrefix", "Author"); in createTestEnvironment()
171 oObjProps.setPropertyValue("FileNameFromColumn", new Boolean(false)); in createTestEnvironment()
172 oObjProps.setPropertyValue("Selection", new Object[0]); in createTestEnvironment()
256 oRowSetProps.setPropertyValue("DataSourceName",cDataSourceName); in createTestEnvironment()
257 oRowSetProps.setPropertyValue("Command",cDataCommand); in createTestEnvironment()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java78 m_inputLabel.setPropertyValue( "Label", text ); in setExplanatoryText()
92 m_inputLabel.setPropertyValue( "MultiLine", new Boolean( true ) ); in createControls()
96 m_inputLabel.setPropertyValue( "FontDescriptor", font ); in createControls()
106 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
107 controls[ i ].setPropertyValue( "Tag", String.valueOf( i ) ); in createControls()
110 controls[ i ].setPropertyValue( "Border", new Short( (short)2 ) ); in createControls()
121 xLabel.setPropertyValue( "Label", new String( "Status:" ) ); in createControls()
124 m_statusField.setPropertyValue( "Label", new String( "" ) ); in createControls()
132 m_explanationField.setPropertyValue( "Label", new String( "" ) ); in createControls()
168 m_statusField.setPropertyValue("Label", isValid ? "valid" : "invalid" ); in componentValidityChanged()
[all …]

Completed in 470 milliseconds

12345678910>>...68