Lines Matching refs:getSdrLFSTAttribute
48 if(!getSdrLFSTAttribute().getFill().isDefault() && isTransparent()) in create2DDecomposition()
56 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
57 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition()
74 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition()
78 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in create2DDecomposition()
86 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in create2DDecomposition()
96 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
107 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
113 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition()
119 getSdrLFSTAttribute().getText(), in create2DDecomposition()
120 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
127 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
131 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
159 && getSdrLFSTAttribute() == rCompare.getSdrLFSTAttribute() in operator ==()