Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7656 static const rtl::OUString sRightBorder( RTL_CONSTASCII_USTRINGPARAM( "TextRightDistance" ) ); in ApplyCellAttributes() local
7658 xPropSet->setPropertyValue( sRightBorder, Any( nRightDist ) ); in ApplyCellAttributes()
7795 … static const rtl::OUString sRightBorder( String( RTL_CONSTASCII_USTRINGPARAM( "RightBorder" ) ) ); in ApplyCellLineAttributes() local
7811 xPropSet->setPropertyValue( sRightBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
/trunk/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()

Completed in 86 milliseconds