Searched refs:sRightBorder (Results 1 – 3 of 3) sorted by relevance
132 static const rtl::OUString sRightBorder( RTL_CONSTASCII_USTRINGPARAM( "TextRightDistance" ) ); in applyTableCellProperties() local137 …xPropSet->setPropertyValue( sRightBorder, Any( static_cast< sal_Int32 >( rTableCell.getRightMargin… in applyTableCellProperties()
7657 static const rtl::OUString sRightBorder( RTL_CONSTASCII_USTRINGPARAM( "TextRightDistance" ) ); in ApplyCellAttributes() local7659 xPropSet->setPropertyValue( sRightBorder, Any( nRightDist ) ); in ApplyCellAttributes()7796 …static const rtl::OUString sRightBorder( String( RTL_CONSTASCII_USTRINGPARAM( "RightBorder" ) ) ); in ApplyCellLineAttributes() local7812 xPropSet->setPropertyValue( sRightBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
5878 …static const rtl::OUString sRightBorder( String( RTL_CONSTASCII_USTRINGPARAM( "RightBorder" ) ) ); in ImplCreateTable() local5978 if ( xCellSet->getPropertyValue( sRightBorder ) >>= aBorderLine ) in ImplCreateTable()
Completed in 150 milliseconds