Searched refs:nEventCount (Results 1 – 3 of 3) sorted by relevance
608 sal_Int32 nEventCount = aEvents.getLength(); in getPropertyValue() local612 for ( sal_Int32 event = 0; event < nEventCount; ++event, ++pEvents ) in getPropertyValue()1094 sal_Int32 nEventCount = aEventNames.getLength(); in impl_getDialogElementScriptEvents_nothrow() local1095 _out_rEvents.realloc( nEventCount ); in impl_getDialogElementScriptEvents_nothrow()1100 for( sal_Int32 i = 0 ; i < nEventCount ; ++i, ++pNames, ++pDescs ) in impl_getDialogElementScriptEvents_nothrow()
782 sal_Int32 nEventCount = eventNames.getLength(); in InitAndSetHandler() local783 for(sal_Int32 nEvent = 0; nEvent < nEventCount; ++nEvent ) in InitAndSetHandler()796 nEventCount = eventNames.getLength(); in InitAndSetHandler()797 for(sal_Int32 nEvent = 0; nEvent < nEventCount; ++nEvent ) in InitAndSetHandler()
496 for( sal_Int32 nEventIdx = 0, nEventCount = aEventSeq.getLength(); in ConvertTbxMacro() local497 !bFound && (nEventIdx < nEventCount); ++nEventIdx ) in ConvertTbxMacro()
Completed in 43 milliseconds