Searched refs:TWIP_TO_MM100_UNSIGNED (Results 1 – 12 of 12) sorted by relevance
98 #define TWIP_TO_MM100_UNSIGNED(TWIP) ((((TWIP)*127L+36L)/72L)) macro838 … 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()1319 aShadow.ShadowWidth = bConvert ? TWIP_TO_MM100_UNSIGNED(nWidth) : nWidth; in QueryValue()1869 … aSeq[5] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nTopDist ) : nTopDist )); 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()1919 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nDist) : nDist); in QueryValue()[all …]
75 #define TWIP_TO_MM100_UNSIGNED(TWIP) ((((TWIP)*127L+36L)/72L)) macro175 aLSp.Height = ( bConvert ? (short)TWIP_TO_MM100_UNSIGNED(nLineHeight) : nLineHeight ); in QueryValue()
120 #define TWIP_TO_MM100_UNSIGNED(TWIP) ((((TWIP)*127L+36L)/72L)) macro1024 … nHeight = TWIP_TO_MM100_UNSIGNED(nHeight); // umrechnen, wenn das Item 1/100mm enthaelt in PutValue()1049 … nHeight = TWIP_TO_MM100_UNSIGNED(nHeight); // umrechnen, wenn das Item 1/100mm enthaelt in PutValue()
156 case MID_DROPCAP_DISTANCE : rVal <<= (sal_Int16) TWIP_TO_MM100_UNSIGNED(nDistance); break; in QueryValue()162 aDrop.Distance = TWIP_TO_MM100_UNSIGNED(nDistance); in QueryValue()
1220 … case 0 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblHMove); break; //"Shift/Row", in Commit()1221 …case 1 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblVMove); break; //"Shift/Colu… in Commit()1222 …case 2 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblHInsert); break; //"Insert/Row… in Commit()1223 …case 3 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblVInsert); break; //"Insert/Col… in Commit()
118 aLine.InnerLineWidth = TWIP_TO_MM100_UNSIGNED( pLine->GetInWidth() ); in lcl_SvxLineToLine()119 aLine.OuterLineWidth = TWIP_TO_MM100_UNSIGNED( pLine->GetOutWidth() ); in lcl_SvxLineToLine()120 aLine.LineDistance = TWIP_TO_MM100_UNSIGNED( pLine->GetDistance() ); in lcl_SvxLineToLine()3271 aTableBorder.Distance = TWIP_TO_MM100_UNSIGNED( rBox.GetDistance() ); in getPropertyValue()3300 … nLeftDistance = TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_LEFT )); in getPropertyValue()3301 … nRightDistance = TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_RIGHT )); in getPropertyValue()3302 … nTopDistance = TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_TOP )); in getPropertyValue()3303 … nBottomDistance = TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_BOTTOM )); in getPropertyValue()3309 … nLeftDistance != TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_LEFT ))) in getPropertyValue()3312 … nRightDistance != TWIP_TO_MM100_UNSIGNED( rBox.GetDistance( BOX_LINE_RIGHT ))) in getPropertyValue()[all …]
1126 aRet <<= static_cast < sal_Int32 >(TWIP_TO_MM100_UNSIGNED(nPos)); in getPropertyValue()2558 pColumns[i].LeftMargin = TWIP_TO_MM100_UNSIGNED(pCol->GetLeft ()); in SwXTextColumns()2559 pColumns[i].RightMargin = TWIP_TO_MM100_UNSIGNED(pCol->GetRight()); in SwXTextColumns()
1086 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetLeftSpace()); in getPagePrintSettings()1088 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetRightSpace()); in getPagePrintSettings()1090 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetTopSpace()); in getPagePrintSettings()1092 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetBottomSpace()); in getPagePrintSettings()1094 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetHorzSpace()); in getPagePrintSettings()1096 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetVertSpace()); in getPagePrintSettings()
235 #define TWIP_TO_MM100_UNSIGNED(TWIP) ((((TWIP)*127L+36L)/72L)) macro
131 …case MID_LINE_WEIGHT : rVal <<= (sal_Int16)TWIP_TO_MM100_UNSIGNED(aFtnInfo.GetLineWidth(… in QueryValue()
2269 rVal <<= (sal_Int32) TWIP_TO_MM100_UNSIGNED(nBaseHeight); in QueryValue()2274 rVal <<= (sal_Int32) TWIP_TO_MM100_UNSIGNED(nBaseWidth); in QueryValue()2279 rVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nRubyHeight); in QueryValue()
1022 nUpperSpace = TWIP_TO_MM100_UNSIGNED( pULItem->GetUpper() ); in InsertControl()1027 nLowerSpace = TWIP_TO_MM100_UNSIGNED( pULItem->GetLower() ); in InsertControl()
Completed in 256 milliseconds