Searched refs:pVerbShortcuts (Results 1 – 1 of 1) sorted by relevance
1021 … String[] pVerbShortcuts = (String[]) AnyConverter.toArray( xEmbObjNA.getByName( "ObjectVerbs" ) ); in getSupportedVerbs() local1022 if ( pVerbShortcuts != null && pVerbShortcuts.length != 0 ) in getSupportedVerbs()1024 ….star.embed.VerbDescriptor[] pVerbs = new com.sun.star.embed.VerbDescriptor[pVerbShortcuts.length]; in getSupportedVerbs()1031 for ( int nInd = 0; nInd < pVerbShortcuts.length; nInd++ ) in getSupportedVerbs()1037 … xVerbsConfNA.getByName( pVerbShortcuts[nInd] ) ); in getSupportedVerbs()
Completed in 26 milliseconds