Home
last modified time | relevance | path

Searched refs:makeAny (Results 26 – 50 of 1132) sorted by relevance

12345678910>>...46

/aoo4110/main/toolkit/source/layout/core/
H A Dproplist.cxx123 return uno::makeAny( value.toChar() ); in anyFromString()
126 return uno::makeAny( true ); in anyFromString()
128 return uno::makeAny( false ); in anyFromString()
131 return uno::makeAny( ( sal_uInt8 ) intval.toInt32( radix ) ); in anyFromString()
133 return uno::makeAny( ( sal_Int16 ) intval.toInt32( radix ) ); in anyFromString()
137 return uno::makeAny( ( sal_Int16 ) intval.toInt32( radix ) ); in anyFromString()
147 return uno::makeAny( value.toFloat() ); in anyFromString()
149 return uno::makeAny( value.toDouble() ); in anyFromString()
151 return uno::makeAny( value ); in anyFromString()
153 return uno::makeAny( intval.toInt32( radix ) ); in anyFromString()
[all …]
/aoo4110/main/chart2/source/view/main/
H A DPropertyMapper.cxx465 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("LineStyle"), uno::makeAny(drawing::LineS… in getTextLabelMultiPropertyLists()
469 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in getTextLabelMultiPropertyLists()
470 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists()
480 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("ParaIsHyphenation"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists()
507 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny( draw… in getPreparedTextShapePropertyLists()
508 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny( true… in getPreparedTextShapePropertyLists()
509 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny( true … in getPreparedTextShapePropertyLists()
514 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextLeftDistance"), uno::makeAny( nWidt… in getPreparedTextShapePropertyLists()
515 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextRightDistance"), uno::makeAny( nWidt… in getPreparedTextShapePropertyLists()
516 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextUpperDistance"), uno::makeAny( nHeig… in getPreparedTextShapePropertyLists()
[all …]
H A DShapeFactory.cxx91 , uno::makeAny( rName ) ); in setShapeName()
523 , uno::makeAny(aHM) ); in impl_createCube()
763 , uno::makeAny(aHM) ); in impl_createConeOrCylinder()
1095 , uno::makeAny( aPoly ) ); in createPieSegment()
1174 , uno::makeAny(bDoubleSided) ); in createStripe()
1240 , uno::makeAny(aHM) ); in createArea3D()
1276 , uno::makeAny( aPoints ) ); in createArea2D()
1850 , uno::makeAny( aPoints ) ); in createSymbol2D()
2042 , uno::makeAny( eKind ) ); in createCircle2D()
2078 , uno::makeAny( rPoints ) ); in createLine3D()
[all …]
H A DVTitle.cxx110 …xShapeProp->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(… in changePosition()
162 …rt( tPropertyNameValueMap::value_type( C2U("TextHorizontalAdjust"), uno::makeAny(eHorizontalAdjust… in createShapes()
163 …sert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny(eVerticalAdjust) … in createShapes()
165 …sert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_True) ) ); //… in createShapes()
166 …nsert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_True) ) ); //… in createShapes()
173 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("Name"), uno::makeAny( m_aCID ) ) ); //CI… in createShapes()
261 xShapeProp->setPropertyValue( C2U( "TextLeftDistance" ), uno::makeAny( nXDistance ) ); in createShapes()
262 xShapeProp->setPropertyValue( C2U( "TextRightDistance" ), uno::makeAny( nXDistance ) ); in createShapes()
263 xShapeProp->setPropertyValue( C2U( "TextUpperDistance" ), uno::makeAny( nYDistance ) ); in createShapes()
264 xShapeProp->setPropertyValue( C2U( "TextLowerDistance" ), uno::makeAny( nYDistance ) ); in createShapes()
[all …]
/aoo4110/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()
437 m_xDest->setPropertyValue(PROPERTY_ISNULLABLE,makeAny(_rIsNullable)); in SetIsNullable()
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()
[all …]
/aoo4110/main/pyuno/source/module/
H A Dpyuno_module.cxx56 using com::sun::star::uno::makeAny;
318 raisePyExceptionWithAny( makeAny( e ) ); in createUnoStructHelper()
322 raisePyExceptionWithAny( makeAny( e ) ); in createUnoStructHelper()
326 raisePyExceptionWithAny( makeAny( e ) ); in createUnoStructHelper()
359 raisePyExceptionWithAny( makeAny( e ) ); in getTypeByName()
399 raisePyExceptionWithAny( makeAny( e ) ); in getConstantByName()
403 raisePyExceptionWithAny( makeAny( e ) ); in getConstantByName()
407 raisePyExceptionWithAny( makeAny(e) ); in getConstantByName()
453 raisePyExceptionWithAny( makeAny( e) ); in checkEnum()
479 raisePyExceptionWithAny( makeAny(e) ); in getClass()
[all …]
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx213 xSelectSupp->select( uno::makeAny( m_xShapes ) ); in SelectAll()
260 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddRectangle()
304 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddEllipse()
339 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddLine()
394 …>setPropertyValue( rtl::OUString::createFromAscii( "HoriOrientPosition" ), uno::makeAny( nXPos ) ); in AddTextboxInWriter()
402 …xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( aLineS… in AddTextboxInWriter()
406 …xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "LayerID" ), uno::makeAny( nLayerId… in AddTextboxInWriter()
407 …xShapeProps->setPropertyValue( rtl::OUString::createFromAscii( "LayerName" ), uno::makeAny( sLayer… in AddTextboxInWriter()
411 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddTextboxInWriter()
440 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddShape()
[all …]
/aoo4110/main/shell/source/backends/kde4be/
H A Dkde4access.cxx68 true, uno::makeAny( sClientProgram ) ); in getValue()
78 true, uno::makeAny( nFontHeight ) ); in getValue()
90 true, uno::makeAny( sFontName ) ); in getValue()
109 true, uno::makeAny( sDocumentsURL ) ); in getValue()
135 true, uno::makeAny( sProxy ) ); in getValue()
162 true, uno::makeAny( nPort ) ); in getValue()
189 true, uno::makeAny( sProxy ) ); in getValue()
216 true, uno::makeAny( nPort ) ); in getValue()
243 true, uno::makeAny( sProxy ) ); in getValue()
270 true, uno::makeAny( nPort ) ); in getValue()
[all …]
/aoo4110/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx64 true, uno::makeAny( sClientProgram ) ); in getValue()
74 true, uno::makeAny( nFontHeight ) ); in getValue()
86 true, uno::makeAny( sFontName ) ); in getValue()
105 true, uno::makeAny( sDocumentsURL ) ); in getValue()
131 true, uno::makeAny( sProxy ) ); in getValue()
158 true, uno::makeAny( nPort ) ); in getValue()
185 true, uno::makeAny( sProxy ) ); in getValue()
212 true, uno::makeAny( nPort ) ); in getValue()
239 true, uno::makeAny( sProxy ) ); in getValue()
266 true, uno::makeAny( nPort ) ); in getValue()
[all …]
/aoo4110/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx100 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "ParentWindow" ), -1, makeAny( x… in invokeDialog()
103 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "DataSource" ), -1, makeAny( _rx… in invokeDialog()
107 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "Command" ), -1, makeAny( _rSett… in invokeDialog()
111 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "Title" ), -1, makeAny( sTitle )… in invokeDialog()
288 aExistentField.setNodeValue( sAssignedNodeName, makeAny( aPos->second ) ); in writeTemplateAddressFieldMapping()
311 aNewField.setNodeValue( sProgrammaticNodeName, makeAny( aNewMapping->first ) ); in writeTemplateAddressFieldMapping()
312 aNewField.setNodeValue( sAssignedNodeName, makeAny( aNewMapping->second ) ); in writeTemplateAddressFieldMapping()
339 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "DataSourceName" ), makeAny( … in writeTemplateAddressSource()
340 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "Command" ), makeAny( _rTable… in writeTemplateAddressSource()
341 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "CommandType" ), makeAny( (sa… in writeTemplateAddressSource()
[all …]
/aoo4110/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx229 return uno::makeAny( (sal_Bool) gconf_value_get_bool( aGconfValue ) ); in makeAnyOfGconfValue()
235 return uno::makeAny( OStringToOUString( rtl::OString( in makeAnyOfGconfValue()
278 return uno::makeAny( (sal_Int32) 1 ); in translateToOOo()
280 return uno::makeAny( (sal_Int32) 0 ); in translateToOOo()
310 return uno::makeAny( aMailer.getToken( 0, ' ', nIndex ) ); in translateToOOo()
321 return uno::makeAny( (sal_Int16) nShortValue ); in translateToOOo()
342 return uno::makeAny( aDocumentsDirURL ); in translateToOOo()
355 return uno::makeAny( aGivenName ); in translateToOOo()
369 return uno::makeAny( aSurname ); in translateToOOo()
380 return uno::makeAny( aName ); in translateToOOo()
[all …]
/aoo4110/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1534 aRow.push_back(makeAny(mysqlc_types[i].dataType)); in getTypeInfo()
1535 aRow.push_back(makeAny(mysqlc_types[i].precision)); in getTypeInfo()
1539 aRow.push_back(makeAny(mysqlc_types[i].nullable)); in getTypeInfo()
1541 aRow.push_back(makeAny(mysqlc_types[i].searchable)); in getTypeInfo()
1546 aRow.push_back(makeAny(mysqlc_types[i].minScale)); in getTypeInfo()
1547 aRow.push_back(makeAny(mysqlc_types[i].maxScale)); in getTypeInfo()
1548 aRow.push_back(makeAny(sal_Int32(0))); in getTypeInfo()
1549 aRow.push_back(makeAny(sal_Int32(0))); in getTypeInfo()
1550 aRow.push_back(makeAny(sal_Int32(10))); in getTypeInfo()
1711 aRow.push_back(makeAny(sdbc_type)); in getColumns()
[all …]
/aoo4110/main/toolkit/source/controls/
H A Dtkspinbutton.cxx86 … return makeAny( ::rtl::OUString::createFromAscii( szServiceName_UnoSpinButtonControl ) ); in ImplGetDefaultValue()
89 return makeAny( (sal_Int16) 0 ); in ImplGetDefaultValue()
92 return makeAny( (sal_Bool)sal_True ); in ImplGetDefaultValue()
214 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( rEvent.Value ), sal_Fals… in adjustmentValueChanged()
245 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( value ), sal_True ); in setValue()
251 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setValues()
252 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setValues()
253 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( currentValue ), sal_True… in setValues()
272 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setMinimum()
278 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setMaximum()
[all …]
/aoo4110/main/sc/source/ui/vba/
H A Dvbaaxis.cxx129 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny( sal_True ) ); in setCrosses()
146 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny(sal_False) ); in setCrosses()
196 mxPropertySet->setPropertyValue(ORIGIN, uno::makeAny(_fCrossesAt)); in setCrossesAt()
321 …ue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepHelp" ) ), uno::makeAny(_bMinorUnitIsAuto… in setMinorUnitIsAuto()
399 …ue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoStepMain" ) ), uno::makeAny( _bMajorUnitIsAut… in setMajorUnitIsAuto()
433 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ) ), uno::makeAny(_fMaximumScale));… in setMaximumScale()
467 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" ) ), uno::makeAny( _bMaximumScaleIs… in setMaximumScaleIsAuto()
499 …PropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Min") ), uno::makeAny( _fMinimumScale )… in setMinimumScale()
530 …ertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("AutoMin") ), uno::makeAny(_bMinimumScaleIsA… in setMinimumScaleIsAuto()
573 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), uno::makeAny( sal_False ) ); in setScaleType()
[all …]
H A Dvbapagesetup.cxx156 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleToPagesY")), uno::makeAny( scaleToPageY )); in setFitToPagesTall()
179 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleToPagesX")), uno::makeAny( scaleToPageX )); in setFitToPagesWide()
216 …ropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleToPages")), uno::makeAny( nScale )); in setZoom()
217 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleToPagesX")), uno::makeAny( nScale )); in setZoom()
218 …opertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleToPagesY")), uno::makeAny( nScale )); in setZoom()
231 …ropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageScale")), uno::makeAny( pageScale )); in setZoom()
262 …::OUString( RTL_CONSTASCII_USTRINGPARAM("RightPageHeaderContent")), uno::makeAny(xHeaderContent) )… in setLeftHeader()
485 …pertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PrintDownFirst")), uno::makeAny( bOrder )); in setOrder()
548 …e( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CenterVertically")), uno::makeAny( centerVertically… in setCenterVertically()
573 … rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CenterHorizontally")), uno::makeAny( centerHorizontal… in setCenterHorizontally()
[all …]
H A Dvbainterior.cxx101 return uno::makeAny( OORGBToXLRGB( aBackColor.GetColor() ) ); in getColor()
143 m_xProps->setPropertyValue( BACKCOLOR , uno::makeAny( nMixedColor ) ); in SetMixedColor()
216 return uno::makeAny( nColor ); in getColorIndex()
225 return uno::makeAny( GetColorIndex( nColor ) ); in getColorIndex()
278 return uno::makeAny( aAttributeData ); in SetAttributeData()
309 return uno::makeAny( GetAttributeData( aPattern ) ); in getPattern()
310 return uno::makeAny( excel::XlPattern::xlPatternNone ); in getPattern()
355 return uno::makeAny( OORGBToXLRGB( nPatternColor ) ); in getPatternColor()
357 return uno::makeAny( sal_Int32( 0 ) ); in getPatternColor()
377 return uno::makeAny( GetIndexColor( nColor ) ); in getPatternColorIndex()
[all …]
/aoo4110/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx108 C2U("Storage"), -1, uno::makeAny( xStorage ), beans::PropertyState_DIRECT_VALUE ); in lcl_addStorageToMediaDescriptor()
390 uno::makeAny( aMDHelper.HierarchicalDocumentName ) ); in impl_store()
424 … aParam[0] = beans::PropertyValue( C2U("HasCategories"), -1, uno::makeAny( true ), in initNew()
444 … xLegendProperties->setPropertyValue( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_NONE )); in initNew()
445 … xLegendProperties->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE )); in initNew()
459 … xDiagramProperties->setPropertyValue( C2U("RightAngledAxes"), uno::makeAny( sal_True )); in initNew()
470 … xWall->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_SOLID ) ); in initNew()
471 … xWall->setPropertyValue( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_NONE ) ); in initNew()
472 …xWall->setPropertyValue( C2U( "LineColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xb3b3b3 ) ) … in initNew()
478 … xFloor->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE ) ); in initNew()
[all …]
/aoo4110/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx105 uno::makeAny( aURI.GetPathBaseNameUnescaped() ), true ); in ContentProperties()
111 uno::makeAny( in ContentProperties()
140 = PropertyValue( uno::makeAny( rTitle ), true ); in ContentProperties()
142 = PropertyValue( uno::makeAny( bFolder ), true ); in ContentProperties()
144 = PropertyValue( uno::makeAny( sal_Bool( !bFolder ) ), true ); in ContentProperties()
153 = PropertyValue( uno::makeAny( rTitle ), true ); in ContentProperties()
471 = PropertyValue( uno::makeAny( aDate ), true ); in addProperty()
528 = PropertyValue( uno::makeAny( aDate ), true ); in addProperty()
543 = PropertyValue( uno::makeAny( aDate ), true ); in addProperty()
559 = PropertyValue( uno::makeAny( bFolder ), true ); in addProperty()
[all …]
H A Dwebdavcontent.cxx1656 uno::makeAny( true ), in getPropertyValues()
1697 uno::makeAny( bFolder in getPropertyValues()
2188 uno::makeAny( in open()
2207 uno::makeAny( in open()
2314 uno::makeAny( in open()
2401 uno::makeAny( in post()
2684 uno::makeAny( in insert()
2765 uno::makeAny( in transfer()
2915 uno::makeAny( in transfer()
3279 uno::makeAny(aURL), in MapDAVException()
[all …]
/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx387 uno::makeAny( aTableBorder.TopLine ) ); in endTableGetTableStyle()
400 uno::makeAny( aTableBorder.BottomLine)); in endTableGetTableStyle()
413 uno::makeAny( aTableBorder.LeftLine ) ); in endTableGetTableStyle()
426 uno::makeAny( aTableBorder.RightLine ) ); in endTableGetTableStyle()
440 uno::makeAny( aTableBorder.HorizontalLine ) ); in endTableGetTableStyle()
454 uno::makeAny( aTableBorder.VerticalLine ) ); in endTableGetTableStyle()
479 m_aTableProperties->Insert( PROP_WIDTH, false, uno::makeAny( nTableWidth )); in endTableGetTableStyle()
610 uno::makeAny(rInfo.nLeftBorderDistance ) ); in endTableGetCellProperties()
615 uno::makeAny((sal_Int32) rInfo.nRightBorderDistance ) ); in endTableGetCellProperties()
621 uno::makeAny((sal_Int32) rInfo.nTopBorderDistance ) ); in endTableGetCellProperties()
[all …]
/aoo4110/main/svx/source/form/
H A Dfmpgeimp.cxx260 _map->put( makeAny( xControlModel ), makeAny( xControlShape ) ); in lcl_insertFormObject_throw()
274 _map->remove( makeAny( xControlModel ) ); in lcl_removeFormObject_throw()
449 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in getDefaultForm()
460 xForms->insertByName( sName, makeAny( xForm ) ); in getDefaultForm()
530 xFormProps->setPropertyValue(FM_PROP_DATASOURCE,makeAny(rDBTitle)); 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()
559 getForms()->insertByName( sName, makeAny( xForm ) ); in findPlaceInFormComponentHierarchy()
634 xFormProps->setPropertyValue(FM_PROP_COMMAND, makeAny(_rCursorSource)); in findFormForDataSource()
[all …]
H A Dformcontrolfactory.cxx74 using ::com::sun::star::uno::makeAny;
423 … _rxControlModel->setPropertyValue( FM_PROP_ORIENTATION, makeAny( eOrientation ) ); in initializeControlModel()
432 … _rxControlModel->setPropertyValue( FM_PROP_DROPDOWN, makeAny( (sal_Bool)bDropDown ) ); in initializeControlModel()
433 … _rxControlModel->setPropertyValue( FM_PROP_LINECOUNT, makeAny( sal_Int16( 20 ) ) ); in initializeControlModel()
447 … _rxControlModel->setPropertyValue( FM_PROP_MULTILINE, makeAny( (sal_Bool)sal_True ) ); in initializeControlModel()
458 … _rxControlModel->setPropertyValue( sVertAlignPropertyName, makeAny( VerticalAlignment_MIDDLE ) ); in initializeControlModel()
467 … _rxControlModel->setPropertyValue( sScaleModeProperty, makeAny( ImageScaleMode::ISOTROPIC ) ); in initializeControlModel()
497 makeAny( lcl_getUniqueLabel_nothrow( _rxControlModel, sInitialLabel ) ) in initializeControlModel()
505 … _rxControlModel->setPropertyValue( FM_PROP_STRICTFORMAT, makeAny( sal_Bool( sal_True ) ) ); in initializeControlModel()
515 … _rxControlModel->setPropertyValue( FM_PROP_WRITING_MODE, makeAny( WritingMode2::CONTEXT ) ); in initializeControlModel()
[all …]
/aoo4110/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx50 xPropVal->setValue( uno::makeAny( sal_True ) ); in setListIndex()
75 aRet = uno::makeAny( sItems[ sSelection[ 0 ] ] ); in getValue()
108 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nSelectedIndices ) ); in setValue()
109 m_xProps->setPropertyValue( TEXT, uno::makeAny( sValue ) ); in setValue()
123 setValue( uno::makeAny( _text ) ); // seems the same in setText()
137 …( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MultiSelection" ) ), uno::makeAny( _multiselect ) ); in setMultiSelect()
153 return uno::makeAny( uno::Reference< XPropValue > ( new ScVbaPropValue( this ) ) ); in Selected()
204 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()
222 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()
241 return uno::makeAny( sal_True ); in getValueEvent()
[all …]
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx251 , uno::makeAny( ::com::sun::star::chart::ChartSymbolType::NONE ) in WrappedSymbolTypeProperty()
279 xSeriesPropertySet->setPropertyValue( C2U("Symbol"), uno::makeAny( aSymbol ) ); in setValueToSeries()
294 m_aOuterValue = uno::makeAny( ::com::sun::star::chart::ChartSymbolType::AUTO ); in getPropertyValue()
299 m_aOuterValue = uno::makeAny( ::com::sun::star::chart::ChartSymbolType::NONE ); in getPropertyValue()
341 , uno::makeAny( OUString() ), spChart2ModelContact, ePropertyType ) in WrappedSymbolBitmapURLProperty()
381 xSeriesPropertySet->setPropertyValue( C2U("Symbol"), uno::makeAny( aSymbol ) ); in setValueToSeries()
393 C2U("URL"), -1, uno::makeAny( aNewGraphicURL ), in setValueToSeries()
397 xSeriesPropertySet->setPropertyValue( C2U("Symbol"), uno::makeAny( aSymbol ) ); in setValueToSeries()
476 , uno::makeAny( awt::Size(250,250) ), spChart2ModelContact, ePropertyType ) in WrappedSymbolSizeProperty()
506 xSeriesPropertySet->setPropertyValue( C2U("Symbol"), uno::makeAny( aSymbol ) ); in setValueToSeries()
[all …]
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx129 aValue = uno::makeAny(nFmt); in lcl_NumberFormatFromItemToPropertySet()
342 …elper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "Label" ), uno::makeAny( aLabel ) ); in ApplySpecialItem()
348 GetPropertySet()->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel )); in ApplySpecialItem()
388 … GetPropertySet()->setPropertyValue( C2U( "LabelSeparator" ), uno::makeAny( aNewValue )); in ApplySpecialItem()
415 …r::hasAttributedDataPointDifferentValue( xSeries, C2U( "LabelPlacement" ), uno::makeAny( nOld ) ) ) in ApplySpecialItem()
423 … GetPropertySet()->setPropertyValue( C2U( "LabelPlacement" ), uno::makeAny( nNew )); in ApplySpecialItem()
471 uno::makeAny( aSymbol )); in ApplySpecialItem()
490 GetPropertySet()->setPropertyValue( C2U( "Symbol" ), uno::makeAny( aSymbol )); in ApplySpecialItem()
513 … GetPropertySet()->setPropertyValue( C2U( "Symbol" ), uno::makeAny( aSymbol )); in ApplySpecialItem()
533 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fValue )); in ApplySpecialItem()
[all …]

Completed in 253 milliseconds

12345678910>>...46