Home
last modified time | relevance | path

Searched refs:BorderToStyle (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx512 void ScHTMLExport::BorderToStyle( ByteString& rOut, const char* pBorderName, in BorderToStyle() function in ScHTMLExport
862 BorderToStyle( aStrTD, "top", pBorder->GetTop(), bInsertSemicolon ); in WriteCell()
863 BorderToStyle( aStrTD, "bottom", pBorder->GetBottom(), bInsertSemicolon ); in WriteCell()
864 BorderToStyle( aStrTD, "left", pBorder->GetLeft(), bInsertSemicolon ); in WriteCell()
865 BorderToStyle( aStrTD, "right", pBorder->GetRight(), bInsertSemicolon ); in WriteCell()
/aoo41x/main/sc/source/filter/inc/
H A Dhtmlexp.hxx150 void BorderToStyle( ByteString& rOut, const char* pBorderName,

Completed in 36 milliseconds