Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx154 void dumpNavigationOrderAsAttribute(sal_Int32 aNavigationOrder, xmlTextWriterPtr xmlWriter);
1065 void dumpNavigationOrderAsAttribute(sal_Int32 aNavigationOrder, xmlTextWriterPtr xmlWriter) in dumpNavigationOrderAsAttribute() argument
1067 …rWriteFormatAttribute(xmlWriter, BAD_CAST("navigationOrder"), "%" SAL_PRIdINT32, aNavigationOrder); in dumpNavigationOrderAsAttribute()
1745 sal_Int32 aNavigationOrder = sal_Int32(); in dumpShapeService() local
1746 if(anotherAny >>= aNavigationOrder) in dumpShapeService()
1747 dumpNavigationOrderAsAttribute(aNavigationOrder, xmlWriter); in dumpShapeService()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx153 void dumpNavigationOrderAsAttribute(sal_Int32 aNavigationOrder, xmlTextWriterPtr xmlWriter);
1063 void dumpNavigationOrderAsAttribute(sal_Int32 aNavigationOrder, xmlTextWriterPtr xmlWriter) in dumpNavigationOrderAsAttribute() argument
1065 …rWriteFormatAttribute(xmlWriter, BAD_CAST("navigationOrder"), "%" SAL_PRIdINT32, aNavigationOrder); in dumpNavigationOrderAsAttribute()
1742 sal_Int32 aNavigationOrder = sal_Int32(); in dumpShapeService() local
1743 if(anotherAny >>= aNavigationOrder) in dumpShapeService()
1744 dumpNavigationOrderAsAttribute(aNavigationOrder, xmlWriter); in dumpShapeService()