Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx3102 table::TableBorderDistances aTableBorderDistances; in setPropertyValue() local
3103 if( !(aValue >>= aTableBorderDistances) || in setPropertyValue()
3104 (!aTableBorderDistances.IsLeftDistanceValid && in setPropertyValue()
3105 !aTableBorderDistances.IsRightDistanceValid && in setPropertyValue()
3106 !aTableBorderDistances.IsTopDistanceValid && in setPropertyValue()
3107 !aTableBorderDistances.IsBottomDistanceValid )) in setPropertyValue()
3329 if( aTableBorderDistances.IsLeftDistanceValid) in getPropertyValue()
3331 if( aTableBorderDistances.IsRightDistanceValid) in getPropertyValue()
3333 if( aTableBorderDistances.IsTopDistanceValid) in getPropertyValue()
3335 if( aTableBorderDistances.IsBottomDistanceValid) in getPropertyValue()
[all …]

Completed in 54 milliseconds