Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx90 void dumpLineTransparenceAsAttribute(sal_Int32 aLineTransparence, xmlTextWriterPtr xmlWriter);
509 void dumpLineTransparenceAsAttribute(sal_Int32 aLineTransparence, xmlTextWriterPtr xmlWriter) in dumpLineTransparenceAsAttribute() argument
511 …riteFormatAttribute(xmlWriter, BAD_CAST("lineTransparence"), "%" SAL_PRIdINT32, aLineTransparence); in dumpLineTransparenceAsAttribute()
1564 sal_Int32 aLineTransparence = sal_Int32(); in dumpLinePropertiesService() local
1565 if(anotherAny >>= aLineTransparence) in dumpLinePropertiesService()
1566 dumpLineTransparenceAsAttribute(aLineTransparence, xmlWriter); in dumpLinePropertiesService()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx89 void dumpLineTransparenceAsAttribute(sal_Int32 aLineTransparence, xmlTextWriterPtr xmlWriter);
507 void dumpLineTransparenceAsAttribute(sal_Int32 aLineTransparence, xmlTextWriterPtr xmlWriter) in dumpLineTransparenceAsAttribute() argument
509 …riteFormatAttribute(xmlWriter, BAD_CAST("lineTransparence"), "%" SAL_PRIdINT32, aLineTransparence); in dumpLineTransparenceAsAttribute()
1561 sal_Int32 aLineTransparence = sal_Int32(); in dumpLinePropertiesService() local
1562 if(anotherAny >>= aLineTransparence) in dumpLinePropertiesService()
1563 dumpLineTransparenceAsAttribute(aLineTransparence, xmlWriter); in dumpLinePropertiesService()