Lines Matching refs:getCppuType

1369     if ( rType == ::getCppuType((uno::Reference<XAccessibleText> *)0) )  in queryInterface()
1374 else if ( rType == ::getCppuType((uno::Reference<XAccessibleEditableText> *)0) ) in queryInterface()
1379 else if ( rType == ::getCppuType((uno::Reference<XAccessibleSelection> *)0) ) in queryInterface()
1384 else if ( rType == ::getCppuType((uno::Reference<XAccessibleHypertext> *)0) ) in queryInterface()
1391 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextAttributes> *)0) ) in queryInterface()
1399 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextMarkup> *)0) ) in queryInterface()
1405 else if ( rType == ::getCppuType((uno::Reference<XAccessibleMultiLineText> *)0) ) in queryInterface()
1412 else if ( rType == ::getCppuType((uno::Reference<XAccessibleTextSelection> *)NULL) ) in queryInterface()
1417 else if ( rType == ::getCppuType((uno::Reference<XAccessibleExtendedAttributes> *)NULL) ) in queryInterface()
1443 …pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleEditableText > * >( 0 ) … in getTypes()
1444 …pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleTextAttributes > * >( 0 … in getTypes()
1445 pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleSelection > * >( 0 ) ); in getTypes()
1446 … pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleTextMarkup > * >( 0 ) ); in getTypes()
1447 …pTypes[nIndex++] = ::getCppuType( static_cast< uno::Reference< XAccessibleMultiLineText > * >( 0 )… in getTypes()
1448 pTypes[nIndex] = ::getCppuType( static_cast< uno::Reference< XAccessibleHypertext > * >( 0 ) ); in getTypes()
2622 … aVal.setValue(&xNum, ::getCppuType((const uno::Reference< container::XIndexReplace >*)0)); in _correctValues()