Home
last modified time | relevance | path

Searched refs:GetRightSeparator (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx95 aCols[(sal_uInt16)GetRightSeparator((int)nNum)]: in GetColWidth()
98 aCols[(sal_uInt16)GetRightSeparator((int)nNum - 1)]: in GetColWidth()
148 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(0)) ] += nDiff; in SetColWidth()
152 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += nDiff; in SetColWidth()
156 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += (nDiff - nDiffLeft); in SetColWidth()
157 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum - 1)) ] -= nDiffLeft; in SetColWidth()
161 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum-1)) ] -= nDiff; in SetColWidth()
368 int SwTableFUNC::GetRightSeparator(int nNum) const in GetRightSeparator() function in SwTableFUNC
/trunk/main/sw/source/ui/inc/
H A Dtablemgr.hxx55 SW_DLLPRIVATE int GetRightSeparator(int nNum) const;

Completed in 22 milliseconds