Lines Matching refs:aSource
375 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() local
376 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode()
380 FillEquationParameter( aSource, 1, _aEquation ); in fillNode()
381 aSource.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
382 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
385 FillEquationParameter( aSource, 1, aEquation ); in fillNode()
400 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() local
401 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode()
405 FillEquationParameter( aSource, 1, aTmpEquation ); in fillNode()
406 aSource.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
407 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
410 FillEquationParameter( aSource, 1, aEquation ); in fillNode()
425 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode() local
426 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode()
430 FillEquationParameter( aSource, 1, aTmpEquation ); in fillNode()
431 aSource.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
432 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
435 FillEquationParameter( aSource, 1, aEquation ); in fillNode()