Searched refs:xDfltMethod (Results 1 – 1 of 1) sorted by relevance
422 Reference< XDefaultMethod > xDfltMethod( x, UNO_QUERY ); in SetupArgs() local425 if ( xDfltMethod.is() ) in SetupArgs()426 sDefaultMethod = xDfltMethod->getDefaultMethodName(); in SetupArgs()588 Reference< XDefaultMethod > xDfltMethod( x, UNO_QUERY ); in CheckArray() local590 if ( xDfltMethod.is() ) in CheckArray()591 sDefaultMethod = xDfltMethod->getDefaultMethodName(); in CheckArray()
Completed in 21 milliseconds