Lines Matching refs:_x
426 sal_Int8 _x; in methodByte() local
428 _x= aSeq.getConstArray()[i]; in methodByte()
434 float _x; in methodFloat() local
436 _x= aSeq.getConstArray()[i]; in methodFloat()
442 double _x; in methodDouble() local
444 _x= aSeq.getConstArray()[i]; in methodDouble()
450 sal_Bool _x; in methodBool() local
452 _x= aSeq.getConstArray()[i]; in methodBool()
458 sal_Int16 _x; in methodShort() local
460 _x= aSeq.getConstArray()[i]; in methodShort()
466 sal_uInt16 _x; in methodUShort() local
468 _x= aSeq.getConstArray()[i]; in methodUShort()
474 sal_Int32 _x; in methodLong() local
476 _x= aSeq.getConstArray()[i]; in methodLong()
482 sal_uInt32 _x; in methodULong() local
484 _x= aSeq.getConstArray()[i]; in methodULong()
490 OUString _x; in methodString() local
492 _x= aSeq.getConstArray()[i]; in methodString()
498 sal_Unicode _x; in methodChar() local
500 _x= aSeq.getConstArray()[i]; in methodChar()
506 Any _x; in methodAny() local
508 _x= aSeq.getConstArray()[i]; in methodAny()
509 TypeClass _t= _x.getValueTypeClass(); in methodAny()
511 OUString s(* (rtl_uString**)_x.getValue()); in methodAny()
519 Type _x; in methodType() local
521 _x= aSeq.getConstArray()[i]; in methodType()