Searched refs:sLeftBorder (Results 1 – 3 of 3) sorted by relevance
131 static const rtl::OUString sLeftBorder( RTL_CONSTASCII_USTRINGPARAM( "TextLeftDistance" ) ); in applyTableCellProperties() local138 …xPropSet->setPropertyValue( sLeftBorder, Any( static_cast< sal_Int32 >( rTableCell.getLeftMargin()… in applyTableCellProperties()
7656 static const rtl::OUString sLeftBorder( RTL_CONSTASCII_USTRINGPARAM( "TextLeftDistance" ) ); in ApplyCellAttributes() local7660 xPropSet->setPropertyValue( sLeftBorder, Any( nLeftDist ) ); in ApplyCellAttributes()7795 static const rtl::OUString sLeftBorder( String( RTL_CONSTASCII_USTRINGPARAM( "LeftBorder" ) ) ); in ApplyCellLineAttributes() local7808 xPropSet->setPropertyValue( sLeftBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
5877 static const rtl::OUString sLeftBorder( String( RTL_CONSTASCII_USTRINGPARAM( "LeftBorder" ) ) ); in ImplCreateTable() local5956 if ( xCellSet->getPropertyValue( sLeftBorder ) >>= aBorderLine ) in ImplCreateTable()
Completed in 87 milliseconds