Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx161 sal_Int32 nOldLineWidth(0L); in ItemChange() local
165 nOldLineWidth = ((const XLineWidthItem&)GetItem(XATTR_LINEWIDTH)).GetValue(); in ItemChange()
210 const sal_Int32 nDifference((nNewLineWidth - nOldLineWidth) / 2); in ItemChange()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1062 sal_Int32 nOldLineWidth(0); in SetAttrToMarked() local
1115nOldLineWidth = ((const XLineWidthItem&)pObj->GetMergedItem(XATTR_LINEWIDTH)).GetValue(); in SetAttrToMarked()
1125 if(nOldLineWidth != nNewLineWidth) in SetAttrToMarked()
1130 …nt32 nValNewStart(std::max((sal_Int32)0, nValAct + (((nNewLineWidth - nOldLineWidth) * 15) / 10))); in SetAttrToMarked()
1138 …_Int32 nValNewEnd(std::max((sal_Int32)0, nValAct + (((nNewLineWidth - nOldLineWidth) * 15) / 10))); in SetAttrToMarked()

Completed in 23 milliseconds