114    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 )
 
  116    if (rType == Interface1::static_type())
 
  118    else if (rType == Interface2::static_type())
 
  120    else if (rType == Interface3::static_type())
 
  122    else if (rType == Interface4::static_type())
 
 
  145    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 )
 
  147    if (rType == Interface1::static_type())
 
  149    else if (rType == Interface2::static_type())
 
  151    else if (rType == Interface3::static_type())
 
  153    else if (rType == Interface4::static_type())
 
  155    else if (rType == Interface5::static_type())
 
 
  181    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  184    if (rType == Interface1::static_type())
 
  186    else if (rType == Interface2::static_type())
 
  188    else if (rType == Interface3::static_type())
 
  190    else if (rType == Interface4::static_type())
 
  192    else if (rType == Interface5::static_type())
 
  194    else if (rType == Interface6::static_type())
 
 
  222    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  223    Interface6 * p6, Interface7 * p7 )
 
  225    if (rType == Interface1::static_type())
 
  227    else if (rType == Interface2::static_type())
 
  229    else if (rType == Interface3::static_type())
 
  231    else if (rType == Interface4::static_type())
 
  233    else if (rType == Interface5::static_type())
 
  235    else if (rType == Interface6::static_type())
 
  237    else if (rType == Interface7::static_type())
 
 
  267    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  268    Interface6 * p6, Interface7 * p7, Interface8 * p8 )
 
  270    if (rType == Interface1::static_type())
 
  272    else if (rType == Interface2::static_type())
 
  274    else if (rType == Interface3::static_type())
 
  276    else if (rType == Interface4::static_type())
 
  278    else if (rType == Interface5::static_type())
 
  280    else if (rType == Interface6::static_type())
 
  282    else if (rType == Interface7::static_type())
 
  284    else if (rType == Interface8::static_type())
 
 
  316    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  317    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9 )
 
  319    if (rType == Interface1::static_type())
 
  321    else if (rType == Interface2::static_type())
 
  323    else if (rType == Interface3::static_type())
 
  325    else if (rType == Interface4::static_type())
 
  327    else if (rType == Interface5::static_type())
 
  329    else if (rType == Interface6::static_type())
 
  331    else if (rType == Interface7::static_type())
 
  333    else if (rType == Interface8::static_type())
 
  335    else if (rType == Interface9::static_type())
 
 
  369    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  370    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10 )
 
  372    if (rType == Interface1::static_type())
 
  374    else if (rType == Interface2::static_type())
 
  376    else if (rType == Interface3::static_type())
 
  378    else if (rType == Interface4::static_type())
 
  380    else if (rType == Interface5::static_type())
 
  382    else if (rType == Interface6::static_type())
 
  384    else if (rType == Interface7::static_type())
 
  386    else if (rType == Interface8::static_type())
 
  388    else if (rType == Interface9::static_type())
 
  390    else if (rType == Interface10::static_type())
 
 
  427    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  428    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  431    if (rType == Interface1::static_type())
 
  433    else if (rType == Interface2::static_type())
 
  435    else if (rType == Interface3::static_type())
 
  437    else if (rType == Interface4::static_type())
 
  439    else if (rType == Interface5::static_type())
 
  441    else if (rType == Interface6::static_type())
 
  443    else if (rType == Interface7::static_type())
 
  445    else if (rType == Interface8::static_type())
 
  447    else if (rType == Interface9::static_type())
 
  449    else if (rType == Interface10::static_type())
 
  451    else if (rType == Interface11::static_type())
 
 
  490    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  491    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  492    Interface11 * p11, Interface12 * p12 )
 
  494    if (rType == Interface1::static_type())
 
  496    else if (rType == Interface2::static_type())
 
  498    else if (rType == Interface3::static_type())
 
  500    else if (rType == Interface4::static_type())
 
  502    else if (rType == Interface5::static_type())
 
  504    else if (rType == Interface6::static_type())
 
  506    else if (rType == Interface7::static_type())
 
  508    else if (rType == Interface8::static_type())
 
  510    else if (rType == Interface9::static_type())
 
  512    else if (rType == Interface10::static_type())
 
  514    else if (rType == Interface11::static_type())
 
  516    else if (rType == Interface12::static_type())
 
 
  530    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  531    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  532    Interface11 * p11, Interface12 * p12, Interface13 * p13 )
 
  534    if (rType == Interface1::static_type())
 
  536    else if (rType == Interface2::static_type())
 
  538    else if (rType == Interface3::static_type())
 
  540    else if (rType == Interface4::static_type())
 
  542    else if (rType == Interface5::static_type())
 
  544    else if (rType == Interface6::static_type())
 
  546    else if (rType == Interface7::static_type())
 
  548    else if (rType == Interface8::static_type())
 
  550    else if (rType == Interface9::static_type())
 
  552    else if (rType == Interface10::static_type())
 
  554    else if (rType == Interface11::static_type())
 
  556    else if (rType == Interface12::static_type())
 
  558    else if (rType == Interface13::static_type())
 
 
  572    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  573    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  574    Interface11 * p11, Interface12 * p12, Interface13 * p13, Interface14 * p14 )
 
  576    if (rType == Interface1::static_type())
 
  578    else if (rType == Interface2::static_type())
 
  580    else if (rType == Interface3::static_type())
 
  582    else if (rType == Interface4::static_type())
 
  584    else if (rType == Interface5::static_type())
 
  586    else if (rType == Interface6::static_type())
 
  588    else if (rType == Interface7::static_type())
 
  590    else if (rType == Interface8::static_type())
 
  592    else if (rType == Interface9::static_type())
 
  594    else if (rType == Interface10::static_type())
 
  596    else if (rType == Interface11::static_type())
 
  598    else if (rType == Interface12::static_type())
 
  600    else if (rType == Interface13::static_type())
 
  602    else if (rType == Interface14::static_type())
 
 
  617    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  618    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  619    Interface11 * p11, Interface12 * p12, Interface13 * p13, Interface14 * p14, Interface15 * p15,
 
  620    Interface16 * p16, Interface17 * p17 )
 
  622    if (rType == Interface1::static_type())
 
  624    else if (rType == Interface2::static_type())
 
  626    else if (rType == Interface3::static_type())
 
  628    else if (rType == Interface4::static_type())
 
  630    else if (rType == Interface5::static_type())
 
  632    else if (rType == Interface6::static_type())
 
  634    else if (rType == Interface7::static_type())
 
  636    else if (rType == Interface8::static_type())
 
  638    else if (rType == Interface9::static_type())
 
  640    else if (rType == Interface10::static_type())
 
  642    else if (rType == Interface11::static_type())
 
  644    else if (rType == Interface12::static_type())
 
  646    else if (rType == Interface13::static_type())
 
  648    else if (rType == Interface14::static_type())
 
  650    else if (rType == Interface15::static_type())
 
  652    else if (rType == Interface16::static_type())
 
  654    else if (rType == Interface17::static_type())
 
 
  669    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  670    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  671    Interface11 * p11, Interface12 * p12, Interface13 * p13, Interface14 * p14, Interface15 * p15,
 
  672    Interface16 * p16, Interface17 * p17, Interface18 * p18 )
 
  674    if (rType == Interface1::static_type())
 
  676    else if (rType == Interface2::static_type())
 
  678    else if (rType == Interface3::static_type())
 
  680    else if (rType == Interface4::static_type())
 
  682    else if (rType == Interface5::static_type())
 
  684    else if (rType == Interface6::static_type())
 
  686    else if (rType == Interface7::static_type())
 
  688    else if (rType == Interface8::static_type())
 
  690    else if (rType == Interface9::static_type())
 
  692    else if (rType == Interface10::static_type())
 
  694    else if (rType == Interface11::static_type())
 
  696    else if (rType == Interface12::static_type())
 
  698    else if (rType == Interface13::static_type())
 
  700    else if (rType == Interface14::static_type())
 
  702    else if (rType == Interface15::static_type())
 
  704    else if (rType == Interface16::static_type())
 
  706    else if (rType == Interface17::static_type())
 
  708    else if (rType == Interface18::static_type())
 
 
  723    Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5,
 
  724    Interface6 * p6, Interface7 * p7, Interface8 * p8, Interface9 * p9, Interface10 * p10,
 
  725    Interface11 * p11, Interface12 * p12, Interface13 * p13, Interface14 * p14, Interface15 * p15,
 
  726    Interface16 * p16, Interface17 * p17, Interface18 * p18, Interface19 * p19 )
 
  728    if (rType == Interface1::static_type())
 
  730    else if (rType == Interface2::static_type())
 
  732    else if (rType == Interface3::static_type())
 
  734    else if (rType == Interface4::static_type())
 
  736    else if (rType == Interface5::static_type())
 
  738    else if (rType == Interface6::static_type())
 
  740    else if (rType == Interface7::static_type())
 
  742    else if (rType == Interface8::static_type())
 
  744    else if (rType == Interface9::static_type())
 
  746    else if (rType == Interface10::static_type())
 
  748    else if (rType == Interface11::static_type())
 
  750    else if (rType == Interface12::static_type())
 
  752    else if (rType == Interface13::static_type())
 
  754    else if (rType == Interface14::static_type())
 
  756    else if (rType == Interface15::static_type())
 
  758    else if (rType == Interface16::static_type())
 
  760    else if (rType == Interface17::static_type())
 
  762    else if (rType == Interface18::static_type())
 
  764    else if (rType == Interface19::static_type())
 
 
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition queryinterface.hxx:43