Lines Matching refs:aEquation

94 	rtl::OUString aEquation;  in GetEquation()  local
119 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
124 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
128 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
129 aEquation += rtl::OUString( (sal_Unicode)'+' ); in GetEquation()
130 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
136 aEquation += rtl::OUString( (sal_Unicode)'-' ); in GetEquation()
137 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
143 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
146 aEquation += rtl::OUString( (sal_Unicode)'*' ); in GetEquation()
147 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
151 aEquation += rtl::OUString( (sal_Unicode)'/' ); in GetEquation()
152 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
158 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "(" ) ); in GetEquation()
159 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
160 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "+" ) ); in GetEquation()
161 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
162 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")/2" ) ); in GetEquation()
167 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "abs(" ) ); in GetEquation()
168 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
169 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
174 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "min(" ) ); in GetEquation()
175 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
176 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "," ) ); in GetEquation()
177 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
178 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
183 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "max(" ) ); in GetEquation()
184 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
185 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "," ) ); in GetEquation()
186 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
187 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
192 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "if(" ) ); in GetEquation()
193 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
194 aEquation += rtl::OUString( (sal_Unicode)',' ); in GetEquation()
195 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
196 aEquation += rtl::OUString( (sal_Unicode)',' ); in GetEquation()
197 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
198 aEquation += rtl::OUString( (sal_Unicode)')' ); in GetEquation()
203 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "sqrt(" ) ); in GetEquation()
204 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
205 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
206 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
207 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "+" ) ); in GetEquation()
208 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
209 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
210 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
211 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "+" ) ); in GetEquation()
212 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
213 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
214 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
215 aEquation += rtl::OUString( (sal_Unicode)')' ); in GetEquation()
220 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "atan2(" ) ); in GetEquation()
221 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
222 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "," ) ); in GetEquation()
223 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
224 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")/(pi/180)" ) ); in GetEquation()
229 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
230 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*sin(" ) ); in GetEquation()
231 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
232 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))" ) ); in GetEquation()
237 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
238 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*cos(" ) ); in GetEquation()
239 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
240 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))" ) ); in GetEquation()
245 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
246 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
247 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "cos(atan2(" ) ); in GetEquation()
248 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
249 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "," ) ); in GetEquation()
250 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
251 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "))" ) ); in GetEquation()
256 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
257 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
258 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "sin(atan2(" ) ); in GetEquation()
259 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
260 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "," ) ); in GetEquation()
261 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
262 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "))" ) ); in GetEquation()
267 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "sqrt(" ) ); in GetEquation()
268 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
269 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
274 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
275 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*sqrt(1-(" ) ); in GetEquation()
276 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
277 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/" ) ); in GetEquation()
278 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
279 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
280 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(" ) ); in GetEquation()
281 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
282 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/" ) ); in GetEquation()
283 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
284 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "))" ) ); in GetEquation()
289 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
290 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*tan(" ) ); in GetEquation()
291 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
292 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( ")" ) ); in GetEquation()
297 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "sqrt(" ) ); in GetEquation()
298 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
299 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
300 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
301 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-" ) ); in GetEquation()
302 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
303 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*" ) ); in GetEquation()
304 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
305 aEquation += rtl::OUString( (sal_Unicode)')' ); in GetEquation()
310 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "(cos(" ) ); in GetEquation()
311 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
312 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))*(" ) ); in GetEquation()
313 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
314 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-10800)+sin(" ) ); in GetEquation()
315 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
316 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))*(" ) ); in GetEquation()
317 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
318 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-10800))+10800" ) ); in GetEquation()
323 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-(sin(" ) ); in GetEquation()
324 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
325 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))*(" ) ); in GetEquation()
326 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP1, b1Special ); in GetEquation()
327 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-10800)-cos(" ) ); in GetEquation()
328 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP3, b3Special ); in GetEquation()
329 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "*(pi/180))*(" ) ); in GetEquation()
330 EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( aEquation, nP2, b2Special ); in GetEquation()
331 aEquation += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "-10800))+10800" ) ); in GetEquation()
335 return aEquation; in GetEquation()