Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/drawingml/table/
H A Dtablecell.cxx129 static const rtl::OUString sTopBorder( RTL_CONSTASCII_USTRINGPARAM( "TextUpperDistance" ) ); in applyTableCellProperties() local
136 …xPropSet->setPropertyValue( sTopBorder, Any( static_cast< sal_Int32 >( rTableCell.getTopMargin() /… in applyTableCellProperties()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx7653 static const rtl::OUString sTopBorder( RTL_CONSTASCII_USTRINGPARAM( "TextUpperDistance" ) ); in ApplyCellAttributes() local
7657 xPropSet->setPropertyValue( sTopBorder, Any( nUpperDist ) ); in ApplyCellAttributes()
7792 static const rtl::OUString sTopBorder( String( RTL_CONSTASCII_USTRINGPARAM( "TopBorder" ) ) ); in ApplyCellLineAttributes() local
7809 xPropSet->setPropertyValue( sTopBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx5875 static const rtl::OUString sTopBorder( String( RTL_CONSTASCII_USTRINGPARAM( "TopBorder" ) ) ); in ImplCreateTable() local
5899 if ( xPropSet2->getPropertyValue( sTopBorder ) >>= aBorderLine ) in ImplCreateTable()

Completed in 77 milliseconds