Searched refs:pDescs (Results 1 – 3 of 3) sorted by relevance
173 const script::ScriptEventDescriptor *pDescs = aDescs.getConstArray(); in SV_IMPL_OP_PTRARR_SORT() local177 String aScriptType( pDescs[i].ScriptType ); in SV_IMPL_OP_PTRARR_SORT()185 String sListener( pDescs[i].ListenerType ); in SV_IMPL_OP_PTRARR_SORT()189 String sMethod( pDescs[i].EventMethod ); in SV_IMPL_OP_PTRARR_SORT()205 !pDescs[i].AddListenerParam.getLength()) ) in SV_IMPL_OP_PTRARR_SORT()213 HTMLOutFuncs::Out_String( rStrm, pDescs[i].ScriptCode, eDestEnc, pNonConvertableChars ); in SV_IMPL_OP_PTRARR_SORT()216 pDescs[i].AddListenerParam.getLength() ) in SV_IMPL_OP_PTRARR_SORT()223 HTMLOutFuncs::Out_String( rStrm, pDescs[i].AddListenerParam, in SV_IMPL_OP_PTRARR_SORT()
853 script::ScriptEventDescriptor* pDescs = aDescs.getArray(); in lcl_html_setEvents() local861 script::ScriptEventDescriptor& rDesc = pDescs[nEvent++]; in lcl_html_setEvents()886 script::ScriptEventDescriptor& rDesc = pDescs[nEvent++]; in lcl_html_setEvents()
1098 ScriptEventDescriptor* pDescs = _out_rEvents.getArray(); in impl_getDialogElementScriptEvents_nothrow() local1100 for( sal_Int32 i = 0 ; i < nEventCount ; ++i, ++pNames, ++pDescs ) in impl_getDialogElementScriptEvents_nothrow()1101 OSL_VERIFY( xEvents->getByName( *pNames ) >>= *pDescs ); in impl_getDialogElementScriptEvents_nothrow()
Completed in 39 milliseconds