Home
last modified time | relevance | path

Searched refs:aLineEndWidth (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx100 void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWriter);
595 void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWriter) in dumpLineEndWidthAsAttribute() argument
597 …tWriterWriteFormatAttribute(xmlWriter, BAD_CAST("lineEndWidth"), "%" SAL_PRIdINT32, aLineEndWidth); in dumpLineEndWidthAsAttribute()
1624 sal_Int32 aLineEndWidth = sal_Int32(); in dumpLinePropertiesService() local
1625 if(anotherAny >>= aLineEndWidth) in dumpLinePropertiesService()
1626 dumpLineEndWidthAsAttribute(aLineEndWidth, xmlWriter); in dumpLinePropertiesService()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx99 void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWriter);
593 void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWriter) in dumpLineEndWidthAsAttribute() argument
595 …tWriterWriteFormatAttribute(xmlWriter, BAD_CAST("lineEndWidth"), "%" SAL_PRIdINT32, aLineEndWidth); in dumpLineEndWidthAsAttribute()
1621 sal_Int32 aLineEndWidth = sal_Int32(); in dumpLinePropertiesService() local
1622 if(anotherAny >>= aLineEndWidth) in dumpLinePropertiesService()
1623 dumpLineEndWidthAsAttribute(aLineEndWidth, xmlWriter); in dumpLinePropertiesService()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1938 XLineEndWidthItem aLineEndWidth(pObj->GetMergedItem( XATTR_LINESTARTWIDTH ).GetValue()); in SwapStartAndEndArrow() local
1945 pObj->SetMergedItem( aLineEndWidth ); in SwapStartAndEndArrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1943 XLineEndWidthItem aLineEndWidth(pObj->GetMergedItem( XATTR_LINESTARTWIDTH ).GetValue()); in SwapStartAndEndArrow() local
1950 pObj->SetMergedItem( aLineEndWidth ); in SwapStartAndEndArrow()