Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java123 BorderLine eBorderLine = new BorderLine(); in CellBorder() local
126 eBorderLine.Color = color; in CellBorder()
127 eBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * expInnerLineWidth); in CellBorder()
128 eBorderLine.LineDistance = (short) Math.round(2540 / 72.0 * expLineDistance); in CellBorder()
129 eBorderLine.OuterLineWidth = (short) Math.round(2540 / 72.0 * expOuterLineWidth); in CellBorder()
136 this.expected = eBorderLine; in CellBorder()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx312 const table::BorderLine eBorderLine(0,0,0,0); in OStyle() local
329 …_LEN(SC_UNO_PAGE_BOTTBORDER), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
343 …_LEN(SC_UNO_PAGE_FTRBOTTBOR), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
350 …_LEN(SC_UNO_PAGE_FTRLEFTBOR), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
354 …LEN(SC_UNO_PAGE_FTRRIGHTBOR), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
359 …R_LEN(SC_UNO_PAGE_FTRTOPBOR), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
370 …_PAGE_HDRBOTTBOR), ++i,nBound|nMayBeVoid,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
386 …O_PAGE_HDRTOPBOR), ++i,nBound|nMayBeVoid,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
392 …EN(SC_UNO_PAGE_LEFTBORDER), ++i,nBound, ::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
402 …LEN(SC_UNO_PAGE_RIGHTBORDER), ++i,nBound,::getCppuType((const table::BorderLine*)0) ,&eBorderLine); in OStyle()
[all …]

Completed in 35 milliseconds