Lines Matching refs:getSdrLFSTAttribute
53 if(getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition()
70 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
71 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition()
75 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition()
98 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
106 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
107 getSdrLFSTAttribute().getLineStartEnd())); in create2DDecomposition()
111 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition()
117 getSdrLFSTAttribute().getText(), in create2DDecomposition()
118 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
125 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
127 aRetval = createEmbeddedShadowPrimitive(aRetval, getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
165 && getSdrLFSTAttribute() == rCompare.getSdrLFSTAttribute()); in operator ==()