Home
last modified time | relevance | path

Searched refs:makeAny (Results 126 – 150 of 1260) sorted by relevance

12345678910>>...51

/aoo4110/main/sc/source/ui/vba/
H A Dvbaapplication.cxx313 …return uno::makeAny( uno::Reference< script::XInvocation >( new ScVbaWSFunction( this, mxContext )… in WorksheetFunction()
363 return uno::makeAny( !getDisplayStatusBar() ); in getStatusBar()
454 return uno::makeAny( xVbRange ); in Range()
548 xWindow->SmallScroll( uno::makeAny( (sal_Int16)(xVbaSheetRange->getRow() - 1) ), in GoTo()
549 uno::makeAny( (sal_Int16)nValueY ), in GoTo()
550 uno::makeAny( (sal_Int16)(xVbaSheetRange->getColumn() - 1) ), in GoTo()
551 uno::makeAny( (sal_Int16)nValueX ) ); in GoTo()
589 xWindow->SmallScroll( uno::makeAny( (sal_Int16)(xVbaRange->getRow() - 1) ), in GoTo()
590 uno::makeAny( (sal_Int16)nValueY ), in GoTo()
591 uno::makeAny( (sal_Int16)(xVbaRange->getColumn() - 1) ), in GoTo()
[all …]
/aoo4110/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx47 return uno::makeAny( uno::Reference< uno::XInterface >() ); in getByIndex()
94 m_xProps->setPropertyValue( SVALUE, uno::makeAny( _value ) ); in setValue()
95 mxDialogProps->setPropertyValue( SSTEP, uno::makeAny( _value + 1) ); in setValue()
113 return uno::makeAny( xColl ); in Pages()
114 return xColl->Item( uno::makeAny( index ), uno::Any() ); in Pages()
/aoo4110/main/svl/source/items/
H A Dimageitm.cxx89 aSeq[0] = ::com::sun::star::uno::makeAny( GetValue() ); in QueryValue()
90 aSeq[1] = ::com::sun::star::uno::makeAny( pImp->nAngle ); in QueryValue()
91 aSeq[2] = ::com::sun::star::uno::makeAny( pImp->bMirrored ); in QueryValue()
92 aSeq[3] = ::com::sun::star::uno::makeAny( rtl::OUString( pImp->aURL )); in QueryValue()
94 rVal = ::com::sun::star::uno::makeAny( aSeq ); in QueryValue()
/aoo4110/main/chart2/source/model/filter/
H A DXMLFilter.cxx163 xProp->setPropertyValue( C2U("MediaType"), uno::makeAny( _sMediaType )); in lcl_getWriteStorage()
437 xImportInfo->setPropertyValue( C2U("BaseURI"), uno::makeAny( aBaseUri ) ); in impl_Import()
440 xImportInfo->setPropertyValue( C2U("StreamRelPath"), uno::makeAny( aHierarchName ) ); in impl_Import()
503 xImportInfo->setPropertyValue( C2U("StreamName"), uno::makeAny( rStreamName ) ); in impl_ImportStream()
691 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export()
693 xInfoSet->setPropertyValue( C2U("ExportTableNumberList"), uno::makeAny( true )); in impl_Export()
784 xStreamProp->setPropertyValue( C2U("MediaType"), uno::makeAny( C2U("text/xml") ) ); in impl_ExportStream()
785 xStreamProp->setPropertyValue( C2U("Compressed"), uno::makeAny( sal_True ) );//@todo? in impl_ExportStream()
786 …xStreamProp->setPropertyValue( C2U("UseCommonStoragePasswordEncryption"), uno::makeAny( sal_True )… in impl_ExportStream()
802 xInfoSet->setPropertyValue( C2U("StreamName"), uno::makeAny( rStreamName ) ); in impl_ExportStream()
/aoo4110/main/xmloff/source/xforms/
H A DXFormsBindContext.cxx46 using com::sun::star::uno::makeAny;
86 mxModel->getBindings()->insert( makeAny( mxBinding ) ); in XFormsBindContext()
121 makeAny( lcl_getTypeName( mxModel->getDataTypeRepository(), in HandleAttribute()
177 xContainer->replaceByName( sPrefix, makeAny( sNamespace ) ); in lcl_fillNamespaceContainer()
179 xContainer->insertByName( sPrefix, makeAny( sNamespace ) ); in lcl_fillNamespaceContainer()
H A DSchemaRestrictionContext.cxx53 using com::sun::star::uno::makeAny;
149 return makeAny( rValue ); in lcl_string()
156 return bSuccess ? makeAny( nValue ) : Any(); in lcl_int32()
163 return bSuccess ? makeAny( static_cast<sal_Int16>( nValue ) ) : Any(); in lcl_int16()
182 return bSuccess ? makeAny( fValue ) : Any(); in lcl_double()
210 return bSuccess ? makeAny( aDateTime ) : Any(); in lcl_dateTime()
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx99 aRet = uno::makeAny( ::com::sun::star::chart::ChartLegendPosition_NONE ); in getPropertyValue()
125 xInnerPropertySet->setPropertyValue( C2U( "Show" ), uno::makeAny(bNewShowLegend) ); in setPropertyValue()
149 … xInnerPropertySet->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eNewExpansion )); in setPropertyValue()
188 return uno::makeAny( ePos ); in convertInnerToOuterValue()
216 return uno::makeAny( eNewPos ); in convertOuterToInnerValue()
324 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in setPosition()
395 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
H A DWrappedSplineProperties.cxx131 …ertySet->setPropertyValue(m_aOwnInnerName,this->convertOuterToInnerValue(uno::makeAny(aNewValue))); in setPropertyValue()
228 …neProperty<sal_Int32>( C2U("SplineOrder"), C2U("SplineOrder"), uno::makeAny(sal_Int32(3)), sp… in addWrappedProperties()
229 …operty<sal_Int32>( C2U("SplineResolution"), C2U("CurveResolution"), uno::makeAny(sal_Int32(20)), s… in addWrappedProperties()
238 …: WrappedSplineProperty<sal_Int32>( C2U("SplineType"), C2U("CurveStyle"), uno::makeAny(sal_Int32(0… in WrappedSplineTypeProperty()
257 return uno::makeAny(nOuterValue); in convertInnerToOuterValue()
273 return uno::makeAny(aInnerValue); in convertOuterToInnerValue()
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx315 xKey->setPropertyValue(PROPERTY_NAME,makeAny(sKeyName)); in Update()
316 xKey->setPropertyValue(PROPERTY_TYPE,makeAny(KeyType::FOREIGN)); in Update()
317 …xKey->setPropertyValue(PROPERTY_REFERENCEDTABLE,makeAny(::rtl::OUString(getReferencedTable()->GetT… in Update()
318 xKey->setPropertyValue(PROPERTY_UPDATERULE, makeAny(GetUpdateRules())); in Update()
319 xKey->setPropertyValue(PROPERTY_DELETERULE, makeAny(GetDeleteRules())); in Update()
340 xColumn->setPropertyValue(PROPERTY_NAME,makeAny((*aIter)->GetSourceFieldName())); in Update()
341 xColumn->setPropertyValue(PROPERTY_RELATEDCOLUMN,makeAny((*aIter)->GetDestFieldName())); in Update()
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx83 return uno::makeAny( ( nValue == SUPERSCRIPT ) ); in getSuperscript()
116 return uno::makeAny( ( nValue == SUBSCRIPT ) ); in getSubscript()
172 return uno::makeAny( nIndex ); in getColorIndex()
192 return uno::makeAny( fValue == awt::FontWeight::BOLD ); in getBold()
243 return uno::makeAny( aFS == awt::FontSlant_ITALIC ); in getItalic()
332 return uno::makeAny( nValue ); in getUnderline()
H A Dvbafillformat.cxx48 …m_xPropertySet->setPropertyValue( rtl::OUString::createFromAscii("FillStyle"), uno::makeAny( drawi… in setFillStyle()
65 …Set->setPropertyValue( rtl::OUString::createFromAscii("FillGradient"), uno::makeAny( aGradient ) ); in setFillStyle()
69 …m_xPropertySet->setPropertyValue( rtl::OUString::createFromAscii("FillStyle"), uno::makeAny(drawin… in setFillStyle()
98 …m_xPropertySet->setPropertyValue( rtl::OUString::createFromAscii("FillStyle"), uno::makeAny( drawi… in setVisible()
124 …ropertyValue( rtl::OUString::createFromAscii( "FillTransparence" ), uno::makeAny( nTransparence ) … in setTransparency()
H A Dvbalineformat.cxx144 …>setPropertyValue( rtl::OUString::createFromAscii( "LineStartName" ), uno::makeAny( sArrayName ) ); in setBeginArrowheadStyle()
227 …m_xPropertySet->setPropertyValue( rtl::OUString::createFromAscii( "LineWidth" ), uno::makeAny( nLi… in setWeight()
251 …Set->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( aLineStyle ) ); in setVisible()
275 …ropertyValue( rtl::OUString::createFromAscii( "LineTransparence" ), uno::makeAny( nTransparency ) … in setTransparency()
352 …t->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( drawing::LineSty… in setDashStyle()
356 …t->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( drawing::LineSty… in setDashStyle()
414 …tySet->setPropertyValue( rtl::OUString::createFromAscii( "LineDash" ), uno::makeAny( pLineDash ) ); in setDashStyle()
/aoo4110/main/sd/source/core/
H A DCustomAnimationCloner.cxx254 return makeAny( aValuePair ); in transformValue()
268 return makeAny( aSequence ); in transformValue()
276 return makeAny( getClonedShape( xShape ) ); in transformValue()
283 return makeAny( getClonedNode( xNode ) ); in transformValue()
293 return makeAny( aParaTarget ); in transformValue()
302 return makeAny( aEvent ); in transformValue()
/aoo4110/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx58 aCreationArguments[0] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
61 makeAny(rsRootName), in PresenterConfigurationAccess()
63 aCreationArguments[1] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
66 makeAny((sal_Int32)-1), in PresenterConfigurationAccess()
68 aCreationArguments[2] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
71 makeAny(true), in PresenterConfigurationAccess()
/aoo4110/main/svx/source/items/
H A Ddrawitem.cxx109 rVal = uno::makeAny( aValue ); in QueryValue()
194 rVal = uno::makeAny( aValue ); in QueryValue()
279 rVal = uno::makeAny( aValue ); in QueryValue()
364 rVal = uno::makeAny( aValue ); in QueryValue()
450 rVal = uno::makeAny( aValue ); in QueryValue()
533 rVal = uno::makeAny( aValue ); in QueryValue()
/aoo4110/main/xmlsecurity/source/helper/
H A Dxsecsign.cxx91 args[0] = cssu::makeAny(rtl::OUString::valueOf(nSecurityId)); in prepareSignatureToWrite()
92 args[1] = cssu::makeAny(m_xSAXEventKeeper); in prepareSignatureToWrite()
93 args[2] = cssu::makeAny(rtl::OUString::valueOf(nIdOfSignatureElementCollector)); in prepareSignatureToWrite()
99 args[3] = cssu::makeAny(m_xSecurityContext->getSecurityEnvironment()); in prepareSignatureToWrite()
103 args[3] = cssu::makeAny(m_xSecurityContext->getSecurityEnvironmentByIndex(nEnvIndex)); in prepareSignatureToWrite()
106 args[4] = cssu::makeAny(m_xXMLSignature); in prepareSignatureToWrite()
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx180 aParamsSeq[0] = uno::makeAny( rtl::OUString::createFromAscii( "-lang" ) ); in ResultSetForQuery()
181 aParamsSeq[1] = uno::makeAny( m_aURLParameter.get_language() ); in ResultSetForQuery()
183 aParamsSeq[2] = uno::makeAny( rtl::OUString::createFromAscii( "-index" ) ); in ResultSetForQuery()
186 aParamsSeq[3] = uno::makeAny( aSystemPath ); in ResultSetForQuery()
188 aParamsSeq[4] = uno::makeAny( rtl::OUString::createFromAscii( "-query" ) ); in ResultSetForQuery()
192 aParamsSeq[5] = uno::makeAny( aNewQueryStr ); in ResultSetForQuery()
195 aParamsSeq[6] = uno::makeAny( rtl::OUString::createFromAscii( "-caption" ) ); in ResultSetForQuery()
/aoo4110/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx161 makeAny( _rAddressDescription ), in convertStringAddress()
189 …xConverter->setPropertyValue( PROPERTY_REFERENCE_SHEET, makeAny( (sal_Int32)getControlSheetIndex( … in doConvertAddressRepresentations()
210 makeAny( _rAddressDescription ), in convertStringAddress()
224 makeAny( _rAddress ) in createCellBindingFromAddress()
259 makeAny( aRangeAddress ) in createCellListSourceFromStringAddress()
338 doConvertAddressRepresentations( PROPERTY_ADDRESS, makeAny( aAddress ), in getStringAddressFromCellBinding()
367 doConvertAddressRepresentations( PROPERTY_ADDRESS, makeAny( aRangeAddress ), in getStringAddressFromCellListSource()
H A Dformgeometryhandler.cxx68 using ::com::sun::star::uno::makeAny;
309 … m_xAssociatedShape.set( xControlMap->get( makeAny( xControlModel ) ), UNO_QUERY_THROW ); in onNewComponent()
675 m_xShapeProperties->setPropertyValue( PROPERTY_ANCHOR, makeAny( xSheet ) ); in impl_setSheetAnchorType_nothrow()
744 … aEventTranslations.push_back( EventTranslation( PROPERTY_POSITIONX, makeAny( aPos.X ) ) ); in propertyChange()
745 … aEventTranslations.push_back( EventTranslation( PROPERTY_POSITIONY, makeAny( aPos.Y ) ) ); in propertyChange()
750 … aEventTranslations.push_back( EventTranslation( PROPERTY_WIDTH, makeAny( aSize.Width ) ) ); in propertyChange()
751 … aEventTranslations.push_back( EventTranslation( PROPERTY_HEIGHT, makeAny( aSize.Height ) ) ); in propertyChange()
755 …aEventTranslations.push_back( EventTranslation( PROPERTY_TEXT_ANCHOR_TYPE, makeAny( _event.NewValu… in propertyChange()
759 …aEventTranslations.push_back( EventTranslation( PROPERTY_SHEET_ANCHOR_TYPE, makeAny( _event.NewVal… in propertyChange()
/aoo4110/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx225 com::sun::star::uno::makeAny(m_bConfigListener), in convertFastPropertyValue()
233 com::sun::star::uno::makeAny(m_xConfigSource), in convertFastPropertyValue()
243 com::sun::star::uno::makeAny(xFrame), in convertFastPropertyValue()
252 com::sun::star::uno::makeAny(m_bPersistent), in convertFastPropertyValue()
260 com::sun::star::uno::makeAny(m_aResourceURL), in convertFastPropertyValue()
268 com::sun::star::uno::makeAny(m_nType), in convertFastPropertyValue()
276 com::sun::star::uno::makeAny(m_xMenuBar), in convertFastPropertyValue()
284 com::sun::star::uno::makeAny(m_bNoClose), in convertFastPropertyValue()
/aoo4110/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx176 setFastPropertyValue_NoBroadcast( PROP_PIE_TEMPLATE_OFFSET_MODE, uno::makeAny( eMode )); in PieChartTypeTemplate()
177 setFastPropertyValue_NoBroadcast( PROP_PIE_TEMPLATE_DIMENSION, uno::makeAny( nDim )); in PieChartTypeTemplate()
178 …setFastPropertyValue_NoBroadcast( PROP_PIE_TEMPLATE_USE_RINGS, uno::makeAny( sal_Bool( bRings… in PieChartTypeTemplate()
385 … setFastPropertyValue_NoBroadcast( PROP_PIE_TEMPLATE_DEFAULT_OFFSET, uno::makeAny( fOffset )); in matchesTemplate()
533 xProp->setPropertyValue( aOffsetPropName, uno::makeAny( fOffsetToSet )); in applyStyle()
547 …opertyAlsoToAllAttributedDataPoints( xSeries, C2U( "BorderStyle" ), uno::makeAny( drawing::LineSty… in applyStyle()
550 xProp->setPropertyValue( C2U("VaryColorsByPoint"), uno::makeAny( true )); in applyStyle()
604 uno::Any aLineStyleAny( uno::makeAny( drawing::LineStyle_NONE )); in resetStyles()
/aoo4110/main/cui/source/options/
H A Doptgdlg.cxx526 makeAny( PropertyValue( in CanvasSettings()
537 propValue = makeAny( in CanvasSettings()
643 makeAny(!_bEnabled) ); in EnabledHardwareAcceleration()
1243 …theArgs[0] = makeAny(NamedValue(OUString::createFromAscii("NodePath"), makeAny(sInstalledLocalesPa… in OfaLanguagesTabPage()
1244 theArgs[1] = makeAny(NamedValue(OUString::createFromAscii("reload"), makeAny(sal_True))); in OfaLanguagesTabPage()
1263 …theArgs2[0] = makeAny(NamedValue(OUString::createFromAscii("NodePath"), makeAny(sUserLocalePath))); in OfaLanguagesTabPage()
1437 theArgs[0] = makeAny(sUserLocalePath); in FillItemSet()
1444 xProp->setPropertyValue(sUserLocaleKey, makeAny(aLangString)); in FillItemSet()
1457 args[0] = makeAny(sal_False); // will be ignored in FillItemSet()
1458 args[1] = makeAny(sal_False); // will be ignored in FillItemSet()
[all …]
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1001 …m_aEventNotifier.notifyDocumentEvent( _eType == SAVE ? "OnSave" : "OnSaveAs", NULL, makeAny( _rURL… in impl_storeAs_throw()
1063 …fyDocumentEventAsync( _eType == SAVE ? "OnSaveFailed" : "OnSaveAsFailed", NULL, makeAny( _rURL ) ); in impl_storeAs_throw()
1078 …notifyDocumentEventAsync( _eType == SAVE ? "OnSaveDone" : "OnSaveAsDone", NULL, makeAny( _rURL ) ); in impl_storeAs_throw()
1206 m_aEventNotifier.notifyDocumentEvent( "OnSaveTo", NULL, makeAny( _rURL ) ); in storeToURL()
1237 m_aEventNotifier.notifyDocumentEventAsync( "OnSaveToDone", NULL, makeAny( _rURL ) ); in storeToURL()
1399 …s[0] <<= NamedValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DatabaseDocument")),makeAny(xMy)); in impl_getDocumentContainer_throw()
1556 …xStreamProp->setPropertyValue( INFO_MEDIATYPE, makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in WriteThroughComponent()
1557 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ), makeAny( (sal_Bool)sal_Tr… in WriteThroughComponent()
1634 …PropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Version" )), uno::makeAny( aVersion ) ); in impl_writeStorage_throw()
1646 …xProp->setPropertyValue( INFO_MEDIATYPE, makeAny( (rtl::OUString)MIMETYPE_OASIS_OPENDOCUMENT_DATAB… in impl_writeStorage_throw()
[all …]
/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx82 using ::com::sun::star::uno::makeAny;
226 return makeAny( aNewSeq ); in addToSequence()
597 xClickNode->setBegin( makeAny( aEvent ) ); in fixMainSequenceTiming()
817 xNode->setBegin( makeAny( aEvent ) ); in convertAnimationNode()
1854 return makeAny( aHSL ); in implGetColorAny()
2411 xTransform->setFrom( makeAny( aPair ) ); in importAnimateScaleContainer()
2419 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer()
2507 xTransform->setBy( makeAny( (double) fBy ) ); in importAnimateRotationContainer()
2513 xTransform->setTo( makeAny( (double) fTo ) ); in importAnimateRotationContainer()
2929 …aEvent.Offset = (nBegin == -1) ? makeAny( Timing_INDEFINITE ) : makeAny( (double)(nBegin / 1000.0)… in importAnimationEvents()
[all …]
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx263 return makeAny( Reference< XScriptInvocationContext >( this ) ); in queryInterface()
507 xRowSetProps->setPropertyValue( PROPERTY_ORDER, makeAny( sEmptyOrder ) ); in impl_sanitizeRowSetClauses_nothrow()
750 makeAny( sal_Bool( ColumnValue::NO_NULLS != nNullable ) ) in InitializeGridModel()
852 xColContainer->insertByName(*pIter, makeAny(xGridCol)); in InitializeGridModel()
914 xProp->setPropertyValue(PROPERTY_WIDTH,makeAny((sal_Int32)227)); in propertyChange()
940 xProp->setPropertyValue(PROPERTY_ALIGN,makeAny(sal_Int32(nAlign))); in propertyChange()
2438 xProp->setPropertyValue(PROPERTY_DATASOURCENAME, makeAny(_rDataSourceName)); in implLoadAnything()
2443 xProp->setPropertyValue(PROPERTY_COMMAND_TYPE, makeAny(_nCommandType)); in implLoadAnything()
2444 xProp->setPropertyValue(PROPERTY_COMMAND, makeAny(_rCommand)); in implLoadAnything()
3315 xRowSetProps->setPropertyValue(PROPERTY_UPDATE_TABLENAME,makeAny(aTableName)); in impl_initialize()
[all …]

Completed in 226 milliseconds

12345678910>>...51