Home
last modified time | relevance | path

Searched refs:pDescs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx173 const script::ScriptEventDescriptor *pDescs = aDescs.getConstArray(); in SV_IMPL_OP_PTRARR_SORT() local
177 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()
H A Dhtmlform.cxx853 script::ScriptEventDescriptor* pDescs = aDescs.getArray(); in lcl_html_setEvents() local
861 script::ScriptEventDescriptor& rDesc = pDescs[nEvent++]; in lcl_html_setEvents()
886 script::ScriptEventDescriptor& rDesc = pDescs[nEvent++]; in lcl_html_setEvents()
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx1098 ScriptEventDescriptor* pDescs = _out_rEvents.getArray(); in impl_getDialogElementScriptEvents_nothrow() local
1100 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 37 milliseconds