Lines Matching refs:SAL_STATIC_CAST
302 SAL_STATIC_CAST(XInvocation*, this), in queryInterface()
303 SAL_STATIC_CAST(XMaterialHolder*, this), in queryInterface()
304 SAL_STATIC_CAST(XTypeProvider *,this) ); in queryInterface()
317 return makeAny( Reference< XExactName >( SAL_STATIC_CAST(XExactName*, this) ) ); in queryInterface()
323 return makeAny( Reference< XNameContainer >( SAL_STATIC_CAST(XNameContainer*, this) ) ); in queryInterface()
328 return makeAny( Reference< XNameAccess >( SAL_STATIC_CAST(XNameAccess*, this) ) ); in queryInterface()
333 return makeAny( Reference< XIndexContainer >( SAL_STATIC_CAST(XIndexContainer*, this) ) ); in queryInterface()
338 return makeAny( Reference< XIndexAccess >( SAL_STATIC_CAST(XIndexAccess*, this) ) ); in queryInterface()
343 return makeAny( Reference< XEnumerationAccess >( SAL_STATIC_CAST(XEnumerationAccess*, this) ) ); in queryInterface()
350 SAL_STATIC_CAST(XElementAccess*, SAL_STATIC_CAST(XNameContainer*, this) ) ) ); in queryInterface()
360 return makeAny( Reference< XInvocation2 >( SAL_STATIC_CAST(XInvocation2*, this) ) ); in queryInterface()