/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 507 switch( rValues.meType ) in doGradientFill() 598 rValues, in gradientFill() 611 rValues, in gradientFill() 629 rValues, in gradientFill() 642 rValues, in gradientFill() 657 rValues, in gradientFill() 668 rValues, in gradientFill() 681 rValues, in gradientFill() 692 rValues, in gradientFill() 774 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon() [all …]
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 231 if( !::rtl::math::approxEqual(rValues.mnAspectRatio, in fillPolygonalGradient() 304 const double nAspectRatio( rValues.mnAspectRatio ); in fillPolygonalGradient() 332 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient() 441 switch( rValues.meType ) in fillGradient() 445 rValues, in fillGradient() 455 fillPolygonalGradient( rValues, in fillGradient() 581 OSL_ASSERT(rValues.maColors.getLength() == rValues.maStops.getLength() in fillTexturedPolyPolygon() 582 && rValues.maColors.getLength() > 1); in fillTexturedPolyPolygon() 585 std::transform(&rValues.maColors[0], in fillTexturedPolyPolygon() 586 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon() [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | configitem.cxx | 638 const Sequence< Any>& rValues) in PutProperties() 667 pValues = rValues.getConstArray (); in PutProperties() 990 for(sal_Int32 i = 0; i < rValues.getLength(); i++) in lcl_extractSetPropertyNames() 1010 const OUString& rNode, Sequence< PropertyValue > rValues) 1057 Sequence< OUString > aSetNames(rValues.getLength()); 1060 Sequence< Any> aSetValues(rValues.getLength()); 1064 for(sal_Int32 k = 0; k < rValues.getLength(); k++) 1074 const PropertyValue* pValues = rValues.getConstArray(); 1111 const OUString& rNode, Sequence< PropertyValue > rValues) 1198 Sequence< OUString > aSetNames(rValues.getLength()); [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScreen.cxx | 836 const ::std::vector<Any>& rValues, in ProcessComponent() 842 if (rValues.size() != 6) in ProcessComponent() 853 rValues[0] >>= sPaneURL; in ProcessComponent() 854 rValues[1] >>= sViewURL; in ProcessComponent() 855 rValues[2] >>= nX; in ProcessComponent() 856 rValues[3] >>= nY; in ProcessComponent() 857 rValues[4] >>= nWidth; in ProcessComponent() 858 rValues[5] >>= nHeight; in ProcessComponent() 886 const ::std::vector<Any>& rValues) in ProcessViewDescription() 890 if (rValues.size() != 4) in ProcessViewDescription() [all …]
|
H A D | PresenterTheme.cxx | 180 const ::std::vector<css::uno::Any>& rValues); 252 const ::std::vector<css::uno::Any>& rValues); 1035 const ::std::vector<Any>& rValues) in ProcessPaneStyle() 1039 if (rValues.size() != 6) in ProcessPaneStyle() 1044 rValues[0] >>= pStyle->msStyleName; in ProcessPaneStyle() 1047 if (rValues[1] >>= sParentStyleName) in ProcessPaneStyle() 1076 Reference<container::XNameAccess> xBitmapsNode (rValues[5], UNO_QUERY); in ProcessPaneStyle() 1351 const ::std::vector<Any>& rValues) in ProcessStyleAssociation() 1356 if (rValues.size() != 2) in ProcessStyleAssociation() 1361 if ((rValues[0] >>= sResourceURL) in ProcessStyleAssociation() [all …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 110 , tAnySequence& rValues in getMultiPropertyLists() argument 117 getMultiPropertyListsFromValueMap( rNames, rValues, aValueMap ); in getMultiPropertyLists() 122 , tAnySequence& rValues in getMultiPropertyListsFromValueMap() argument 128 rValues.realloc(nPropertyCount); in getMultiPropertyListsFromValueMap() 141 rValues[nN] = rAny; in getMultiPropertyListsFromValueMap() 147 rValues.realloc(nN); in getMultiPropertyListsFromValueMap() 405 , const tAnySequence& rValues in setMultiProperties() argument 415 xShapeMultiProp->setPropertyValues( rNames, rValues ); in setMultiProperties() 427 sal_Int32 nCount = std::max( rNames.getLength(), rValues.getLength() ); in setMultiProperties() 433 aValue = rValues[nN]; in setMultiProperties()
|
/aoo41x/main/xmloff/source/script/ |
H A D | XMLStarBasicExportHandler.cxx | 62 Sequence<PropertyValue> & rValues, in Export() argument 71 sal_Int32 nCount = rValues.getLength(); in Export() 74 if (sLibrary.equals(rValues[i].Name)) in Export() 77 rValues[i].Value >>= sTmp; in Export() 83 else if (sMacroName.equals(rValues[i].Name)) in Export() 85 rValues[i].Value >>= sName; in Export()
|
H A D | XMLScriptExportHandler.cxx | 57 Sequence<PropertyValue> & rValues, in Export() argument 66 sal_Int32 nCount = rValues.getLength(); in Export() 69 if (sURL.equals(rValues[i].Name)) in Export() 72 rValues[i].Value >>= sTmp; in Export()
|
/aoo41x/main/sd/source/ui/framework/module/ |
H A D | ModuleController.cxx | 180 void ModuleController::ProcessFactory (const ::std::vector<Any>& rValues) in ProcessFactory() argument 182 OSL_ASSERT(rValues.size() == snFactoryPropertyCount); in ProcessFactory() 186 rValues[0] >>= sServiceName; in ProcessFactory() 189 Reference<container::XNameAccess> xResources (rValues[1], UNO_QUERY); in ProcessFactory() 243 void ModuleController::ProcessStartupService (const ::std::vector<Any>& rValues) in ProcessStartupService() argument 245 OSL_ASSERT(rValues.size() == snStartupPropertyCount); in ProcessStartupService() 251 rValues[0] >>= sServiceName; in ProcessStartupService()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLIndexChapterInfoEntryContext.cxx | 178 ::com::sun::star::beans::PropertyValue> & rValues) in FillPropertyValues() 181 XMLIndexSimpleEntryContext::FillPropertyValues(rValues); in FillPropertyValues() 188 rValues[nIndex].Name = rTemplateContext.sChapterFormat; in FillPropertyValues() 191 rValues[nIndex].Value = aAny; in FillPropertyValues() 196 rValues[nIndex].Name = rTemplateContext.sChapterLevel; in FillPropertyValues() 199 rValues[nIndex].Value = aAny; in FillPropertyValues()
|
H A D | XMLSectionExport.cxx | 1054 Sequence<Sequence<PropertyValue> > & rValues) in ExportIndexTemplate() 1121 rValues[nTemplateNo]); in ExportIndexTemplate() 1225 Sequence<PropertyValue> & rValues) in ExportIndexTemplateElement() argument 1272 sal_Int32 nCount = rValues.getLength(); in ExportIndexTemplateElement() 1290 rValues[i].Value >>= sVal; in ExportIndexTemplateElement() 1301 rValues[i].Value >>= sCharStyle; in ExportIndexTemplateElement() 1306 rValues[i].Value >>= sText; in ExportIndexTemplateElement() 1317 rValues[i].Value >>= nTabPosition; in ExportIndexTemplateElement() 1328 rValues[i].Value >>= sFillChar; in ExportIndexTemplateElement() 1333 rValues[i].Value >>= nChapterFormat; in ExportIndexTemplateElement() [all …]
|
H A D | XMLIndexSimpleEntryContext.cxx | 119 ::com::sun::star::beans::PropertyValue> & rValues) in FillPropertyValues() 128 rValues[0].Name = rTemplateContext.sTokenType; in FillPropertyValues() 130 rValues[0].Value = aAny; in FillPropertyValues() 135 rValues[1].Name = rTemplateContext.sCharacterStyleName; in FillPropertyValues() 139 rValues[1].Value = aAny; in FillPropertyValues()
|
H A D | XMLIndexSpanEntryContext.cxx | 61 Sequence<PropertyValue> & rValues) in FillPropertyValues() argument 64 XMLIndexSimpleEntryContext::FillPropertyValues(rValues); in FillPropertyValues() 69 rValues[nValues-1].Name = rTemplateContext.sText; in FillPropertyValues() 70 rValues[nValues-1].Value = aAny; in FillPropertyValues()
|
H A D | XMLIndexTabStopEntryContext.cxx | 129 Sequence<PropertyValue> & rValues) in FillPropertyValues() argument 132 XMLIndexSimpleEntryContext::FillPropertyValues(rValues); in FillPropertyValues() 136 PropertyValue* pValues = rValues.getArray(); in FillPropertyValues() 168 DBG_ASSERT( nNextEntry == rValues.getLength(), in FillPropertyValues()
|
H A D | XMLIndexBibliographyEntryContext.cxx | 166 ::com::sun::star::beans::PropertyValue> & rValues) in FillPropertyValues() 169 XMLIndexSimpleEntryContext::FillPropertyValues(rValues); in FillPropertyValues() 173 rValues[nIndex].Name = rTemplateContext.sBibliographyDataField; in FillPropertyValues() 176 rValues[nIndex].Value = aAny; in FillPropertyValues()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 236 void ScfPropertySet::GetProperties( Sequence< Any >& rValues, const Sequence< OUString >& rPropName… in GetProperties() argument 243 rValues = mxMultiPropSet->getPropertyValues( rPropNames ); in GetProperties() 250 rValues.realloc( nLen ); in GetProperties() 251 Any* pValue = rValues.getArray(); in GetProperties() 280 …ropertySet::SetProperties( const Sequence< OUString >& rPropNames, const Sequence< Any >& rValues ) in SetProperties() argument 282 …DBG_ASSERT( rPropNames.getLength() == rValues.getLength(), "ScfPropertySet::SetProperties - length… in SetProperties() 287 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in SetProperties() 294 const Any* pValue = rValues.getConstArray(); in SetProperties()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | financial.cxx | 464 #define V_(i) (*rValues.Get(i)) 468 double lcl_sca_XirrResult( const ScaDoubleList& rValues, const ScaDoubleList& rDates, double fRate ) in lcl_sca_XirrResult() argument 484 for( sal_uInt32 i = 1, nCount = rValues.Count(); i < nCount; ++i ) in lcl_sca_XirrResult() 490 double lcl_sca_XirrResult_Deriv1( const ScaDoubleList& rValues, const ScaDoubleList& rDates, double… in lcl_sca_XirrResult_Deriv1() argument 510 for( sal_uInt32 i = 1, nCount = rValues.Count(); i < nCount; ++i ) in lcl_sca_XirrResult_Deriv1() 526 …constREFXPS& xOpt, const SEQSEQ( double )& rValues, const SEQSEQ( sal_Int32 )& rDates, const ANY& … in getXirr() 529 aValues.Append( rValues ); in getXirr() 568 double fRate, const SEQSEQ( double )& rValues, const SEQSEQ( sal_Int32 )& rDates ) THROWDEF_RTE_IAE in getXnpv() 573 aValList.Append( rValues ); in getXnpv()
|
/aoo41x/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 451 const ValueVectorType& rValues, in ValuesActivity() argument 457 maValues( rValues ), in ValuesActivity() 464 ENSURE_OR_THROW( !rValues.empty(), "Empty value vector" ); in ValuesActivity() 557 const uno::Sequence<uno::Any>& rValues, in createValueListActivity() argument 569 aValueVector.reserve( rValues.getLength() ); in createValueListActivity() 571 for( ::std::size_t i=0, nLen=rValues.getLength(); i<nLen; ++i ) in createValueListActivity() 575 extractValue( aValue, rValues[i], rShape, rSlideBounds ), in createValueListActivity()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | dbtablepreviewdialog.cxx | 57 …ewDialog::SwDBTablePreviewDialog(Window* pParent, uno::Sequence< beans::PropertyValue>& rValues ) : in SwDBTablePreviewDialog() argument 70 const beans::PropertyValue* pValues = rValues.getConstArray(); in SwDBTablePreviewDialog() 71 for(sal_Int32 nValue = 0; nValue < rValues.getLength(); ++nValue ) in SwDBTablePreviewDialog() 109 xD->dispatch(aURL, rValues); in SwDBTablePreviewDialog()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlimppr.cxx | 370 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rValues ) in FillPropertySequence() 375 rValues.realloc( nCount ); in FillPropertySequence() 376 PropertyValue *pProps = rValues.getArray(); in FillPropertySequence() 392 rValues.realloc( nValueCount ); in FillPropertySequence() 605 Sequence<Any>& rValues) in _PrepareForMultiPropertySet() argument 667 rValues.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet() 668 Any* pValuesArray = rValues.getArray(); in _PrepareForMultiPropertySet()
|
/aoo41x/main/oox/source/helper/ |
H A D | propertyset.cxx | 108 …ropertySet::setProperties( const Sequence< OUString >& rPropNames, const Sequence< Any >& rValues ) in setProperties() argument 110 OSL_ENSURE( rPropNames.getLength() == rValues.getLength(), in setProperties() 115 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in setProperties() 127 const Any* pValue = rValues.getConstArray(); in setProperties()
|
/aoo41x/main/chart2/source/tools/ |
H A D | LabeledDataSequence.cxx | 46 const uno::Reference< chart2::data::XDataSequence > & rValues ) : in LabeledDataSequence() 47 m_xData( rValues ), in LabeledDataSequence() 54 const uno::Reference< chart2::data::XDataSequence > & rValues, in LabeledDataSequence() 56 m_xData( rValues ), in LabeledDataSequence()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | PropertyMapHelper.cxx | 56 XMLTag::Pointer_t lcl_PropertyValuesToTag(beans::PropertyValues & rValues) in lcl_PropertyValuesToTag() argument 60 beans::PropertyValue * pValues = rValues.getArray(); in lcl_PropertyValuesToTag() 62 for (sal_Int32 n = 0; n < rValues.getLength(); ++n) in lcl_PropertyValuesToTag()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoport.cxx | 487 const uno::Sequence< uno::Any >& rValues ) in SetPropertyValues_Impl() 497 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() 515 const uno::Sequence< uno::Any >& rValues ) in setPropertyValues() 524 SetPropertyValues_Impl( rPropertyNames, rValues ); in setPropertyValues() 569 const uno::Sequence< uno::Any >& rValues ) in setPropertyValuesTolerant() 574 if (rPropertyNames.getLength() != rValues.getLength()) in setPropertyValuesTolerant() 584 const uno::Any *pValue = rValues.getConstArray(); in setPropertyValuesTolerant()
|
H A D | unoparagraph.cxx | 166 const uno::Sequence< uno::Any >& rValues) 422 const uno::Sequence< uno::Any >& rValues ) in SetPropertyValues_Impl() 432 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() 460 const uno::Sequence< uno::Any >& rValues ) in setPropertyValues() 469 m_pImpl->SetPropertyValues_Impl( rPropertyNames, rValues ); in setPropertyValues() 597 const uno::Sequence< uno::Any >& rValues ) in setPropertyValuesTolerant() 602 if (rPropertyNames.getLength() != rValues.getLength()) in setPropertyValuesTolerant() 617 const uno::Any *pValue = rValues.getConstArray(); in setPropertyValuesTolerant()
|