Searched refs:rStrValue (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | DashStyle.cxx | 122 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in importXML() local 128 rStrName = rStrValue; in importXML() 133 aDisplayName = rStrValue; in importXML() 146 aLineDash.Dots = (sal_Int16)rStrValue.toInt32(); in importXML() 154 rUnitConverter.convertPercent( aLineDash.DotLen, rStrValue ); in importXML() 158 rUnitConverter.convertMeasure( aLineDash.DotLen, rStrValue ); in importXML() 164 aLineDash.Dashes = (sal_Int16)rStrValue.toInt32(); in importXML() 172 rUnitConverter.convertPercent( aLineDash.DashLen, rStrValue ); in importXML() 176 rUnitConverter.convertMeasure( aLineDash.DashLen, rStrValue ); in importXML() 186 rUnitConverter.convertPercent( aLineDash.Distance, rStrValue ); in importXML() [all …]
|
H A D | GradientStyle.cxx | 135 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in importXML() local 143 rStrName = rStrValue; in importXML() 149 aDisplayName = rStrValue; in importXML() 155 if( SvXMLUnitConverter::convertEnum( eValue, rStrValue, pXML_GradientStyle_Enum ) ) in importXML() 163 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 167 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 173 bHasStartColor = SvXMLUnitConverter::convertColor( aColor, rStrValue ); in importXML() 187 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 191 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 197 SvXMLUnitConverter::convertNumber( nValue, rStrValue, 0, 3600 ); in importXML() [all …]
|
H A D | TransGradientStyle.cxx | 128 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in importXML() local 136 rStrName = rStrValue; in importXML() 142 aDisplayName = rStrValue; in importXML() 148 if( SvXMLUnitConverter::convertEnum( eValue, rStrValue, pXML_GradientStyle_Enum ) ) in importXML() 156 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 160 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML() 166 SvXMLUnitConverter::convertPercent( aStartTransparency, rStrValue ); in importXML() 178 SvXMLUnitConverter::convertPercent( aEndTransparency, rStrValue ); in importXML() 190 SvXMLUnitConverter::convertNumber( nValue, rStrValue, 0, 3600 ); in importXML() 195 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
|
H A D | HatchStyle.cxx | 120 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in importXML() local 126 rStrName = rStrValue; in importXML() 131 aDisplayName = rStrValue; in importXML() 136 … bHasStyle = rUnitConverter.convertEnum( eValue, rStrValue, pXML_HatchStyle_Enum ); in importXML() 144 bHasColor = rUnitConverter.convertColor( aColor, rStrValue ); in importXML() 150 bHasDist = rUnitConverter.convertMeasure( (sal_Int32&)aHatch.Distance, rStrValue ); in importXML() 155 rUnitConverter.convertNumber( nValue, rStrValue, 0, 3600 ); in importXML()
|
H A D | ImageStyle.cxx | 171 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in ImpImportXML() local 177 rStrName = rStrValue; in ImpImportXML() 183 aDisplayName = rStrValue; in ImpImportXML() 188 aStrURL = rImport.ResolveGraphicObjectURL( rStrValue, sal_False ); in ImpImportXML()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlimprt.hxx | 831 sal_Int16 GetCellType(const ::rtl::OUString& rStrValue) const;
|
H A D | xmlimprt.cxx | 1983 sal_Int16 ScXMLImport::GetCellType(const OUString& rStrValue) const in GetCellType() 1985 CellTypeMap::const_iterator itr = aCellTypeMap.find(rStrValue); in GetCellType()
|
Completed in 32 milliseconds