Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx131 static const rtl::OUString sLeftBorder( RTL_CONSTASCII_USTRINGPARAM( "TextLeftDistance" ) ); in applyTableCellProperties() local
138 …xPropSet->setPropertyValue( sLeftBorder, Any( static_cast< sal_Int32 >( rTableCell.getLeftMargin()… in applyTableCellProperties()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7655 static const rtl::OUString sLeftBorder( RTL_CONSTASCII_USTRINGPARAM( "TextLeftDistance" ) ); in ApplyCellAttributes() local
7659 xPropSet->setPropertyValue( sLeftBorder, Any( nLeftDist ) ); in ApplyCellAttributes()
7794 static const rtl::OUString sLeftBorder( String( RTL_CONSTASCII_USTRINGPARAM( "LeftBorder" ) ) ); in ApplyCellLineAttributes() local
7807 xPropSet->setPropertyValue( sLeftBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5877 static const rtl::OUString sLeftBorder( String( RTL_CONSTASCII_USTRINGPARAM( "LeftBorder" ) ) ); in ImplCreateTable() local
5956 if ( xCellSet->getPropertyValue( sLeftBorder ) >>= aBorderLine ) in ImplCreateTable()

Completed in 77 milliseconds