Searched refs:nNumProps (Results 1 – 2 of 2) sorted by relevance
881 int nNumProps= properties.length; in fire() local882 if (nNumProps > 0) in fire()884 PropertyChangeEvent[] arEvts= new PropertyChangeEvent[nNumProps]; in fire()887 for (int i= 0; i < nNumProps; i++) in fire()
217 const int nNumProps = nCTLOpts + (bWeb ? 14 : 20); in SwPrintUIOptions() local218 m_aUIProperties.realloc( nNumProps ); in SwPrintUIOptions()442 DBG_ASSERT( nIdx == nNumProps, "number of added properties is not as expected" ); in SwPrintUIOptions()
Completed in 32 milliseconds