Lines Matching refs:aAny

312 			Any aAny;  in createOLEObject_Impl()  local
313 aAny <<= xOLEObject; in createOLEObject_Impl()
314 pUnoObj = new SbUnoObject( aType, aAny ); in createOLEObject_Impl()
2409 Reference< XInvocation > createDynamicInvocationFor( const Any& aAny );
2802 Any aAny = xNameAccess->getByName( aUName2 ); in Find() local
2812 unoToSbxValue( pRes, aAny ); in Find()
3113 Any aAny; in RTL_Impl_CreateUnoService() local
3114 aAny <<= xInterface; in RTL_Impl_CreateUnoService()
3117 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreateUnoService()
3171 Any aAny; in RTL_Impl_CreateUnoServiceWithArguments() local
3172 aAny <<= xInterface; in RTL_Impl_CreateUnoServiceWithArguments()
3175 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreateUnoServiceWithArguments()
3203 Any aAny; in RTL_Impl_GetProcessServiceManager() local
3204 aAny <<= xFactory; in RTL_Impl_GetProcessServiceManager()
3207 … xUnoObj = new SbUnoObject( String( RTL_CONSTASCII_USTRINGPARAM("ProcessServiceManager") ), aAny ); in RTL_Impl_GetProcessServiceManager()
3237 Any aAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in RTL_Impl_HasInterfaces() local
3238 TypeClass eType = aAny.getValueType().getTypeClass(); in RTL_Impl_HasInterfaces()
3243 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in RTL_Impl_HasInterfaces()
3294 Any aAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in RTL_Impl_IsUnoStruct() local
3295 TypeClass eType = aAny.getValueType().getTypeClass(); in RTL_Impl_IsUnoStruct()
3470 Any aAny; in Find() local
3471 aAny = xField->get( aAny ); in Find()
3476 unoToSbxValue( pRes, aAny ); in Find()