Searched refs:nValAct (Results 1 – 2 of 2) sorted by relevance
1447 sal_Int32 nValAct = GetCoreValue( aMtrStartWidth, ePoolUnit ); in IMPL_LINK() local1448 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()
1129 … const sal_Int32 nValAct(((const XLineStartWidthItem&)rSet.Get(XATTR_LINESTARTWIDTH)).GetValue()); in SetAttrToMarked() local1130 …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() local1138 …const sal_Int32 nValNewEnd(std::max((sal_Int32)0, nValAct + (((nNewLineWidth - nOldLineWidth) * 15… in SetAttrToMarked()
Completed in 23 milliseconds