Lines Matching refs:nVal

267 			sal_Int32 nVal = 0;  in PutValue()  local
268 if(!(rVal >>= nVal )) in PutValue()
271 aSize.Width() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
276 sal_Int32 nVal = 0; in PutValue() local
277 if(!(rVal >>= nVal)) in PutValue()
280 aSize.Height() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
480 sal_Int32 nVal = 0; in PutValue() local
483 if(!(rVal >>= nVal)) in PutValue()
489 SetLeft((sal_Int32)bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
493 SetTxtLeft((sal_Int32)bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
497 SetRight((sal_Int32) bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
515 SetTxtFirstLineOfst((short)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
519 SetPropTxtFirstLineOfst ( (sal_uInt16)nVal ); in PutValue()
858 sal_Int32 nVal = 0; in PutValue() local
877 if(!(rVal >>= nVal) || nVal < 0) in PutValue()
879 SetUpper((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
882 if(!(rVal >>= nVal) || nVal < 0) in PutValue()
884 SetLower((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
1351 sal_Int16 nVal = 0; in PutValue() local
1352 bRet = (rVal >>= nVal); in PutValue()
1353 aShadow.Location = (table::ShadowLocation) nVal; in PutValue()
1567 void SvxShadowItem::SetEnumValue( sal_uInt16 nVal ) in SetEnumValue() argument
1569 SetLocation( (const SvxShadowLocation)nVal ); in SetEnumValue()
2090 sal_Int32 nVal = 0; in PutValue() local
2091 if ( aSeq[0] >>= nVal ) in PutValue()
2092 aBorderLine.Color = nVal; in PutValue()
2093 if ( aSeq[1] >>= nVal ) in PutValue()
2094 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue()
2095 if ( aSeq[2] >>= nVal ) in PutValue()
2096 aBorderLine.OuterLineWidth = (sal_Int16) nVal; in PutValue()
2097 if ( aSeq[3] >>= nVal ) in PutValue()
2098 aBorderLine.LineDistance = (sal_Int16) nVal; in PutValue()
2796 sal_Int16 nVal=0; in QueryValue() local
2809 nVal |= 0x01; in QueryValue()
2811 nVal |= 0x02; in QueryValue()
2813 nVal |= 0x04; in QueryValue()
2814 aSeq[2] = ::com::sun::star::uno::makeAny( nVal ); in QueryValue()
2815 nVal = nValidFlags; in QueryValue()
2816 aSeq[3] = ::com::sun::star::uno::makeAny( nVal ); in QueryValue()
2833 nVal |= 0x01; in QueryValue()
2835 nVal |= 0x02; in QueryValue()
2837 nVal |= 0x04; in QueryValue()
2838 rVal <<= nVal; in QueryValue()
2842 nVal = nValidFlags; in QueryValue()
2843 rVal <<= nVal; in QueryValue()
2892 sal_Int32 nVal( 0 ); in PutValue() local
2921 if (( aSeq[4] >>= nVal ) && ( nVal >= 0 )) in PutValue()
2924 nVal = MM100_TO_TWIP(nVal); in PutValue()
2925 SetDefDist( (sal_uInt16)nVal ); in PutValue()
2955 sal_Int32 nVal = 0; in PutValue() local
2956 if ( aSeq[0] >>= nVal ) in PutValue()
2957 aBorderLine.Color = nVal; in PutValue()
2958 if ( aSeq[1] >>= nVal ) in PutValue()
2959 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue()
2960 if ( aSeq[2] >>= nVal ) in PutValue()
2961 aBorderLine.OuterLineWidth = (sal_Int16) nVal; in PutValue()
2962 if ( aSeq[3] >>= nVal ) in PutValue()
2963 aBorderLine.LineDistance = (sal_Int16) nVal; in PutValue()
3015 sal_Int32 nVal = 0; in PutValue() local
3016 bRet = (rVal >>= nVal); in PutValue()
3017 if ( bRet && nVal>=0 ) in PutValue()
3020 nVal = MM100_TO_TWIP(nVal); in PutValue()
3021 SetDefDist( (sal_uInt16)nVal ); in PutValue()
3311 sal_Int32 nVal = 0; in PutValue() local
3325 else if ( rVal >>= nVal ) in PutValue()
3332 case MID_FG_COLOR: pLine->SetColor( Color(nVal) ); break; in PutValue()
3333 case MID_OUTER_WIDTH: pLine->SetOutWidth((sal_uInt16)nVal); break; in PutValue()
3334 case MID_INNER_WIDTH: pLine->SetInWidth((sal_uInt16)nVal); break; in PutValue()
3335 case MID_DISTANCE: pLine->SetDistance((sal_uInt16)nVal); break; in PutValue()
4428 sal_Int16 nVal = sal_Int16(); in PutValue() local
4429 sal_Bool bRet = ( rVal >>= nVal ); in PutValue()
4433 switch( nVal ) in PutValue()
4463 sal_Int16 nVal; in QueryValue() local
4468 nVal = text::WritingMode2::LR_TB; in QueryValue()
4471 nVal = text::WritingMode2::RL_TB; in QueryValue()
4474 nVal = text::WritingMode2::TB_RL; in QueryValue()
4477 nVal = text::WritingMode2::TB_LR; in QueryValue()
4480 nVal = text::WritingMode2::PAGE; in QueryValue()
4491 rVal <<= nVal; in QueryValue()