Home
last modified time | relevance | path

Searched refs:rValues (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx507 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 …]
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx231 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 …]
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx638 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 …]
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx836 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 DPresenterTheme.cxx180 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 …]
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx110 , 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()
/trunk/main/xmloff/source/script/
H A DXMLStarBasicExportHandler.cxx62 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 DXMLScriptExportHandler.cxx57 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()
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx180 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()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx1054 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 DXMLIndexChapterInfoEntryContext.cxx178 ::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 DXMLIndexSimpleEntryContext.cxx119 ::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 DXMLIndexSpanEntryContext.cxx61 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 DXMLIndexTabStopEntryContext.cxx129 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 DXMLIndexBibliographyEntryContext.cxx166 ::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()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx236 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()
/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx464 #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()
588 double fRate, const SEQSEQ( double )& rValues, const SEQSEQ( sal_Int32 )& rDates ) THROWDEF_RTE_IAE in getXnpv()
593 aValList.Append( rValues ); in getXnpv()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx451 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()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx370 ::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()
/trunk/main/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx57 …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()
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx108 …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()
/trunk/main/chart2/source/tools/
H A DLabeledDataSequence.cxx46 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()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx487 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()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMapHelper.cxx56 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()
/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.cxx131 ValueList & rValues = *aTags[i_eTag]; in DatumOf() local
132 if (rValues.size() > 0) in DatumOf()
133 return rValues[0]; in DatumOf()

Completed in 212 milliseconds

12345