Home
last modified time | relevance | path

Searched refs:pDataValues (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx556 PropertyValue* pDataValues = rSettings.maFilterData.getArray(); in ParseSettings() local
559 if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Translucent" ) ) ) in ParseSettings()
561 …if ( !( pDataValues->Value >>= rSettings.mbTranslucent ) ) // SJ: TODO: The GIF Transparency is s… in ParseSettings()
564 if ( pDataValues->Value >>= nTranslucent ) in ParseSettings()
568 … else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "PixelWidth" ) ) ) in ParseSettings()
570 pDataValues->Value >>= rSettings.mnWidth; in ParseSettings()
572 … else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "PixelHeight" ) ) ) in ParseSettings()
574 pDataValues->Value >>= rSettings.mnHeight; in ParseSettings()
576 …else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Width" ) ) ) // for compati… in ParseSettings()
578 pDataValues->Value >>= rSettings.mnWidth; in ParseSettings()
[all …]
/AOO41X/main/chart2/source/view/main/
H A DChartView.cxx2951 beans::PropertyValue* pDataValues = aZoomFactors.getArray(); in setPropertyValue() local
2954 if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ScaleXNumerator" ) ) ) in setPropertyValue()
2955 pDataValues->Value >>= m_nScaleXNumerator; in setPropertyValue()
2956 … else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ScaleXDenominator" ) ) ) in setPropertyValue()
2957 pDataValues->Value >>= m_nScaleXDenominator; in setPropertyValue()
2958 … else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ScaleYNumerator" ) ) ) in setPropertyValue()
2959 pDataValues->Value >>= m_nScaleYNumerator; in setPropertyValue()
2960 … else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ScaleYDenominator" ) ) ) in setPropertyValue()
2961 pDataValues->Value >>= m_nScaleYDenominator; in setPropertyValue()
2963 pDataValues++; in setPropertyValue()