Searched refs:aParamType (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sfx2/source/control/ |
H A D | unoctitm.cxx | 581 rtl::OUString aParamType; in addParametersToArgs() local 590 … aParamType = (nParmIndex!=-1) ? aToken.getToken( 0, ':', nParmIndex ) : ::rtl::OUString(); in addParametersToArgs() 597 if ( aParamType.getLength() == 0 ) in addParametersToArgs() 602 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_BOOL], 4 )) in addParametersToArgs() 607 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_BYTE], 4 )) in addParametersToArgs() 612 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_LONG], 4 )) in addParametersToArgs() 617 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_SHORT], 5 )) in addParametersToArgs() 622 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_HYPER], 5 )) in addParametersToArgs() 627 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_FLOAT], 5 )) in addParametersToArgs() 632 else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_STRING], 6 )) in addParametersToArgs() [all …]
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 1012 Type aParamType( xParamClass->getTypeClass(), xParamClass->getName() ); in fillInfoForMethod() local 1013 pParamTypes[ i ] = aParamType; in fillInfoForMethod()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 561 Any aParamType, aScale, aValue; in fillLinkedParameters() local
|
Completed in 31 milliseconds