Searched refs:aFinalValues (Results 1 – 5 of 5) sorted by relevance
57 public void SetFinal (final String[] aFinalValues) in SetFinal() argument59 maFinalValues = aFinalValues; in SetFinal()
671 Sequence< PropertyValue > aFinalValues = pParams->getValues(); in completeParameters() local672 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in completeParameters()673 for ( sal_Int32 i = 0; i < aFinalValues.getLength(); ++i, ++pFinalValues ) in completeParameters()
1865 Sequence< PropertyValue > aFinalValues = pParams->getValues(); in askForParameters() local1866 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in askForParameters()1867 for (sal_Int32 i=0; i<aFinalValues.getLength(); ++i, ++pFinalValues) in askForParameters()
1501 Sequence< PropertyValue > aFinalValues = pParamValues->getValues(); in approveParameter() local1502 if (aFinalValues.getLength() != aRequest.Parameters->getCount()) in approveParameter()1508 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in approveParameter()1509 for (sal_Int32 i=0; i<aFinalValues.getLength(); ++i, ++pFinalValues) in approveParameter()
3985 Sequence< PropertyValue > aFinalValues = pParamValues->getValues(); in approveParameter() local3986 if (aFinalValues.getLength() != aRequest.Parameters->getCount()) in approveParameter()3991 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in approveParameter()3992 for (sal_Int32 i=0; i<aFinalValues.getLength(); ++i, ++pFinalValues) in approveParameter()
Completed in 74 milliseconds