Home
last modified time | relevance | path

Searched refs:setPropertyValue (Results 126 – 150 of 1681) sorted by relevance

12345678910>>...68

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DSbaXGridControl.java265 aControl.setPropertyValue("DataField", "Identifier"); in createTestEnvironment()
266 aControl.setPropertyValue("Label", "Identifier"); in createTestEnvironment()
268 aControl2.setPropertyValue("DataField", "Publisher"); in createTestEnvironment()
269 aControl2.setPropertyValue("Label", "Publisher"); in createTestEnvironment()
271 aControl3.setPropertyValue("DataField", "Author"); in createTestEnvironment()
272 aControl3.setPropertyValue("Label", "Author"); in createTestEnvironment()
274 aControl4.setPropertyValue("DataField", "Title"); in createTestEnvironment()
275 aControl4.setPropertyValue("Label", "Title"); in createTestEnvironment()
417 ps.setPropertyValue("Text", lastText); in createTestEnvironment()
460 model_props.setPropertyValue("DefaultControl", in createGrid()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java129 xPropPageStyle.setPropertyValue("RightMargin", new Integer(nMargin)); in adjustPageStyle()
130 xPropPageStyle.setPropertyValue("LeftMargin", new Integer(nMargin)); in adjustPageStyle()
131 xPropPageStyle.setPropertyValue("TopMargin", new Integer(nMargin)); in adjustPageStyle()
132 xPropPageStyle.setPropertyValue("BottomMargin", new Integer(nMargin)); in adjustPageStyle()
325 … oSubControlForm.xPropertySet.setPropertyValue("DetailFields", LinkFieldNames[0]); in finalizeForms()
326 … oSubControlForm.xPropertySet.setPropertyValue("MasterFields", LinkFieldNames[1]); in finalizeForms()
508 xPropertySet.setPropertyValue("DataSourceName", getDataSourceName()); in setFormProperties()
509 xPropertySet.setPropertyValue(PropertyNames.COMMAND, _oDBMetaData.getCommandName()); in setFormProperties()
510 …xPropertySet.setPropertyValue(PropertyNames.COMMAND_TYPE, new Integer(_oDBMetaData.getCommandType(… in setFormProperties()
513 … xPropertySet.setPropertyValue(_aPropertySetList[i].Name, _aPropertySetList[i].Value); in setFormProperties()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx490 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
508 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
542 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
581 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
614 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
647 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
680 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
708 GetPropertySet()->setPropertyValue( C2U( "FillBitmapName" ), aValue ); in ApplySpecialItem()
744 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
781 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
[all …]
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs80 xPropSet.setPropertyValue( in doCellRangeSamples()
82 xPropSet.setPropertyValue( in doCellRangeSamples()
85 xPropSet.setPropertyValue( in doCellRangeSamples()
88 xPropSet.setPropertyValue( in doCellRangeSamples()
90 xPropSet.setPropertyValue( in doCellRangeSamples()
122 xPropSet.setPropertyValue( "Width", new uno.Any( (Int32) 6000 ) ); in doCellRangeSamples()
382 xPropSet.setPropertyValue( in setDate()
414 xPropSet.setPropertyValue( in prepareRange()
430 xPropSet.setPropertyValue( in prepareRange()
437 xPropSet.setPropertyValue( in prepareRange()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx102 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS )… in setVerticalAlignment()
178 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHJUS )… in setHorizontalAlignment()
257 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLORI ) … in setOrientation()
310 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_WRAP ) ), … in setWrapText()
410 …mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), … in setNumberFormat()
439 mxPropertySet->setPropertyValue(sNumFormat, uno::makeAny( nNewFormat )); in setNumberFormatLocal()
493 mxPropertySet->setPropertyValue( sHoriJust, uno::makeAny( table::CellHoriJustify_LEFT) ) ; in setIndentLevel()
539 mxPropertySet->setPropertyValue(sCellProt, uno::makeAny( aCellProtection ) ); in setLocked()
559 mxPropertySet->setPropertyValue(sCellProt,uno::makeAny(aCellProtection)); in setFormulaHidden()
640 …mxPropertySet->setPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SHRINK_TO_F… in setShrinkToFit()
[all …]
/trunk/main/odk/examples/java/Text/
H A DStyleCreation.java81 xPropertySet.setPropertyValue("CharFontName", new String( "Helvetica" ) ); in main()
84 xPropertySet.setPropertyValue("CharHeight", new Float( 36 ) ); in main()
87 xPropertySet.setPropertyValue("CharWeight", in main()
91 xPropertySet.setPropertyValue("CharAutoKerning", new Boolean( true ) ); in main()
93 xPropertySet.setPropertyValue("ParaAdjust", in main()
97 xPropertySet.setPropertyValue("ParaFirstLineIndent", new Integer( 0 ) ); in main()
100 xPropertySet.setPropertyValue("BreakType", in main()
120 xParagraphPropertySet.setPropertyValue("ParaStyleName", in main()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx910 xCurrentCol->setPropertyValue(FM_PROP_LABEL, aColName); in InsertFields()
981 aPropertySet->setPropertyValue(C2U("ResultSetType"),aVal ); in createDatabaseForm()
987 aPropertySet->setPropertyValue(C2U("FetchSize"), aVal); in createDatabaseForm()
1013 aPropertySet->setPropertyValue(C2U("Command"), aVal); in createDatabaseForm()
1015 aPropertySet->setPropertyValue(C2U("CommandType"), aVal); in createDatabaseForm()
1187 aPropertySet->setPropertyValue(C2U("ActiveConnection"), aVal); in setActiveDataSource()
1207 aPropertySet->setPropertyValue(C2U("Command"), aVal); in setActiveDataSource()
1274 aPropertySet->setPropertyValue( C2U("Command"), aVal ); in setActiveDataTable()
1423 xPropSet->setPropertyValue( C2U("Name"), makeAny( rName ) ); in createGridModel()
1428 xPropSet->setPropertyValue( C2U("DefaultControl"),aAny ); in createGridModel()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_ChartAxis.java69 oObj.setPropertyValue("AutoOrigin", new Boolean(true)); in _Max()
70 oObj.setPropertyValue("AutoMax",new Boolean(false)); in _Max()
101 oObj.setPropertyValue("AutoOrigin", new Boolean(true)); in _Min()
102 oObj.setPropertyValue("AutoMin", new Boolean(false)); in _Min()
130 oObj.setPropertyValue("Logarithmic",new Boolean(false)); in _Origin()
169 oObj.setPropertyValue("AutoStepMain", new Boolean(false)); in _StepMain()
170 oObj.setPropertyValue("Logarithmic",new Boolean(false)); in _StepMain()
H A D_ChartAxisYSupplier.java72 oObj.setPropertyValue("HasYAxis", Boolean.TRUE); in _HasYAxis()
76 oObj.setPropertyValue("HasYAxisDescription", Boolean.TRUE); in _HasYAxis()
78 oObj.setPropertyValue("HasYAxis", Boolean.FALSE); in _HasYAxis()
87 oObj.setPropertyValue("HasYAxis", Boolean.TRUE); in _HasYAxis()
99 oObj.setPropertyValue("HasYAxis", new Boolean(res)); in _HasYAxis()
128 oObj.setPropertyValue("HasYAxis", Boolean.TRUE); in _HasYAxisDescription()
134 oObj.setPropertyValue("HasYAxisDescription", new Boolean(!res)); in _HasYAxisDescription()
/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx316 …xDatabaseRangePropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_M… in EndElement()
317 …xDatabaseRangePropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_S… in EndElement()
385 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ORIENT))… in EndElement()
386 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_CONTHDR)… in EndElement()
387 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_COPYOUT)… in EndElement()
388 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISCASE))… in EndElement()
389 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SKIPDUP)… in EndElement()
391 …xFilterPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_OUTPOS))… in EndElement()
411 …xSubTotalPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_USERSORTLISTIN… in EndElement()
412 …xSubTotalPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INSBRK… in EndElement()
[all …]
H A Dxmlcelli.cxx527 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRMESS)), uno… in SetContentValidation()
529 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRTITLE)), un… in SetContentValidation()
531 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPMESS)), uno… in SetContentValidation()
533 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPTITLE)), un… in SetContentValidation()
534 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWERR)), uno… in SetContentValidation()
535 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWINP)), uno… in SetContentValidation()
536 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_TYPE)), uno::m… in SetContentValidation()
537 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_IGNOREBL)), un… in SetContentValidation()
538 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWLIST)), un… in SetContentValidation()
539 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRALSTY)), un… in SetContentValidation()
[all …]
H A Dxmlwrap.cxx236 xInfoSet->setPropertyValue( sPropName, uno::makeAny( sStream ) ); in ImportFromComponent()
452 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Import()
471 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aBaseURL ) ); in Import()
490 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aName ) ); in Import()
498 xInfoSet->setPropertyValue(sOrganizerMode, uno::makeAny(sal_True)); in Import()
680 xModelSet->setPropertyValue( sBuildPropName, xInfoSet->getPropertyValue(sBuildPropName) ); in Import()
763 xSet->setPropertyValue( aUseCommonPassPropName, uno::makeAny(sal_True) ); in ExportToComponent()
782 xInfoSet->setPropertyValue( sPropName, uno::makeAny( sName ) ); in ExportToComponent()
923 xInfoSet->setPropertyValue( sTargetStorage, uno::Any( xStorage ) ); in Export()
928 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aBaseURL ) ); in Export()
[all …]
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx310 rPropertySet->setPropertyValue( sURL, Any( sUrl ) ); in Prepare()
311 rPropertySet->setPropertyValue( sTitle, Any( sTitleBuffer.makeStringAndClear() ) ); in Prepare()
312 rPropertySet->setPropertyValue( sDescription, Any( sDescriptionBuffer.makeStringAndClear() ) ); in Prepare()
313 rPropertySet->setPropertyValue( sTarget, Any( sTargt ) ); in Prepare()
314 rPropertySet->setPropertyValue( sIsActive, Any( bIsActive ) ); in Prepare()
315 rPropertySet->setPropertyValue( sName, Any( sNam ) ); in Prepare()
424 rPropertySet->setPropertyValue( sBoundary, aAny ); in Prepare()
520 rPropertySet->setPropertyValue(sPolygon, aAny); in Prepare()
622 rPropertySet->setPropertyValue( sCenter, aAny ); in Prepare()
626 rPropertySet->setPropertyValue( sRadius, aAny ); in Prepare()
[all …]
H A Danimimp.cxx608 xSet->setPropertyValue( mpImpl->msDimPrev, aAny ); in EndElement()
611 xSet->setPropertyValue( mpImpl->msDimColor, aAny ); in EndElement()
616 xSet->setPropertyValue( mpImpl->msIsAnimation, aAny ); in EndElement()
627 xSet->setPropertyValue( mpImpl->msDimHide, aAny ); in EndElement()
633 …xSet->setPropertyValue( mbTextEffect ? mpImpl->msTextEffect : mpImpl->msEffect, makeAny( eEffect )… in EndElement()
634 xSet->setPropertyValue( mpImpl->msSpeed, makeAny( meSpeed ) ); in EndElement()
640 xSet->setPropertyValue( mpImpl->msAnimPath, makeAny( xPath ) ); in EndElement()
650 xSet->setPropertyValue( mpImpl->msSound, aAny ); in EndElement()
653 xSet->setPropertyValue( mpImpl->msPlayFull, aAny ); in EndElement()
656 xSet->setPropertyValue( mpImpl->msSoundOn, aAny ); in EndElement()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java131 m_xtextProps.setPropertyValue("NumberingRules", numberingRules); in setNumberingType()
133 m_xtextProps.setPropertyValue("NumberingLevel", level); in setNumberingType()
157 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testPrefix()
200 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testSuffix()
244 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testStartWith()
293 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testFirstLineOffset()
338 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testLeftMargin()
388 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testSymbolTextDistance()
457 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in setAjust()
541 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testSymbolColor()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java86 aDocProp.setPropertyValue( "BaseDiagram", "com.sun.star.chart.XYDiagram" ); in initialize()
165 aShapeProp.setPropertyValue( "LineColor", new Integer( 0xe01010 )); in refresh()
166 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh()
167 aShapeProp.setPropertyValue( "Name", "top" ); in refresh()
188 aShapeProp.setPropertyValue( "LineColor", new Integer( 0x10e010 )); in refresh()
189 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh()
190 aShapeProp.setPropertyValue( "Name", "bottom" ); in refresh()
253 aShapeProp.setPropertyValue( "PolyPolygon", aMaxPtSeq ); in refresh()
257 aShapeProp.setPropertyValue( "PolyPolygon", aMinPtSeq ); in refresh()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java98 xShapePropSet.setPropertyValue("TextFitToSize", TextFitToSizeType.PROPORTIONAL); in ParaStyle()
101 xTextPropSet1.setPropertyValue("ParaAdjust", ParagraphAdjust.CENTER); in ParaStyle()
105 xTextPropSet1.setPropertyValue("ParaLineSpacing", xLineSpacing); in ParaStyle()
108 xTextPropSet1.setPropertyValue("ParaLeftMargin", 1000); in ParaStyle()
109 xTextPropSet1.setPropertyValue("ParaRightMargin", 1000); in ParaStyle()
110 xTextPropSet1.setPropertyValue("ParaTopMargin", 1000); in ParaStyle()
111 xTextPropSet1.setPropertyValue("ParaBottomMargin", 1000); in ParaStyle()
114 xTextPropSet2.setPropertyValue("CharColor", new Integer(0xff0000)); in ParaStyle()
/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx54 mxProps->setPropertyValue( in setName()
67 mxProps->setPropertyValue( in setSize()
85 mxProps->setPropertyValue( in setCharset()
108 mxProps->setPropertyValue( in setBold()
121 mxProps->setPropertyValue( in setItalic()
134 mxProps->setPropertyValue( in setUnderline()
147 mxProps->setPropertyValue( in setStrikethrough()
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx146 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCode"), uno::makeAny( ::rtl::OUStr… in CreateApplet()
147 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletName"), uno::makeAny( ::rtl::OUStr… in CreateApplet()
148 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletIsScript"), uno::makeAny( sal_Bool… in CreateApplet()
149 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletDocBase"), uno::makeAny( ::rtl::OU… in CreateApplet()
151 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase"), uno::makeAny( ::rtl::O… in CreateApplet()
153 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase"), uno::makeAny( ::rtl::O… in CreateApplet()
195 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands"), uno::makeAny( aProps )… in FinishApplet()
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx139 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
144 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
153 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
158 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
168 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
173 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
179 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
222 void SAL_CALL SdUnoPageBackground::setPropertyValue( const OUString& aPropertyName, const uno::Any&… in setPropertyValue() function in SdUnoPageBackground
274 mpPropSet->setPropertyValue( pEntry, aValue ); in setPropertyValue()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx227 xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertButton()
252 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFixedText()
270 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertCheckBox()
288 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFormattedField()
306 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertComboBox()
324 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertRadioButton()
342 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertListBox()
360 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertImage()
378 xPropertySet->setPropertyValue( rPropertyName, rPropertyValue ); in setControlProperty()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx60 …xSet->setPropertyValue( s_sAutoDetectSystemHC, css::uno::makeAny(bAutoDetectSystemHC ? sal_False:s… in impl_checkGetAutoDetectSystemHC()
78 …xSet->setPropertyValue( s_sIsForPagePreviews, css::uno::makeAny(bIsForPagePreviews ? sal_False:sal… in impl_checkGetIsForPagePreviews()
96 …xSet->setPropertyValue( s_sIsHelpTipsDisappear, css::uno::makeAny(bIsHelpTipsDisappear ? sal_False… in impl_checkGetIsHelpTipsDisappear()
114 …xSet->setPropertyValue( s_sIsAllowAnimatedGraphics, css::uno::makeAny(bIsAllowAnimatedGraphics ? s… in impl_checkGetIsAllowAnimatedGraphics()
132 …xSet->setPropertyValue( s_sIsAllowAnimatedText, css::uno::makeAny(bIsAllowAnimatedText ? sal_False… in impl_checkGetIsAllowAnimatedText()
150 …xSet->setPropertyValue( s_sIsAutomaticFontColor, css::uno::makeAny(bIsAutomaticFontColor ? sal_Fal… in impl_checkGetIsAutomaticFontColor()
168 xSet->setPropertyValue( s_sIsSystemFont, css::uno::makeAny(bIsSystemFont ? sal_False:sal_True) ); in impl_checkGetIsSystemFont()
186 xSet->setPropertyValue( s_sHelpTipSeconds, css::uno::makeAny(sal_Int16(nHelpTipSeconds+1)) ); in impl_checkGetHelpTipSeconds()
204 …xSet->setPropertyValue( s_sIsSelectionInReadonly, css::uno::makeAny(bIsSelectionInReadonly ? sal_F… in impl_checkIsSelectionInReadonly()
/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx117 xFormProperties->setPropertyValue(sName, aAny); in getForm()
200 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HelpText")), aAny); in createCheckbox()
204 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultState")), aAny); in createCheckbox()
209 … xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HelpF1Text")), aAny); in createCheckbox()
213 xPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name")), aAny); in createCheckbox()
285 xShapeProps->setPropertyValue(sAnchorType, aAny); in insertControl()
290 xShapeProps->setPropertyValue(sVertOrient, aAny); in insertControl()
295 xShapeProps->setPropertyValue(sTextRange, aAny); in insertControl()
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx96 xSceneProperties->setPropertyValue( rLightSourceDirection in lcl_RotateLightSource()
221 xDiagramProps->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ), uno::makeAny( sal_True ) ); in lcl_setLightsForScheme()
229 xDiagramProps->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTDIRECTION_2 ), aADirection ); in lcl_setLightsForScheme()
246 … xDiagramProps->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTCOLOR_2 ), uno::makeAny( nColor ) ); in lcl_setLightsForScheme()
249 …xDiagramProps->setPropertyValue( C2U( UNO_NAME_3D_SCENE_AMBIENTCOLOR ), uno::makeAny( nAmbientColo… in lcl_setLightsForScheme()
1041 xSceneProperties->setPropertyValue( in setRotationAngleToDiagram()
1163 xSceneProperties->setPropertyValue( C2U("D3DCameraGeometry"), uno::makeAny( aCG )); in setCameraDistance()
1261 xProp->setPropertyValue( C2U( "D3DSceneShadeMode" ), uno::makeAny( aShadeMode )); in setScheme()
1292 xSceneProperties->setPropertyValue( C2U("D3DCameraGeometry"), uno::makeAny( aCameraGeo )); in setDefaultRotation()
1297 xSceneProperties->setPropertyValue( C2U("D3DTransformMatrix"), in setDefaultRotation()
[all …]
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx445 xFormProps->setPropertyValue( FM_PROP_COMMANDTYPE, makeAny( sal_Int32( CommandType::TABLE ) ) ); in getDefaultForm()
449 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in getDefaultForm()
526 … try { xFormProps->setPropertyValue(FM_PROP_COMMANDTYPE, makeAny(sal_Int32(CommandType::TABLE))); } in findPlaceInFormComponentHierarchy()
530 xFormProps->setPropertyValue(FM_PROP_DATASOURCE,makeAny(rDBTitle)); in findPlaceInFormComponentHierarchy()
535 xFormProps->setPropertyValue(FM_PROP_DATASOURCE, aDatabaseUrl); in findPlaceInFormComponentHierarchy()
538 xFormProps->setPropertyValue(FM_PROP_COMMAND,makeAny(rCursorSource)); in findPlaceInFormComponentHierarchy()
539 xFormProps->setPropertyValue(FM_PROP_COMMANDTYPE, makeAny(nCommandType)); in findPlaceInFormComponentHierarchy()
547 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in findPlaceInFormComponentHierarchy()
634 xFormProps->setPropertyValue(FM_PROP_COMMAND, makeAny(_rCursorSource)); in findFormForDataSource()
635 xFormProps->setPropertyValue(FM_PROP_COMMANDTYPE, makeAny((sal_Int32)nCommandType)); in findFormForDataSource()
[all …]

Completed in 152 milliseconds

12345678910>>...68