Home
last modified time | relevance | path

Searched refs:nNumProps (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java879 int nNumProps= properties.length; in fire() local
880 if (nNumProps > 0) in fire()
882 PropertyChangeEvent[] arEvts= new PropertyChangeEvent[nNumProps]; in fire()
885 for (int i= 0; i < nNumProps; i++) in fire()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx217 const int nNumProps = nCTLOpts + (bWeb ? 14 : 20); in SwPrintUIOptions() local
218 m_aUIProperties.realloc( nNumProps ); in SwPrintUIOptions()
442 DBG_ASSERT( nIdx == nNumProps, "number of added properties is not as expected" ); in SwPrintUIOptions()

Completed in 31 milliseconds