Lines Matching refs:nTmp

326     sal_uInt16 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maCapType );  in operator <<()  local
327 rOStm << nTmp; in operator <<()
328 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maJoinType ); in operator <<()
329 rOStm << nTmp; in operator <<()
349 sal_uInt16 nTmp; in operator >>() local
350 rIStm >> nTmp; in operator >>()
351 rClass.maCapType = SvtGraphicStroke::CapType(nTmp); in operator >>()
352 rIStm >> nTmp; in operator >>()
353 rClass.maJoinType = SvtGraphicStroke::JoinType(nTmp); in operator >>()
705 sal_uInt16 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maFillRule ); in operator <<() local
706 rOStm << nTmp; in operator <<()
707 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maFillType ); in operator <<()
708 rOStm << nTmp; in operator <<()
712 nTmp = rClass.mbTiling; in operator <<()
713 rOStm << nTmp; in operator <<()
714 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maHatchType ); in operator <<()
715 rOStm << nTmp; in operator <<()
717 nTmp = sal::static_int_cast<sal_uInt16>( rClass.maGradientType ); in operator <<()
718 rOStm << nTmp; in operator <<()
734 sal_uInt16 nTmp; in operator >>() local
735 rIStm >> nTmp; in operator >>()
736 rClass.maFillRule = SvtGraphicFill::FillRule( nTmp ); in operator >>()
737 rIStm >> nTmp; in operator >>()
738 rClass.maFillType = SvtGraphicFill::FillType( nTmp ); in operator >>()
742 rIStm >> nTmp; in operator >>()
743 rClass.mbTiling = nTmp; in operator >>()
744 rIStm >> nTmp; in operator >>()
745 rClass.maHatchType = SvtGraphicFill::HatchType( nTmp ); in operator >>()
747 rIStm >> nTmp; in operator >>()
748 rClass.maGradientType = SvtGraphicFill::GradientType( nTmp ); in operator >>()