Home
last modified time | relevance | path

Searched refs:nValAct (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1129 … const sal_Int32 nValAct(((const XLineStartWidthItem&)rSet.Get(XATTR_LINESTARTWIDTH)).GetValue()); in SetAttrToMarked() local
1130 …const sal_Int32 nValNewStart(std::max((sal_Int32)0, nValAct + (((nNewLineWidth - nOldLineWidth) * … in SetAttrToMarked()
1137 … const sal_Int32 nValAct(((const XLineEndWidthItem&)rSet.Get(XATTR_LINEENDWIDTH)).GetValue()); in SetAttrToMarked() local
1138 …const sal_Int32 nValNewEnd(std::max((sal_Int32)0, nValAct + (((nNewLineWidth - nOldLineWidth) * 15… in SetAttrToMarked()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx1447 sal_Int32 nValAct = GetCoreValue( aMtrStartWidth, ePoolUnit ); in IMPL_LINK() local
1448 sal_Int32 nValNew = nValAct + (((nNewLineWidth - nActLineWidth) * 15) / 10); in IMPL_LINK()
1453 nValAct = GetCoreValue( aMtrEndWidth, ePoolUnit ); in IMPL_LINK()
1454 nValNew = nValAct + (((nNewLineWidth - nActLineWidth) * 15) / 10); in IMPL_LINK()

Completed in 26 milliseconds