Lines Matching refs:bConvert

219 	sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);  in QueryValue()  local
223 if( bConvert ) in QueryValue()
242 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
252 if(bConvert) in PutValue()
271 aSize.Width() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
280 aSize.Height() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
434 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in QueryValue() local
440 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nLeftMargin) : nLeftMargin); in QueryValue()
444 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nTxtLeft) : nTxtLeft); in QueryValue()
447 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nRightMargin) : nRightMargin); in QueryValue()
457 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nFirstLineOfst) : nFirstLineOfst); in QueryValue()
478 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
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()
830 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in QueryValue() local
838 … aUpperLowerMarginScale.Upper = (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nUpper) : nUpper); in QueryValue()
839 …aUpperLowerMarginScale.Lower = (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nLower) : nPropUpper); in QueryValue()
845 …case MID_UP_MARGIN: rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nUpper) : nUpper); brea… in QueryValue()
846 …case MID_LO_MARGIN: rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nLower) : nLower); brea… in QueryValue()
856 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
867 …SetUpper((sal_uInt16)(bConvert ? MM100_TO_TWIP( aUpperLowerMarginScale.Upper ) : aUpperLowerMargin… in PutValue()
868 …SetLower((sal_uInt16)(bConvert ? MM100_TO_TWIP( aUpperLowerMarginScale.Lower ) : aUpperLowerMargin… in PutValue()
879 SetUpper((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
884 SetLower((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
1305 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in QueryValue() local
1319 aShadow.ShadowWidth = bConvert ? TWIP_TO_MM100_UNSIGNED(nWidth) : nWidth; in QueryValue()
1338 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
1343 sal_Bool bRet = QueryValue( aAny, bConvert ? CONVERT_TWIPS : 0 ) && ( aAny >>= aShadow ); in PutValue()
1378 nWidth = bConvert ? MM100_TO_TWIP(aShadow.ShadowWidth) : aShadow.ShadowWidth; in PutValue()
1835 table::BorderLine SvxBoxItem::SvxLineToLine(const SvxBorderLine* pLine, sal_Bool bConvert) in SvxLineToLine() argument
1841 …aLine.InnerLineWidth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetInWidth() ): pLine-… in SvxLineToLine()
1842 …aLine.OuterLineWidth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetOutWidth()): pLine-… in SvxLineToLine()
1843 …aLine.LineDistance = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetDistance()): pLine-… in SvxLineToLine()
1852 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in QueryValue() local
1864 aSeq[0] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetLeft(), bConvert) ); in QueryValue()
1865 aSeq[1] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetRight(), bConvert) ); in QueryValue()
1866 aSeq[2] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetBottom(), bConvert) ); in QueryValue()
1867 aSeq[3] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetTop(), bConvert) ); in QueryValue()
1868 …aSeq[4] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( GetDistance()) : GetDista… in QueryValue()
1869 … aSeq[5] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nTopDist ) : nTopDist )); in QueryValue()
1870 …aSeq[6] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nBottomDist ) : nBottomDi… in QueryValue()
1871 …aSeq[7] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nLeftDist ) : nLeftDist )… in QueryValue()
1872 …aSeq[8] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nRightDist ) : nRightDist… in QueryValue()
1879 aRetLine = SvxBoxItem::SvxLineToLine(GetLeft(), bConvert); in QueryValue()
1884 aRetLine = SvxBoxItem::SvxLineToLine(GetRight(), bConvert); in QueryValue()
1889 aRetLine = SvxBoxItem::SvxLineToLine(GetBottom(), bConvert); in QueryValue()
1894 aRetLine = SvxBoxItem::SvxLineToLine(GetTop(), bConvert); in QueryValue()
1919 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nDist) : nDist); in QueryValue()
1941 …xLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConvert) in LineToSvxLine() argument
1944 …rSvxLine.SetInWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.InnerLineWidth) : rLine.InnerLineW… in LineToSvxLine()
1945 …rSvxLine.SetOutWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.OuterLineWidth) : rLine.OuterLine… in LineToSvxLine()
1946 …rSvxLine.SetDistance( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.LineDistance ) : rLine.LineDista… in LineToSvxLine()
1955 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
1972 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1980 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1988 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1996 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2007 if( bConvert ) in PutValue()
2057 if( bConvert ) in PutValue()
2106 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2794 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in QueryValue() local
2806 aSeq[0] = ::com::sun::star::uno::makeAny( SvxBoxItem::SvxLineToLine( pHori, bConvert) ); in QueryValue()
2807 aSeq[1] = ::com::sun::star::uno::makeAny( SvxBoxItem::SvxLineToLine( pVert, bConvert) ); in QueryValue()
2817 …aSeq[4] = ::com::sun::star::uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(GetDefDist… in QueryValue()
2824 aRetLine = SvxBoxItem::SvxLineToLine( pHori, bConvert); in QueryValue()
2828 aRetLine = SvxBoxItem::SvxLineToLine( pVert, bConvert); in QueryValue()
2847 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(GetDefDist()) : GetDefDist()); in QueryValue()
2876 sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS); in PutValue() local
2895 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2903 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2923 if( bConvert ) in PutValue()
2987 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
3019 if( bConvert ) in PutValue()
3281 sal_Bool bConvert = 0!=(nMemId&CONVERT_TWIPS); in QueryValue() local
3285 rVal <<= uno::makeAny( SvxBoxItem::SvxLineToLine(pLine, bConvert) ); in QueryValue()
3309 sal_Bool bConvert = 0!=(nMemId&CONVERT_TWIPS); in PutValue() local
3319 if( !SvxBoxItem::LineToSvxLine(aLine, *pLine, bConvert) ) in PutValue()