Searched refs:pVerbs (Results 1 – 1 of 1) sorted by relevance
1024 …com.sun.star.embed.VerbDescriptor[] pVerbs = new com.sun.star.embed.VerbDescriptor[pVerbShortcuts.… in getSupportedVerbs() local1045 pVerbs[nInd] = aVerb; in getSupportedVerbs()1052 if ( pVerbs[nInd] == null ) in getSupportedVerbs()1055 pVerbs[nInd] = new com.sun.star.embed.VerbDescriptor(); in getSupportedVerbs()1056 pVerbs[nInd].VerbID = com.sun.star.embed.EmbedVerbs.MS_OLEVERB_PRIMARY; in getSupportedVerbs()1057 pVerbs[nInd].VerbName = "ERROR!"; in getSupportedVerbs()1058 pVerbs[nInd].VerbFlags = 0; in getSupportedVerbs()1059 … pVerbs[nInd].VerbAttributes = com.sun.star.embed.VerbAttributes.MS_VERBATTR_ONCONTAINERMENU; in getSupportedVerbs()1063 m_pOwnVerbs = pVerbs; in getSupportedVerbs()
Completed in 11 milliseconds