Home
last modified time | relevance | path

Searched refs:NormalizePercent (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx241 aLeftMF.SetPrcntValue(aLeftMF.NormalizePercent(nLeft ), FUNIT_TWIP ); in IMPL_LINK()
242 aRightMF.SetPrcntValue(aRightMF.NormalizePercent(nRight ), FUNIT_TWIP ); in IMPL_LINK()
272 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent(pTblData->GetSpace() ), FUNIT_TWIP ); in IMPL_LINK()
318 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent(nSaveWidth ), FUNIT_TWIP ); in IMPL_LINK()
453 aWidthMF.SetPrcntValue( aWidthMF.NormalizePercent( nCurWidth ), FUNIT_TWIP ); in IMPL_LINK_INLINE_END()
454 aRightMF.SetPrcntValue( aRightMF.NormalizePercent( nRight ), FUNIT_TWIP ); in IMPL_LINK_INLINE_END()
455 aLeftMF.SetPrcntValue( aLeftMF.NormalizePercent( nLeft ), FUNIT_TWIP ); in IMPL_LINK_INLINE_END()
562 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent( in Reset()
570 aWidthMF.SetLast(aWidthMF.NormalizePercent( pTblData->GetSpace() )); in Reset()
571 aLeftMF.SetLast(aLeftMF.NormalizePercent( pTblData->GetSpace() )); in Reset()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx607 long nNewMaxWidth = static_cast< long >(aEd1.NormalizePercent(nPageWidth)); in SetPageWidth()
1044 aDistEd1.SetPrcntValue(aDistEd1.NormalizePercent(nMaxGap), FUNIT_TWIP); in IMPL_LINK()
1229 aEd1.SetPrcntValue(aEd1.NormalizePercent(nColWidth[nFirstVis]), FUNIT_TWIP); in Update()
1230 aDistEd1.SetPrcntValue(aDistEd1.NormalizePercent(nColDist[nFirstVis]), FUNIT_TWIP); in Update()
1231 aEd2.SetPrcntValue(aEd2.NormalizePercent(nColWidth[nFirstVis + 1]), FUNIT_TWIP); in Update()
1234 aDistEd2.SetPrcntValue(aDistEd2.NormalizePercent(nColDist[nFirstVis + 1]), FUNIT_TWIP); in Update()
1235 aEd3.SetPrcntValue(aEd3.NormalizePercent(nColWidth[nFirstVis + 2]), FUNIT_TWIP); in Update()
1382 aEd2.SetPrcntValue(aEd2.NormalizePercent(long(nSmall)), FUNIT_TWIP); in IMPL_LINK()
1387 aEd1.SetPrcntValue(aEd1.NormalizePercent(long(nSmall)), FUNIT_TWIP); in IMPL_LINK()
H A Dfrmpage.cxx1150 …tic_cast< sal_Int64 >(MAX_PERCENT_WIDTH), aWidthED.Convert(aWidthED.NormalizePercent(nNewWidth), F… in FillItemSet()
1155 …_cast< sal_Int64 >(MAX_PERCENT_HEIGHT), aHeightED.Convert(aHeightED.NormalizePercent(nNewHeight), … in FillItemSet()
1867 aHeightED.SetMin(aHeightED.NormalizePercent(aVal.nMinHeight), FUNIT_TWIP); in IMPL_LINK()
1868 aWidthED. SetMin(aWidthED.NormalizePercent(aVal.nMinWidth), FUNIT_TWIP); in IMPL_LINK()
1876 aWidthED.SetMax(aWidthED.NormalizePercent(nTmp), FUNIT_TWIP); in IMPL_LINK()
1879 aHeightED.SetMax(aWidthED.NormalizePercent(nTmp), FUNIT_TWIP); in IMPL_LINK()
1883 SwTwips nTmp = static_cast< SwTwips >(aHeightED.NormalizePercent(nMaxHeight)); in IMPL_LINK()
1886 nTmp = static_cast< SwTwips >(aWidthED.NormalizePercent(nMaxWidth)); in IMPL_LINK()
2084 aWidthED.SetUserValue( aWidthED. NormalizePercent(aGrfSize.Width() ), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
2085 aHeightED.SetUserValue(aHeightED.NormalizePercent(aGrfSize.Height()), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx261 sal_Int64 PercentField::NormalizePercent(sal_Int64 nValue) in NormalizePercent() function in PercentField
344 return NormalizePercent(nTwipValue); in Convert()
346 return ConvertValue(NormalizePercent(nTwipValue), 0, nOldDigits, FUNIT_TWIP, eOutUnit); in Convert()
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx77 sal_Int64 NormalizePercent(sal_Int64 nValue);