Lines Matching refs:aBorder
1497 table::TableBorder aBorder; in getPropertyDefault() local
1498 ScHelperFunctions::FillTableBorder( aBorder, aOuter, aInner ); in getPropertyDefault()
1499 aBorder.IsHorizontalLineValid = sal_False; in getPropertyDefault()
1500 aBorder.IsVerticalLineValid = sal_False; in getPropertyDefault()
1501 aBorder.IsDistanceValid = sal_False; in getPropertyDefault()
1502 aAny <<= aBorder; in getPropertyDefault()
1938 table::TableBorder aBorder; in SetOnePropertyValueWithoutUpdate() local
1939 if ( *pValue >>= aBorder ) in SetOnePropertyValueWithoutUpdate()
1943 ScHelperFunctions::FillBoxItems( aOuter, aInner, aBorder ); in SetOnePropertyValueWithoutUpdate()
2111 table::TableBorder aBorder; in getPropertyValue() local
2112 ScHelperFunctions::FillTableBorder( aBorder, aOuter, aInner ); in getPropertyValue()
2113 aBorder.IsHorizontalLineValid = sal_False; in getPropertyValue()
2114 aBorder.IsVerticalLineValid = sal_False; in getPropertyValue()
2115 aBorder.IsDistanceValid = sal_False; in getPropertyValue()
2116 aAny <<= aBorder; in getPropertyValue()