Home
last modified time | relevance | path

Searched refs:rPropertyValue (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews5.cxx475 for ( auto & rPropertyValue : rSequence ) in ReadUserDataSequence() local
477 if ( rPropertyValue.Name == sUNO_View_VisibleLayers in ReadUserDataSequence()
478 || rPropertyValue.Name == sUNO_View_PrintableLayers in ReadUserDataSequence()
479 || rPropertyValue.Name == sUNO_View_LockedLayers ) in ReadUserDataSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews5.cxx483 for ( auto & rPropertyValue : rSequence ) in ReadUserDataSequence() local
485 if ( rPropertyValue.Name == sUNO_View_VisibleLayers in ReadUserDataSequence()
486 || rPropertyValue.Name == sUNO_View_PrintableLayers in ReadUserDataSequence()
487 || rPropertyValue.Name == sUNO_View_LockedLayers ) in ReadUserDataSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DDataSeriesHelper.hxx146 const css::uno::Any& rPropertyValue );
151 const css::uno::Any& rPropertyValue );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DDataSeriesHelper.hxx150 const css::uno::Any& rPropertyValue );
155 const css::uno::Any& rPropertyValue );
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DDataSeriesHelper.cxx590 … const OUString& rPropertyName, const uno::Any& rPropertyValue ) in setPropertyAlsoToAllAttributedDataPoints() argument
596 xSeriesProperties->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints()
605 xPointProp->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints()
613 … const OUString& rPropertyName, const uno::Any& rPropertyValue ) in hasAttributedDataPointDifferentValue() argument
628 if( rPropertyValue != aPointValue ) in hasAttributedDataPointDifferentValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DDataSeriesHelper.cxx591 … const OUString& rPropertyName, const uno::Any& rPropertyValue ) in setPropertyAlsoToAllAttributedDataPoints() argument
597 xSeriesProperties->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints()
606 xPointProp->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints()
612 … const OUString& rPropertyName, const uno::Any& rPropertyValue ) in hasAttributedDataPointDifferentValue() argument
627 if( rPropertyValue != aPointValue ) in hasAttributedDataPointDifferentValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx60 void dumpPropertyValueAsElement(const beans::PropertyValue& rPropertyValue, xmlTextWriterPtr xmlWri…
1126 void dumpPropertyValueAsElement(const beans::PropertyValue& rPropertyValue, xmlTextWriterPtr xmlWri… in dumpPropertyValueAsElement() argument
1131 OUStringToOString(rPropertyValue.Name, RTL_TEXTENCODING_UTF8).getStr()); in dumpPropertyValueAsElement()
1133 uno::Any aAny = rPropertyValue.Value; in dumpPropertyValueAsElement()
1160 else if(rPropertyValue.Name == "ViewBox" && (aAny >>= aRectangleValue)) in dumpPropertyValueAsElement()
1165 else if(rPropertyValue.Name == "AdjustmentValues" && (aAny >>= aAdjustmentValues)) in dumpPropertyValueAsElement()
1170 else if(rPropertyValue.Name == "Coordinates" && (aAny >>= aCoordinates)) in dumpPropertyValueAsElement()
1175 else if(rPropertyValue.Name == "Segments" && (aAny >>= aSegments)) in dumpPropertyValueAsElement()
1182 …(void)xmlTextWriterStartElement(xmlWriter, BAD_CAST( OUStringToOString(rPropertyValue.Name, RTL_TE… in dumpPropertyValueAsElement()
1196 …riterWriteFormatAttribute(xmlWriter, BAD_CAST("handle"), "%" SAL_PRIdINT32, rPropertyValue.Handle); in dumpPropertyValueAsElement()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx59 void dumpPropertyValueAsElement(const beans::PropertyValue& rPropertyValue, xmlTextWriterPtr xmlWri…
1123 void dumpPropertyValueAsElement(const beans::PropertyValue& rPropertyValue, xmlTextWriterPtr xmlWri… in dumpPropertyValueAsElement() argument
1128 OUStringToOString(rPropertyValue.Name, RTL_TEXTENCODING_UTF8).getStr()); in dumpPropertyValueAsElement()
1130 uno::Any aAny = rPropertyValue.Value; in dumpPropertyValueAsElement()
1157 else if(rPropertyValue.Name == "ViewBox" && (aAny >>= aRectangleValue)) in dumpPropertyValueAsElement()
1162 else if(rPropertyValue.Name == "AdjustmentValues" && (aAny >>= aAdjustmentValues)) in dumpPropertyValueAsElement()
1167 else if(rPropertyValue.Name == "Coordinates" && (aAny >>= aCoordinates)) in dumpPropertyValueAsElement()
1172 else if(rPropertyValue.Name == "Segments" && (aAny >>= aSegments)) in dumpPropertyValueAsElement()
1179 …xmlTextWriterStartElement(xmlWriter, BAD_CAST( OUStringToOString(rPropertyValue.Name, RTL_TEXTENCO… in dumpPropertyValueAsElement()
1193 …riterWriteFormatAttribute(xmlWriter, BAD_CAST("handle"), "%" SAL_PRIdINT32, rPropertyValue.Handle); in dumpPropertyValueAsElement()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dunodialog.cxx263 …lProperty( const OUString& rControlName, const OUString& rPropertyName, const Any& rPropertyValue ) in setControlProperty() argument
270 xPropertySet->setPropertyValue( rPropertyName, rPropertyValue ); in setControlProperty()
H A Dunodialog.hxx84 …const OUString& rControlName, const OUString& rPropertyName, const css::uno::Any& rPropertyValue );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dunodialog.cxx263 …lProperty( const OUString& rControlName, const OUString& rPropertyName, const Any& rPropertyValue ) in setControlProperty() argument
270 xPropertySet->setPropertyValue( rPropertyName, rPropertyValue ); in setControlProperty()
H A Dunodialog.hxx84 …const OUString& rControlName, const OUString& rPropertyName, const css::uno::Any& rPropertyValue );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx285 for (beans::PropertyValue & rPropertyValue : rFrameProperties) in lcl_DecrementHoriOrientPosition()
287 if (rPropertyValue.Name == "HoriOrientPosition") in lcl_DecrementHoriOrientPosition()
289 sal_Int32 nValue = rPropertyValue.Value.get<sal_Int32>(); in lcl_DecrementHoriOrientPosition()
291 rPropertyValue.Value <<= nValue; in lcl_DecrementHoriOrientPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx297 for (beans::PropertyValue & rPropertyValue : rFrameProperties) in lcl_DecrementHoriOrientPosition()
299 if (rPropertyValue.Name == "HoriOrientPosition") in lcl_DecrementHoriOrientPosition()
301 sal_Int32 nValue = rPropertyValue.Value.get<sal_Int32>(); in lcl_DecrementHoriOrientPosition()
303 rPropertyValue.Value <<= nValue; in lcl_DecrementHoriOrientPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx428 const beans::PropertyValue& rPropertyValue ) in lcl_setPropertyValue() argument
432 rPropVec.push_back( rPropertyValue ); in lcl_setPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx421 const beans::PropertyValue& rPropertyValue ) in lcl_setPropertyValue() argument
425 rPropVec.push_back( rPropertyValue ); in lcl_setPropertyValue()