Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/table/ !
H A Dtablecell.cxx132 static const rtl::OUString sRightBorder( RTL_CONSTASCII_USTRINGPARAM( "TextRightDistance" ) ); in applyTableCellProperties() local
137 …xPropSet->setPropertyValue( sRightBorder, Any( static_cast< sal_Int32 >( rTableCell.getRightMargin… in applyTableCellProperties()
/AOO41X/main/filter/source/msfilter/ !
H A Dsvdfppt.cxx7657 … static const rtl::OUString sRightBorder( RTL_CONSTASCII_USTRINGPARAM( "TextRightDistance" ) ); in ApplyCellAttributes() local
7659 xPropSet->setPropertyValue( sRightBorder, Any( nRightDist ) ); in ApplyCellAttributes()
7796 …static const rtl::OUString sRightBorder( String( RTL_CONSTASCII_USTRINGPARAM( "RightBorder" ) ) );… in ApplyCellLineAttributes() local
7812 xPropSet->setPropertyValue( sRightBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
/AOO41X/main/sd/source/filter/eppt/ !
H A Depptso.cxx5878 …static const rtl::OUString sRightBorder( String( RTL_CONSTASCII_USTRINGPARAM( "RightBorder" ) ) );… in ImplCreateTable() local
5978 … if ( xCellSet->getPropertyValue( sRightBorder ) >>= aBorderLine ) in ImplCreateTable()