Home
last modified time | relevance | path

Searched refs:aFinalValues (Results 1 – 5 of 5) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DSimpleType.java57 public void SetFinal (final String[] aFinalValues) in SetFinal() argument
59 maFinalValues = aFinalValues; in SetFinal()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx671 Sequence< PropertyValue > aFinalValues = pParams->getValues(); in completeParameters() local
672 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in completeParameters()
673 for ( sal_Int32 i = 0; i < aFinalValues.getLength(); ++i, ++pFinalValues ) in completeParameters()
H A Ddbtools.cxx1865 Sequence< PropertyValue > aFinalValues = pParams->getValues(); in askForParameters() local
1866 const PropertyValue* pFinalValues = aFinalValues.getConstArray(); in askForParameters()
1867 for (sal_Int32 i=0; i<aFinalValues.getLength(); ++i, ++pFinalValues) in askForParameters()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1501 Sequence< PropertyValue > aFinalValues = pParamValues->getValues(); in approveParameter() local
1502 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()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3985 Sequence< PropertyValue > aFinalValues = pParamValues->getValues(); in approveParameter() local
3986 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 56 milliseconds