Searched refs:eBorderLine (Results 1 – 2 of 2) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellBorder.java | 123 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()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 312 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 28 milliseconds