Lines Matching refs:aRet

124 		EnhancedCustomShapeParameter aRet;  in fillNode()  local
128 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode()
129 aRet.Value <<= (sal_Int32)aFract.GetNumerator(); in fillNode()
138 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
139 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
142 return aRet; in fillNode()
173 EnhancedCustomShapeParameter aRet; in fillNode() local
174 aRet.Type = EnhancedCustomShapeParameterType::ADJUSTMENT; in fillNode()
175 aRet.Value <<= mnIndex; in fillNode()
176 return aRet; in fillNode()
206 EnhancedCustomShapeParameter aRet; in fillNode() local
207 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
208aRet.Value <<= mnIndex | 0x40000000; // the bit is indicating that this equation needs to be … in fillNode()
209 return aRet; in fillNode()
263 EnhancedCustomShapeParameter aRet; in fillNode() local
266 aRet.Value <<= nDummy; in fillNode()
277 aRet = aConstantValue.fillNode( rEquations, NULL, nFlags ); in fillNode()
280 case ENUM_FUNC_LEFT : aRet.Type = EnhancedCustomShapeParameterType::LEFT; break; in fillNode()
281 case ENUM_FUNC_TOP : aRet.Type = EnhancedCustomShapeParameterType::TOP; break; in fillNode()
282 case ENUM_FUNC_RIGHT : aRet.Type = EnhancedCustomShapeParameterType::RIGHT; break; in fillNode()
283 case ENUM_FUNC_BOTTOM : aRet.Type = EnhancedCustomShapeParameterType::BOTTOM; break; in fillNode()
289 case ENUM_FUNC_HASFILL : aRet.Type = EnhancedCustomShapeParameterType::NORMAL; break; in fillNode()
294 return aRet; in fillNode()
343 EnhancedCustomShapeParameter aRet; in fillNode() local
351 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
352 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
361 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
362 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
386 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
387 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
411 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
412 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
436 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
437 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
444 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode()
454 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
455 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
462 return aRet; in fillNode()
514 EnhancedCustomShapeParameter aRet; in fillNode() local
527 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
528 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
537 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
538 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
546 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
547 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
553 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
554 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
561 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
562 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
572 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
574 aRet = mpFirstArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
581 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
582 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
594 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
595 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
604 aRet = mpFirstArg->fillNode( rEquations, mpSecondArg.get(), nFlags ); in fillNode()
606 aRet = mpSecondArg->fillNode( rEquations, mpFirstArg.get(), nFlags ); in fillNode()
610 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
612 aRet = mpFirstArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
617 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
623 aRet = mpFirstArg->fillNode( rEquations, NULL, nFlags ); in fillNode()
632 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
633 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
646 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
647 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
657 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
658 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
668 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
669 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
679 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
680 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
687 return aRet; in fillNode()
724 EnhancedCustomShapeParameter aRet; in fillNode() local
725 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
726 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
735 return aRet; in fillNode()