Home
last modified time | relevance | path

Searched refs:OdfZIndex (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoShape.h1180 OdfZIndex = 1024, ///< Store the z-index enumerator
1184 OdfMandatories = OdfLayer | OdfStyle | OdfId | OdfName | OdfZIndex,
H A DKoShapeGroup.cpp165 saveOdfAttributes(context, (OdfMandatories ^ (OdfLayer | OdfZIndex)) | OdfAdditionalAttributes); in saveOdf()
H A DKoShape.cpp1636 if (attributes & OdfZIndex) { in loadOdfAttributes()
2077 if (attributes & OdfZIndex && context.isSet(KoShapeSavingContext::ZIndex)) { in saveOdfAttributes()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoShape.h1177 OdfZIndex = 1024, ///< Store the z-index enumerator
1181 OdfMandatories = OdfLayer | OdfStyle | OdfId | OdfName | OdfZIndex,
H A DKoShapeGroup.cpp198 saveOdfAttributes(context, (OdfMandatories ^ (OdfLayer | OdfZIndex)) | OdfAdditionalAttributes); in saveOdf()
H A DKoShape.cpp1582 if (attributes & OdfZIndex) { in loadOdfAttributes()
2008 if (attributes & OdfZIndex && context.isSet(KoShapeSavingContext::ZIndex)) { in saveOdfAttributes()