Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx2555 nAutoDistance(0), in SwXTextColumns()
2576 nAutoDistance = bIsAutomaticWidth ? in SwXTextColumns()
2579 nAutoDistance = TWIP_TO_MM100(nAutoDistance); in SwXTextColumns()
2644 sal_Int32 nDist = nAutoDistance / 2; in setColumnCount()
2746 nAutoDistance = nTmp; in setPropertyValue()
2749 sal_Int32 nDist = nAutoDistance / 2; in setPropertyValue()
2791 aRet <<= nAutoDistance; in getPropertyValue()
/AOO41X/main/sw/inc/
H A Dunosett.hxx269 sal_Int32 nAutoDistance; member in SwXTextColumns