Home
last modified time | relevance | path

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

12345

/AOO41X/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx123 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillLinearGradient()
212 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillLinearGradient()
282 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient()
285 const ::basegfx::B2DPolygon& rGradientPoly( rValues.maGradientPoly ); in fillPolygonalGradient()
322 const double nAspectRatio( rValues.mnAspectRatio ); in fillPolygonalGradient()
369 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient()
500 const ::canvas::ParametricPolyPolygon::Values& rValues, in doGradientFill()
507 switch( rValues.meType ) in doGradientFill()
514 rValues, in doGradientFill()
526 rValues, in doGradientFill()
[all …]
/AOO41X/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx206 bool fillPolygonalGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient() argument
218 const ::basegfx::B2DPolygon& rGradientPoly( rValues.maGradientPoly ); in fillPolygonalGradient()
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()
386 tools::graphicsPathFromB2DPolygon( rValues.maGradientPoly )); in fillPolygonalGradient()
432 bool fillGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillGradient() argument
441 switch( rValues.meType ) in fillGradient()
445 rValues, in fillGradient()
455 fillPolygonalGradient( rValues, in fillGradient()
[all …]
/AOO41X/main/unotools/source/config/
H A Dconfigitem.cxx638 const Sequence< Any>& rValues) in PutProperties()
657 impl_unpackLocalizedProperties( rNames, rValues, lNames, lValues ); in PutProperties()
667 pValues = rValues.getConstArray (); in PutProperties()
980 Sequence< OUString > lcl_extractSetPropertyNames( const Sequence< PropertyValue >& rValues, const O… in lcl_extractSetPropertyNames() argument
982 const PropertyValue* pProperties = rValues.getConstArray(); in lcl_extractSetPropertyNames()
984 Sequence< OUString > aSubNodeNames(rValues.getLength()); in lcl_extractSetPropertyNames()
990 for(sal_Int32 i = 0; i < rValues.getLength(); i++) in lcl_extractSetPropertyNames()
1010 const OUString& rNode, Sequence< PropertyValue > rValues)
1035 … const Sequence< OUString > aSubNodeNames = lcl_extractSetPropertyNames(rValues, rNode);
1055 const PropertyValue* pProperties = rValues.getConstArray();
[all …]
/AOO41X/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()
1059 Reference<container::XHierarchicalNameAccess> xFontNode (rValues[2], UNO_QUERY); in ProcessPaneStyle()
1063 Reference<container::XNameAccess> xInnerBorderSizeNode (rValues[3], UNO_QUERY); in ProcessPaneStyle()
1065 Reference<container::XNameAccess> xOuterBorderSizeNode (rValues[4], UNO_QUERY); in ProcessPaneStyle()
1076 Reference<container::XNameAccess> xBitmapsNode (rValues[5], UNO_QUERY); in ProcessPaneStyle()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/xmloff/source/text/
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 DXMLSectionExport.cxx1054 Sequence<Sequence<PropertyValue> > & rValues) in ExportIndexTemplate()
1114 sal_Int32 nTemplateCount = rValues.getLength(); in ExportIndexTemplate()
1121 rValues[nTemplateNo]); in ExportIndexTemplate()
1225 Sequence<PropertyValue> & rValues) in ExportIndexTemplateElement() argument
1272 sal_Int32 nCount = rValues.getLength(); in ExportIndexTemplateElement()
1276 if ( SvXMLUnitConverter::convertEnum( nToken, rValues[i].Name, in ExportIndexTemplateElement()
1290 rValues[i].Value >>= sVal; in ExportIndexTemplateElement()
1301 rValues[i].Value >>= sCharStyle; in ExportIndexTemplateElement()
1306 rValues[i].Value >>= sText; in ExportIndexTemplateElement()
1312 *(sal_Bool *)rValues[i].Value.getValue(); in ExportIndexTemplateElement()
[all …]
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()
/AOO41X/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()
/AOO41X/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()
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 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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
H A Dunoparagraph.cxx166 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()

12345