Searched refs:nAktWidth (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | prcntfld.cxx | 83 sal_Int64 nAktWidth, nPercent; in ShowPercent() local 96 nAktWidth = ConvertValue(nOldMin, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent() 98 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in ShowPercent() 106 nAktWidth = ConvertValue(nOldValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent() 107 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in ShowPercent() 158 sal_Int64 nPercent, nAktWidth; in SetPrcntValue() local 161 nAktWidth = ConvertValue(nNewValue, 0, nOldDigits, FUNIT_TWIP, FUNIT_TWIP); in SetPrcntValue() 166 nAktWidth = ConvertValue(nValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in SetPrcntValue() 168 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in SetPrcntValue() 185 sal_Int64 nPercent, nAktWidth; in SetUserValue() local [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | itratr.cxx | 413 long nAktWidth = pFnt->_GetTxtSize( aDrawInf ).Width(); in lcl_MinMaxString() local 414 rArg.nRowWidth += nAktWidth; in lcl_MinMaxString() 419 rArg.nWordWidth += nAktWidth; in lcl_MinMaxString() 649 long nAktWidth = 0; in GetMinMaxSize() local 703 nAktWidth = aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetMinMaxSize() 704 aArg.nWordWidth += nAktWidth; in GetMinMaxSize() 705 aArg.nRowWidth += nAktWidth; in GetMinMaxSize() 731 nAktWidth = pSObj->GetCurrentBoundRect().GetWidth(); in GetMinMaxSize() 733 nAktWidth = 0; in GetMinMaxSize() 748 nAktWidth = FLYINCNT_MIN_WIDTH; // 0,5 cm in GetMinMaxSize() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8graf2.cxx | 349 long nAktWidth = nOriWidth - (nCL + nCR); // Size after crop in WW8PicDesc() local 351 if (!nAktWidth) in WW8PicDesc() 352 nAktWidth = 1; in WW8PicDesc() 355 nWidth = nAktWidth * rPic.mx / 1000; // Writer Size in WW8PicDesc()
|