/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphBorder.java | 74 borderLine[0].InnerLineWidth=101; in testParagraphBorderSetting() 78 borderLine[1].InnerLineWidth=101; in testParagraphBorderSetting() 82 borderLine[2].InnerLineWidth=150; in testParagraphBorderSetting() 86 borderLine[3].InnerLineWidth=150; in testParagraphBorderSetting() 122 assertEquals("assert paragraph left border",101,leftborderLine_odt.InnerLineWidth); in testParagraphBorderSetting() 128 assertEquals("assert paragraph left border",101,rightborderLine_odt.InnerLineWidth); in testParagraphBorderSetting() 134 assertEquals("assert paragraph left border",150,topborderLine_odt.InnerLineWidth); in testParagraphBorderSetting() 140 assertEquals("assert paragraph left border",150,bottomtborderLine_odt.InnerLineWidth); in testParagraphBorderSetting() 151 assertEquals("assert paragraph left border",101,leftborderLine_doc.InnerLineWidth); in testParagraphBorderSetting() 157 assertEquals("assert paragraph left border",101,rightborderLine_doc.InnerLineWidth); in testParagraphBorderSetting() [all …]
|
H A D | ParagraphSpacingtoBorder.java | 73 borderLine[0].InnerLineWidth=101; in testParagraphSpacingtoBorderSetting() 77 borderLine[1].InnerLineWidth=101; in testParagraphSpacingtoBorderSetting() 81 borderLine[2].InnerLineWidth=150; in testParagraphSpacingtoBorderSetting() 85 borderLine[3].InnerLineWidth=150; in testParagraphSpacingtoBorderSetting()
|
/aoo42x/main/xmloff/source/style/ |
H A D | bordrhdl.cxx | 195 rBorderLine.InnerLineWidth = aWidths[i+2]; in lcl_frmitems_setXMLBorderWidth() 210 rBorderLine.InnerLineWidth = aWidths[i+2]; in lcl_frmitems_setXMLBorderWidth() 216 rBorderLine.InnerLineWidth = 0; in lcl_frmitems_setXMLBorderWidth() 276 aBorderLine.InnerLineWidth = sal::static_int_cast< sal_Int16 >(nInWidth); in importXML() 292 if( aBorderLine.LineDistance == 0 && aBorderLine.InnerLineWidth == 0) in exportXML() 295 rUnitConverter.convertMeasure( aOut, aBorderLine.InnerLineWidth ); in exportXML() 371 aBorderLine.InnerLineWidth = 0; in importXML() 381 aBorderLine.InnerLineWidth = 0; in importXML() 393 aBorderLine.InnerLineWidth = aWidths[nNWidth+2]; in importXML() 427 nWidth += aBorderLine.InnerLineWidth; in exportXML()
|
H A D | PageMasterImportPropMapper.cxx | 265 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished() 287 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished() 309 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished()
|
H A D | PageMasterExportPropMapper.cxx | 47 return (rLine1.InnerLineWidth == rLine2.InnerLineWidth) && in lcl_HasSameLineWidth()
|
/aoo42x/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FrameBorder.java | 73 borderLine[0].InnerLineWidth=101; in testInsertFrame() 77 borderLine[1].InnerLineWidth=101; in testInsertFrame() 81 borderLine[2].InnerLineWidth=150; in testInsertFrame() 85 borderLine[3].InnerLineWidth=150; in testInsertFrame() 99 …assertEquals("assert topline innerline width as setting",101,LeftBorder_Assert_odt.InnerLineWidth); in testInsertFrame() 104 …rtEquals("assert bottomline innerline width as setting",101,RightBorder_Assert_odt.InnerLineWidth); in testInsertFrame() 109 …assertEquals("assert leftline innerline width as setting",150,TopBorder_Assert_odt.InnerLineWidth); in testInsertFrame() 115 …rtEquals("assert rightline innerline width as setting",150,BottomBorder_Assert_odt.InnerLineWidth); in testInsertFrame()
|
/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellBorder.java | 60 private short InnerLineWidth; field in CellBorder.BorderLineWithEqualsFunction 66 this.InnerLineWidth = borderLine.InnerLineWidth; in BorderLineWithEqualsFunction() 77 && this.InnerLineWidth == borderLine.InnerLineWidth in equals() 85 result = 37 * result + (short) this.InnerLineWidth; in hashCode() 127 eBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * expInnerLineWidth); in CellBorder() 132 aBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * innerLineWidth); in CellBorder()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 702 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter() 704 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter() 706 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter() 775 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter() 777 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter() 779 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
|
H A D | txtimppr.cxx | 526 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished() 532 aBorderLine.InnerLineWidth) > 0; in finished() 579 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 546 if ( aTopBorder.InnerLineWidth == 0 && aTopBorder.OuterLineWidth == 0 ) in getBorderAttrs() 556 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.InnerLineWidth ); in getBorderAttrs() 566 if ( aBottomBorder.InnerLineWidth == 0 && aBottomBorder.OuterLineWidth == 0 ) in getBorderAttrs() 576 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.InnerLineWidth ); in getBorderAttrs() 586 if ( aLeftBorder.InnerLineWidth == 0 && aLeftBorder.OuterLineWidth == 0 ) in getBorderAttrs() 596 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.InnerLineWidth ); in getBorderAttrs() 606 if ( aRightBorder.InnerLineWidth == 0 && aRightBorder.OuterLineWidth == 0 ) in getBorderAttrs() 616 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.InnerLineWidth ); in getBorderAttrs()
|
/aoo42x/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableBasic.java | 197 borderLine[0].InnerLineWidth=101; in testSetTableBorder() 201 borderLine[1].InnerLineWidth=101; in testSetTableBorder() 205 borderLine[2].InnerLineWidth=150; in testSetTableBorder() 209 borderLine[3].InnerLineWidth=150; in testSetTableBorder() 213 borderLine[4].InnerLineWidth=150; in testSetTableBorder() 217 borderLine[5].InnerLineWidth=150; in testSetTableBorder() 254 …tEquals("assert topline innerline width as setting",101,tableBorder_Assert.TopLine.InnerLineWidth); in testSetTableBorder() 258 …s("assert bottomline innerline width as setting",101,tableBorder_Assert.BottomLine.InnerLineWidth); in testSetTableBorder() 262 …quals("assert leftline innerline width as setting",150,tableBorder_Assert.LeftLine.InnerLineWidth); in testSetTableBorder() 267 …als("assert rightline innerline width as setting",150,tableBorder_Assert.RightLine.InnerLineWidth); in testSetTableBorder() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 323 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter() 325 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter() 327 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter() 361 …if( aLeft.InnerLineWidth == aRight.InnerLineWidth && aLeft.OuterLineWidth == aRight.OuterLineWidth… in ContextFilter() 362 aLeft.LineDistance == aRight.LineDistance && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter() 364 …aLeft.InnerLineWidth == aBottom.InnerLineWidth && aLeft.OuterLineWidth == aBottom.OuterLineWidth && in ContextFilter()
|
H A D | xmlstyli.cxx | 173 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished() 191 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaborders.cxx | 170 if( aBorderLine.InnerLineWidth !=0 && aBorderLine.OuterLineWidth !=0 ) in getLineStyle() 174 else if( aBorderLine.InnerLineWidth !=0 || aBorderLine.OuterLineWidth !=0 ) in getLineStyle() 198 aBorderLine.InnerLineWidth = 0; in setLineStyle() 227 aBorderLine.InnerLineWidth = 0; in setLineStyle()
|
/aoo42x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckBorder.java | 72 this.borderLine.InnerLineWidth = (short)innerLineWidth; in CheckBorder() 142 …perty + "-->InnerLineWidth.", (double)borderLine.InnerLineWidth, (double)actualBorderLine.InnerLin… in compareBorder()
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1841 …aLine.InnerLineWidth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetInWidth() ): pLine-… in SvxLineToLine() 1846 aLine.Color = aLine.InnerLineWidth = aLine.OuterLineWidth = aLine.LineDistance = 0; in SvxLineToLine() 1944 …e.SetInWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.InnerLineWidth) : rLine.InnerLineWidth )… in LineToSvxLine() 1947 sal_Bool bRet = rLine.InnerLineWidth > 0 || rLine.OuterLineWidth > 0; in LineToSvxLine() 2094 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue() 2959 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue() 2976 aBorderLine.InnerLineWidth = aSeq[1]; in PutValue()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 312 rToFill.InnerLineWidth = 0; in MakeBorderLine() 319 rToFill.InnerLineWidth = aLineTab[eCodeIdx].nIn; in MakeBorderLine()
|
H A D | DomainMapperTableHandler.cxx | 120 dmapper_logger->attribute("inner", aLine.InnerLineWidth); in lcl_printProperties() 291 dmapper_logger->attribute("InnerLineWidth", rLine.InnerLineWidth); in lcl_debug_BorderLine()
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | BorderLine.idl | 53 short InnerLineWidth;
|
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 192 aLine.InnerLineWidth = aLine.LineDistance = 0; in prepareRange()
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 225 aLine.InnerLineWidth = aLine.LineDistance = 0; in prepareRange()
|
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 80 …aBorderLine.InnerLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes()
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1555 (rLeft.InnerLineWidth == rRight.InnerLineWidth) && in operator ==() 1600 rBorderLine.InnerLineWidth = nInner; in lclSetBorderLineWidth() 1605 return rBorderLine.OuterLineWidth + rBorderLine.LineDistance + rBorderLine.InnerLineWidth; in lclGetBorderLineWidth()
|
/aoo42x/main/testtools/source/cliversioning/ |
H A D | version.cs | 406 aLine.InnerLineWidth = aLine.LineDistance = 0; in prepareRange()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 118 aLine.InnerLineWidth = TWIP_TO_MM100_UNSIGNED( pLine->GetInWidth() ); in lcl_SvxLineToLine() 123 aLine.Color = aLine.InnerLineWidth = aLine.OuterLineWidth = aLine.LineDistance = 0; in lcl_SvxLineToLine() 130 rSvxLine.SetInWidth( MM100_TO_TWIP( rLine.InnerLineWidth ) ); in lcl_LineToSvxLine() 133 sal_Bool bRet = rLine.InnerLineWidth > 0 || rLine.OuterLineWidth > 0; in lcl_LineToSvxLine()
|