Lines Matching refs:nInd

204             for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ )  in PostEvent()
209 … UnoRuntime.queryInterface( com.sun.star.document.XEventListener.class, m_aListeners.get( nInd ) ); in PostEvent()
216 m_aListeners.remove( nInd ); in PostEvent()
228 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in StateChangeNotification()
233 …oRuntime.queryInterface( com.sun.star.embed.XStateChangeListener.class, m_aListeners.get( nInd ) ); in StateChangeNotification()
245 m_aListeners.remove( nInd ); in StateChangeNotification()
770 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in close()
775 … UnoRuntime.queryInterface( com.sun.star.document.XEventListener.class, m_aListeners.get( nInd ) ); in close()
786 m_aListeners.remove( nInd ); in close()
792 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in close()
797 … UnoRuntime.queryInterface( com.sun.star.document.XEventListener.class, m_aListeners.get( nInd ) ); in close()
804 m_aListeners.remove( nInd ); in close()
1031 for ( int nInd = 0; nInd < pVerbShortcuts.length; nInd++ ) in getSupportedVerbs()
1037 … xVerbsConfNA.getByName( pVerbShortcuts[nInd] ) ); in getSupportedVerbs()
1045 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()