Home
last modified time | relevance | path

Searched refs:Denormalize (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx299 aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP))) ); in PutGridItem()
300 …aGridItem.SetRubyHeight( static_cast< sal_uInt16 >(aRubySizeMF.Denormalize(aRubySizeMF.GetValue(FU… in PutGridItem()
301 …aGridItem.SetBaseWidth( static_cast< sal_uInt16 >(aCharWidthMF.Denormalize(aCharWidthMF.GetValue(F… in PutGridItem()
353 aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP))); in UpdatePageSize()
361 …sal_Int32 nTextWidth = static_cast< sal_Int32 >(aCharWidthMF.Denormalize(aCharWidthMF.GetValue(FUN… in UpdatePageSize()
400 ( aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP)) + in IMPL_LINK()
401 aRubySizeMF.Denormalize(aRubySizeMF.GetValue(FUNIT_TWIP)))); in IMPL_LINK()
434 …sal_Int32 nTextSize = static_cast< sal_Int32 >(aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_… in IMPL_LINK()
441 ( aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP)) + in IMPL_LINK()
442 aRubySizeMF.Denormalize(aRubySizeMF.GetValue(FUNIT_TWIP)))); in IMPL_LINK()
[all …]
H A Dpgfnote.cxx132 (aDistEdit.Denormalize(aDistEdit.GetValue(FUNIT_TWIP)) + in IMPL_LINK_INLINE_END()
133 aLineDistEdit.Denormalize(aLineDistEdit.GetValue(FUNIT_TWIP)))), in IMPL_LINK_INLINE_END()
138 (aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)) + in IMPL_LINK_INLINE_END()
139 aLineDistEdit.Denormalize(aLineDistEdit.GetValue(FUNIT_TWIP)))), in IMPL_LINK_INLINE_END()
144 (aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)) + in IMPL_LINK_INLINE_END()
145 aDistEdit.Denormalize(aDistEdit.GetValue(FUNIT_TWIP)))), in IMPL_LINK_INLINE_END()
278 aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)))); in FillItemSet()
284 aDistEdit.Denormalize(aDistEdit.GetValue(FUNIT_TWIP)))); in FillItemSet()
286 aLineDistEdit.Denormalize(aLineDistEdit.GetValue(FUNIT_TWIP)))); in FillItemSet()
H A Dnum.cxx756 long nValue = static_cast< long >(pFld->Denormalize(pFld->GetValue(FUNIT_TWIP))); in IMPL_LINK()
922 const long nValue = static_cast< long >(pFld->Denormalize(pFld->GetValue(FUNIT_TWIP))); in IMPL_LINK()
947 const long nValue = static_cast< long >(pFld->Denormalize(pFld->GetValue(FUNIT_TWIP))); in IMPL_LINK()
973 const long nValue = static_cast< long >(pFld->Denormalize(pFld->GetValue(FUNIT_TWIP))); in IMPL_LINK()
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx35 sal_Int64 nFirst = rField.Denormalize( rField.GetFirst( FUNIT_TWIP ) ); in SetFieldUnit()
36 sal_Int64 nLast = rField.Denormalize( rField.GetLast( FUNIT_TWIP ) ); in SetFieldUnit()
37 sal_Int64 nMin = rField.Denormalize( rField.GetMin( FUNIT_TWIP ) ); in SetFieldUnit()
38 sal_Int64 nMax = rField.Denormalize( rField.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
92 sal_Int64 nMin = rBox.Denormalize( rBox.GetMin( FUNIT_TWIP ) ); in SetFieldUnit()
93 sal_Int64 nMax = rBox.Denormalize( rBox.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
153 nVal = rField.Denormalize( nVal ); in GetCoreValue()
156 nUnitVal = rField.Denormalize( nUnitVal ); in GetCoreValue()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx124 sal_Int64 nFirst= maMFWidth.Denormalize( maMFWidth.GetFirst( FUNIT_TWIP ) ); in Initialize()
125 sal_Int64 nLast = maMFWidth.Denormalize( maMFWidth.GetLast( FUNIT_TWIP ) ); in Initialize()
126 sal_Int64 nMin = maMFWidth.Denormalize( maMFWidth.GetMin( FUNIT_TWIP ) ); in Initialize()
127 sal_Int64 nMax = maMFWidth.Denormalize( maMFWidth.GetMax( FUNIT_TWIP ) ); in Initialize()
285 nVal = maMFWidth.Denormalize(nVal); in IMPL_LINK()
299 nVal = maMFWidth.Denormalize(nVal); in IMPL_LINK()
337 sal_Int32 nNewWidth = (short)maMFWidth.Denormalize( nVal ); in IMPL_LINK()
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx319 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
328 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
344 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
353 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
365 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
441 nKern = (short)maEditKerning.Denormalize( nVal ); in IMPL_LINK()
452 nKern = (short)maEditKerning.Denormalize( nVal ); in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx47 nFirst = static_cast<long>(rField.Denormalize( rField.GetFirst( FUNIT_TWIP ) )); in lcl_GetMinMax()
48 nLast = static_cast<long>(rField.Denormalize( rField.GetLast( FUNIT_TWIP ) )); in lcl_GetMinMax()
49 nMin = static_cast<long>(rField.Denormalize( rField.GetMin( FUNIT_TWIP ) )); in lcl_GetMinMax()
50 nMax = static_cast<long>(rField.Denormalize( rField.GetMax( FUNIT_TWIP ) )); in lcl_GetMinMax()
350 long nVal = static_cast<long>(aMtrFldDrawX.Denormalize( aMtrFldDrawX.GetValue( FUNIT_TWIP ) )); in ActivatePage()
358 nVal = static_cast<long>(aMtrFldDrawY.Denormalize( aMtrFldDrawY.GetValue( FUNIT_TWIP ) )); in ActivatePage()
H A Dhdft.cxx1069 static_cast<long>(aHeightEdit.Denormalize( aHeightEdit.GetValue( FUNIT_TWIP ) ) ) ); in IMPL_LINK()
1071 static_cast<long>(aDistEdit.Denormalize( aDistEdit.GetValue( FUNIT_TWIP ) )) : 0; in IMPL_LINK()
1124 static_cast<long>(aRMEdit.Denormalize( aRMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
1128 static_cast<long>(aLMEdit.Denormalize( aLMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx711 … static_cast<long>(m_aHoriByMF.Denormalize(m_aHoriByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
713 … static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
743 … static_cast<long>(m_aHoriByMF.Denormalize(m_aHoriByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
775 … static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1108 static_cast<long>(m_aHoriByMF.Denormalize(m_aHoriByMF.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1110 static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1115 …sal_Int32 nWidth = static_cast<sal_uInt32>(m_aWidthMF. Denormalize(m_aWidthMF.GetValue(FUNIT_TWIP)… in IMPL_LINK()
1357 sal_Int64 nWidth = m_aWidthMF.Denormalize(m_aWidthMF.GetValue(FUNIT_TWIP)); in IMPL_LINK()
1358 sal_Int64 nHeight = m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TWIP)); in IMPL_LINK()
1651 long nXPos = static_cast<long>(m_aHoriByMF.Denormalize(m_aHoriByMF.GetValue(FUNIT_TWIP))); in UpdateExample()
[all …]
H A Dpage.cxx1197 sal_Int64 nSetL = aLeftMarginEdit.Denormalize( in SwapFirstValues_Impl()
1199 sal_Int64 nSetR = aRightMarginEdit.Denormalize( in SwapFirstValues_Impl()
1201 sal_Int64 nSetT = aTopMarginEdit.Denormalize( in SwapFirstValues_Impl()
1203 sal_Int64 nSetB = aBottomMarginEdit.Denormalize( in SwapFirstValues_Impl()
1617 long nBT = static_cast<long>(aTopMarginEdit.Denormalize(aTopMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1619 long nBL = static_cast<long>(aLeftMarginEdit.Denormalize(aLeftMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1620 long nBR = static_cast<long>(aRightMarginEdit.Denormalize(aRightMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1636 long nH = static_cast<long>(aPaperHeightEdit.Denormalize(aPaperHeightEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1637 long nW = static_cast<long>(aPaperWidthEdit.Denormalize(aPaperWidthEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1650 nH = static_cast<long>(aPaperHeightEdit.Denormalize(aPaperHeightEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
[all …]
H A Dparagrph.cxx186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK()
187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK()
259 static_cast<long>(aLineDistAtPercentBox.Denormalize( in FillItemSet()
896 (short)aFLineIndent.Denormalize( aFLineIndent.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
898 static_cast<long>(aLeftIndent.Denormalize( aLeftIndent.GetValue( FUNIT_TWIP ) ) ) ); in UpdateExample_Impl()
900 static_cast<long>(aRightIndent.Denormalize( aRightIndent.GetValue( FUNIT_TWIP ) ) ) ); in UpdateExample_Impl()
902 (sal_uInt16)aTopDist.Denormalize( aTopDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
904 (sal_uInt16)aBottomDist.Denormalize( aBottomDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
920 (sal_uInt16)aLineDistAtPercentBox.Denormalize( in UpdateExample_Impl()
H A Dtabstpge.cxx501 long nVal = static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); in IMPL_LINK()
740 static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); in IMPL_LINK()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx239 … long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in ActivatePage()
240 … long nTop = static_cast< long >(m_aTopMF.Denormalize(m_aTopMF.GetValue(FUNIT_TWIP))); in ActivatePage()
259 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in commitPage()
260 long nTop = static_cast< long >(m_aTopMF.Denormalize(m_aTopMF.GetValue(FUNIT_TWIP))); in commitPage()
768 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in IMPL_LINK()
769 long nTop = static_cast< long >(m_aTopMF.Denormalize(m_aTopMF.GetValue(FUNIT_TWIP))); in IMPL_LINK()
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx147 const long nML = maLeftMarginEdit.Denormalize( maLeftMarginEdit.GetValue(FUNIT_TWIP) ); in SetMetricFieldMaxValues()
148 const long nMR = maRightMarginEdit.Denormalize( maRightMarginEdit.GetValue(FUNIT_TWIP) ); in SetMetricFieldMaxValues()
149 const long nMT = maTopMarginEdit.Denormalize(maTopMarginEdit.GetValue(FUNIT_TWIP) ); in SetMetricFieldMaxValues()
150 const long nMB = maBottomMarginEdit.Denormalize( maBottomMarginEdit.GetValue(FUNIT_TWIP) ); in SetMetricFieldMaxValues()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx401 aUL.SetUpper((sal_uInt16)aTopMarginED.Denormalize(aTopMarginED.GetValue(FUNIT_TWIP))); in FillItemSet()
402 aUL.SetLower((sal_uInt16)aBottomMarginED.Denormalize(aBottomMarginED.GetValue(FUNIT_TWIP))); in FillItemSet()
418 aLR.SetLeft((sal_uInt16)aLeftMarginED.Denormalize(aLeftMarginED.GetValue(FUNIT_TWIP))); in FillItemSet()
419 aLR.SetRight((sal_uInt16)aRightMarginED.Denormalize(aRightMarginED.GetValue(FUNIT_TWIP))); in FillItemSet()
H A Dfrmpage.cxx1056 … SwTwips nX = static_cast< SwTwips >(aAtHorzPosED.Denormalize(aAtHorzPosED.GetValue(FUNIT_TWIP))); in FillItemSet()
1095 … SwTwips nY = static_cast< SwTwips >(aAtVertPosED.Denormalize(aAtVertPosED.GetValue(FUNIT_TWIP))); in FillItemSet()
1825 aAtHorzPosED.Denormalize(aAtHorzPosED.GetValue(FUNIT_TWIP)) ); in IMPL_LINK()
1827 aAtVertPosED.Denormalize(aAtVertPosED.GetValue(FUNIT_TWIP)) ); in IMPL_LINK()
2158 long nXPos = static_cast< long >(aAtHorzPosED.Denormalize(aAtHorzPosED.GetValue(FUNIT_TWIP))); in UpdateExample()
2159 long nYPos = static_cast< long >(aAtVertPosED.Denormalize(aAtVertPosED.GetValue(FUNIT_TWIP))); in UpdateExample()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx620 aLineDistAtPercentBox.Denormalize( in ExecuteLineSpace()
733 aLineDistAtPercentBox.Denormalize( (long)maValue ) ); in IMPL_LINK()
768 SetLineSpace( aSpacing, nPos, aLineDistAtPercentBox.Denormalize( (long)115 ) ); in ExecuteLineSpacing()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx704 sal_uInt16( aDistanceField.Denormalize( aDistanceField.GetValue( FUNIT_TWIP ) ) ) ); in Reset()
814 pPict->SetDistance((sal_uInt16)aDistanceField.Denormalize(aDistanceField.GetValue(FUNIT_TWIP))); in IMPL_LINK()
853 …aFmt.GetDistance() = (sal_uInt16) aDistanceField.Denormalize(aDistanceField.GetValue(FUNIT_TWIP)); in FillSet()
/trunk/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx593 return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue() ) ); in GetControlValue()
620 …return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue( meUnit … in GetControlValue()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx367 sal_Int64 nVal = aMtrFldOriginalWidth.Denormalize( aMtrFldOriginalWidth.GetValue( FUNIT_TWIP ) ); in ActivatePage()
371 nVal = aMtrFldOriginalHeight.Denormalize( aMtrFldOriginalHeight.GetValue( FUNIT_TWIP ) ); in ActivatePage()
592 aMtrFldTabstop.Denormalize( aMtrFldTabstop.GetValue( FUNIT_TWIP ) ); in IMPL_LINK()
/trunk/main/sw/source/ui/envelp/
H A Dlabimp.hxx81 #define GETFLDVAL(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
/trunk/main/sw/source/ui/table/
H A Drowht.cxx67 …SwTwips nHeight = static_cast< SwTwips >(aHeightEdit.Denormalize(aHeightEdit.GetValue(FUNIT_TWIP))… in Apply()
H A Dcolwd.cxx114 static_cast< sal_uInt16 >(aWidthEdit.Denormalize(aWidthEdit.GetValue(FUNIT_TWIP)))); in Apply()
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx509 … sal::static_int_cast<sal_uInt16>( aTabMF.Denormalize(aTabMF.GetValue(FUNIT_TWIP)) ))); in FillItemSet()
711 aTabMF.Denormalize( aTabMF.GetValue( FUNIT_TWIP ) ); in IMPL_LINK()
/trunk/main/sw/source/ui/inc/
H A Denvlop.hxx49 #define GetFldVal(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))

Completed in 144 milliseconds

12