Searched refs:sTopBorder (Results 1 – 3 of 3) sorted by relevance
129 static const rtl::OUString sTopBorder( RTL_CONSTASCII_USTRINGPARAM( "TextUpperDistance" ) ); in applyTableCellProperties() local136 …xPropSet->setPropertyValue( sTopBorder, Any( static_cast< sal_Int32 >( rTableCell.getTopMargin() /… in applyTableCellProperties()
7642 static const rtl::OUString sTopBorder( RTL_CONSTASCII_USTRINGPARAM( "TextUpperDistance" ) ); in ApplyCellAttributes() local7646 xPropSet->setPropertyValue( sTopBorder, Any( nUpperDist ) ); in ApplyCellAttributes()7781 static const rtl::OUString sTopBorder( String( RTL_CONSTASCII_USTRINGPARAM( "TopBorder" ) ) ); in ApplyCellLineAttributes() local7798 xPropSet->setPropertyValue( sTopBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
5875 static const rtl::OUString sTopBorder( String( RTL_CONSTASCII_USTRINGPARAM( "TopBorder" ) ) ); in ImplCreateTable() local5899 if ( xPropSet2->getPropertyValue( sTopBorder ) >>= aBorderLine ) in ImplCreateTable()
Completed in 77 milliseconds