/aoo42x/main/xmloff/source/style/ |
H A D | bordrhdl.cxx | 272 table::BorderLine aBorderLine; in importXML() local 273 if(!(rValue >>= aBorderLine)) in importXML() 274 aBorderLine.Color = 0; in importXML() 280 rValue <<= aBorderLine; in importXML() 288 table::BorderLine aBorderLine; in exportXML() local 289 if(!(rValue >>= aBorderLine)) in exportXML() 292 if( aBorderLine.LineDistance == 0 && aBorderLine.InnerLineWidth == 0) in exportXML() 368 if(!(rValue >>= aBorderLine)) in importXML() 370 aBorderLine.Color = 0; in importXML() 410 rValue <<= aBorderLine; in importXML() [all …]
|
H A D | PageMasterImportPropMapper.cxx | 258 table::BorderLine aBorderLine; in finished() local 259 pBorders[i]->maValue >>= aBorderLine; in finished() 266 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() 267 pBorders[i]->maValue <<= aBorderLine; in finished() 280 table::BorderLine aBorderLine; in finished() local 281 pHeaderBorders[i]->maValue >>= aBorderLine; in finished() 288 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() 289 pHeaderBorders[i]->maValue <<= aBorderLine; in finished() 302 table::BorderLine aBorderLine; in finished() local 303 pFooterBorders[i]->maValue >>= aBorderLine; in finished() [all …]
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 1032 SvxBorderLine aBorderLine; in ExecFrameStyle() local 1055 if(aBorderLine.GetOutWidth() == 0) in ExecFrameStyle() 1057 aBorderLine.SetInWidth(0); in ExecFrameStyle() 1058 aBorderLine.SetOutWidth(DEF_LINE_WIDTH_0); in ExecFrameStyle() 1059 aBorderLine.SetDistance(0); in ExecFrameStyle() 1072 aBoxItem.SetLine(&aBorderLine, BOX_LINE_TOP); in ExecFrameStyle() 1076 aBoxItem.SetLine(&aBorderLine, BOX_LINE_LEFT); in ExecFrameStyle() 1092 aBorderLine = *(pLineItem->GetLine()); in ExecFrameStyle() 1097 aBoxItem.SetLine(&aBorderLine, BOX_LINE_TOP); in ExecFrameStyle() 1146 aBorderLine.SetColor( rNewColor ); in ExecFrameStyle() [all …]
|
H A D | tabsh.cxx | 576 SvxBorderLine aBorderLine; in Execute() local 578 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 580 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 582 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 584 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 586 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 588 lcl_TabGetMaxLineWidth(pBorderLine, aBorderLine); in Execute() 590 if(aBorderLine.GetOutWidth() == 0) in Execute() 592 aBorderLine.SetInWidth(0); in Execute() 593 aBorderLine.SetOutWidth(DEF_LINE_WIDTH_0); in Execute() [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaborders.cxx | 171 table::BorderLine aBorderLine; in getColor() local 172 if ( getBorderLine( aBorderLine ) ) in getColor() 180 table::BorderLine aBorderLine; in setColor() local 181 if ( getBorderLine( aBorderLine ) ) in setColor() 184 setBorderLine( aBorderLine ); in setColor() 220 table::BorderLine aBorderLine; in getWeight() local 221 if ( getBorderLine( aBorderLine ) ) in getWeight() 244 table::BorderLine aBorderLine; in setWeight() local 245 if ( getBorderLine( aBorderLine ) ) in setWeight() 264 setBorderLine( aBorderLine ); in setWeight() [all …]
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaborders.cxx | 167 table::BorderLine aBorderLine; in getLineStyle() local 168 if ( getBorderLine( aBorderLine ) ) in getLineStyle() 170 if( aBorderLine.InnerLineWidth !=0 && aBorderLine.OuterLineWidth !=0 ) in getLineStyle() 174 else if( aBorderLine.InnerLineWidth !=0 || aBorderLine.OuterLineWidth !=0 ) in getLineStyle() 191 table::BorderLine aBorderLine; in setLineStyle() local 192 if ( getBorderLine( aBorderLine ) ) in setLineStyle() 198 aBorderLine.InnerLineWidth = 0; in setLineStyle() 199 aBorderLine.OuterLineWidth = 0; in setLineStyle() 227 aBorderLine.InnerLineWidth = 0; in setLineStyle() 228 aBorderLine.OuterLineWidth = OOLineHairline; in setLineStyle() [all …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtimppr.cxx | 518 table::BorderLine aBorderLine; in finished() local 519 pBorders[i]->maValue >>= aBorderLine; in finished() 527 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() 529 pBorders[i]->maValue <<= aBorderLine; in finished() 531 bHasBorder = (aBorderLine.OuterLineWidth + in finished() 532 aBorderLine.InnerLineWidth) > 0; in finished() 572 table::BorderLine aBorderLine; in finished() local 573 pBorders[i]->maValue >>= aBorderLine; in finished() 578 aBorderLine.OuterLineWidth = aBorderLineWidth.OuterLineWidth; in finished() 580 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() [all …]
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | TDefTableHandler.cxx | 172 table::BorderLine aBorderLine; in localResolve() local 174 aBorderLine, m_bOOXML ); in localResolve() 183 m_aTopBorderLines.push_back(aBorderLine); in localResolve() 189 m_aLeftBorderLines.push_back(aBorderLine); in localResolve() 195 m_aBottomBorderLines.push_back(aBorderLine); in localResolve() 201 m_aRightBorderLines.push_back(aBorderLine); in localResolve() 204 m_aInsideHBorderLines.push_back(aBorderLine); in localResolve() 207 m_aInsideVBorderLines.push_back(aBorderLine); in localResolve()
|
H A D | BorderHandler.cxx | 179 table::BorderLine aBorderLine; in getBorderLine() local 180 …ConversionHelper::MakeBorderLine( m_nLineWidth, m_nLineType, m_nLineColor, aBorderLine, m_bOOXML ); in getBorderLine() 181 return aBorderLine; in getBorderLine()
|
H A D | GraphicImport.cxx | 1551 table::BorderLine aBorderLine; in createGraphicObject() local 1556 …aBorderLine.Color = m_pImpl->aBorders[m_pImpl->eGraphicImportType == IMPORT_AS_SHAPE ? BORDER_TOP … in createGraphicObject() 1557 aBorderLine.InnerLineWidth = 0; in createGraphicObject() 1558 …aBorderLine.OuterLineWidth = (sal_Int16)m_pImpl->aBorders[m_pImpl->eGraphicImportType == IMPORT_AS… in createGraphicObject() 1559 aBorderLine.LineDistance = 0; in createGraphicObject() 1568 …es->setPropertyValue(rPropNameSupplier.GetName( aBorderProps[nBorder]), uno::makeAny(aBorderLine)); in createGraphicObject()
|
H A D | DomainMapper.cxx | 1262 table::BorderLine aBorderLine; in lcl_attribute() local 1263 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in lcl_attribute() 2548 table::BorderLine aBorderLine; in sprmWithProps() local 2549 … sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() 2579 rContext->Insert(eBorderId, true, uno::makeAny( aBorderLine )); in sprmWithProps() 3577 table::BorderLine aBorderLine; in sprmWithProps() local 3578 sal_Int32 nLineDistance = ConversionHelper::MakeBorderLine( nIntValue, aBorderLine ); in sprmWithProps() 3589 …SectionContext->SetBorder( aPositions[nSprmId - NS_sprm::LN_SBrcTop], nLineDistance, aBorderLine ); in sprmWithProps()
|
H A D | DomainMapper_Impl.cxx | 634 table::BorderLine aBorderLine; in lcl_CorrectIndents() local 635 aAny >>= aBorderLine; in lcl_CorrectIndents() 636 nLeftMargin -= aBorderLine.OuterLineWidth; in lcl_CorrectIndents() 659 table::BorderLine aBorderLine; in lcl_CorrectIndents() local 660 aAny >>= aBorderLine; in lcl_CorrectIndents() 661 nRightMargin -= aBorderLine.OuterLineWidth; in lcl_CorrectIndents()
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1969 table::BorderLine aBorderLine; in PutValue() local 1970 if ( aSeq[0] >>= aBorderLine ) in PutValue() 1978 if ( aSeq[1] >>= aBorderLine ) in PutValue() 1986 if ( aSeq[2] >>= aBorderLine ) in PutValue() 1994 if ( aSeq[3] >>= aBorderLine ) in PutValue() 2071 table::BorderLine aBorderLine; in PutValue() local 2072 if( rVal >>= aBorderLine ) in PutValue() 2092 aBorderLine.Color = nVal; in PutValue() 2889 table::BorderLine aBorderLine; in PutValue() local 2937 table::BorderLine aBorderLine; in PutValue() local [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellBorder.java | 124 BorderLine aBorderLine = new BorderLine(); in CellBorder() local 131 aBorderLine.Color = color; in CellBorder() 132 aBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * innerLineWidth); in CellBorder() 133 aBorderLine.LineDistance = (short) Math.round(2540 / 72.0 * lineDistance); in CellBorder() 134 aBorderLine.OuterLineWidth = (short) Math.round(2540 / 72.0 * outerLineWidth); in CellBorder() 137 this.borderLine = aBorderLine; in CellBorder()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 166 table::BorderLine aBorderLine; in finished() local 167 pBorders[i]->maValue >>= aBorderLine; in finished() 172 aBorderLine.OuterLineWidth = aBorderLineWidth.OuterLineWidth; in finished() 173 aBorderLine.InnerLineWidth = aBorderLineWidth.InnerLineWidth; in finished() 174 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() 175 pBorders[i]->maValue <<= aBorderLine; in finished() 183 table::BorderLine aBorderLine; in finished() local 184 pDiagBorders[i]->maValue >>= aBorderLine; in finished() 190 aBorderLine.OuterLineWidth = aBorderLineWidth.OuterLineWidth; in finished() 192 aBorderLine.LineDistance = aBorderLineWidth.LineDistance; in finished() [all …]
|
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 74 BorderLine aBorderLine( 0, 0, 0, 0 ); in applyLineAttributes() local 78 aBorderLine.Color = aColor.getColor( rFilterBase.getGraphicHelper() ); in applyLineAttributes() 79 …aBorderLine.OuterLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes() 80 …aBorderLine.InnerLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes() 81 aBorderLine.LineDistance = 0; in applyLineAttributes() 85 aPropSet.setProperty( nPropId, aBorderLine ); in applyLineAttributes()
|
/aoo42x/main/sc/source/core/data/ |
H A D | stlpool.cxx | 270 SvxBorderLine aBorderLine ( &aColBlack, DEF_LINE_WIDTH_2 ); in CreateStandardStyles() local 436 aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP ); in CreateStandardStyles() 437 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in CreateStandardStyles() 438 aBoxItem.SetLine( &aBorderLine, BOX_LINE_LEFT ); in CreateStandardStyles() 439 aBoxItem.SetLine( &aBorderLine, BOX_LINE_RIGHT ); in CreateStandardStyles()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 364 SvxBorderLine aBorderLine( &aColor ); in SetBorderLine() local 374 aBorderLine.SetOutWidth( aWidths[nNWidth+1] ); in SetBorderLine() 375 aBorderLine.SetInWidth( aWidths[nNWidth+2] ); in SetBorderLine() 376 aBorderLine.SetDistance( aWidths[nNWidth+3] ); in SetBorderLine() 380 SvxCSS1Parser::SetBorderWidth( aBorderLine, nAbsWidth, bDouble ); in SetBorderLine() 383 rBoxItem.SetLine( &aBorderLine, nLine ); in SetBorderLine() 920 void SvxCSS1Parser::SetBorderWidth( SvxBorderLine& aBorderLine, sal_uInt16 nWidth, in SetBorderWidth() argument 950 aBorderLine.SetOutWidth( aWidths[i+1] ); in SetBorderWidth() 951 aBorderLine.SetInWidth( aWidths[i+2] ); in SetBorderWidth() 952 aBorderLine.SetDistance( aWidths[i+3] ); in SetBorderWidth()
|
H A D | htmltab.cxx | 1060 aBorderLine.SetOutWidth( DEF_DOUBLE_LINE7_OUT ); in InitCtor() 1061 aBorderLine.SetInWidth( DEF_DOUBLE_LINE7_IN ); in InitCtor() 1062 aBorderLine.SetDistance( DEF_DOUBLE_LINE7_DIST ); in InitCtor() 1066 aBorderLine.SetOutWidth( DEF_LINE_WIDTH_1 ); in InitCtor() 1068 aBorderLine.SetColor( rBorderColor ); in InitCtor() 1496 if( nEmptyRows && !aBorderLine.GetInWidth() ) in FixFrameFmt() 1501 SvxBorderLine aThickBorderLine( aBorderLine ); in FixFrameFmt() 1511 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in FixFrameFmt() 1518 0==nCol ? aLeftBorderLine : aBorderLine; in FixFrameFmt() 1965 : pParent->aBorderLine; in InheritBorders() [all …]
|
H A D | swhtml.cxx | 5210 SvxBorderLine aBorderLine( &aColor ); in InsertHorzRule() local 5216 SvxCSS1Parser::SetBorderWidth( aBorderLine, (sal_uInt16)nPHeight, in InsertHorzRule() 5221 aBorderLine.SetOutWidth( DEF_LINE_WIDTH_2 ); in InsertHorzRule() 5225 aBorderLine.SetOutWidth( DEF_DOUBLE_LINE0_OUT ); in InsertHorzRule() 5226 aBorderLine.SetInWidth( DEF_DOUBLE_LINE0_IN ); in InsertHorzRule() 5227 aBorderLine.SetDistance( DEF_DOUBLE_LINE0_DIST ); in InsertHorzRule() 5231 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in InsertHorzRule()
|
H A D | svxcss1.hxx | 313 static void SetBorderWidth( SvxBorderLine& aBorderLine, sal_uInt16 nWidth,
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc4.cxx | 663 SvxBorderLine aBorderLine( &aWhite, 1, 0, 0 ); in CreateDefaultCellStyles() local 666 aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP ); in CreateDefaultCellStyles() 667 aBoxItem.SetLine( &aBorderLine, BOX_LINE_BOTTOM ); in CreateDefaultCellStyles() 668 aBoxItem.SetLine( &aBorderLine, BOX_LINE_LEFT ); in CreateDefaultCellStyles() 669 aBoxItem.SetLine( &aBorderLine, BOX_LINE_RIGHT ); in CreateDefaultCellStyles()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5898 table::BorderLine aBorderLine; in ImplCreateTable() local 5899 if ( xPropSet2->getPropertyValue( sTopBorder ) >>= aBorderLine ) in ImplCreateTable() 5900 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable() 5924 table::BorderLine aBorderLine; in ImplCreateTable() local 5926 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable() 5955 table::BorderLine aBorderLine; in ImplCreateTable() local 5956 if ( xCellSet->getPropertyValue( sLeftBorder ) >>= aBorderLine ) in ImplCreateTable() 5957 aCellBorder.maCellBorder = aBorderLine; in ImplCreateTable() 5977 table::BorderLine aBorderLine; in ImplCreateTable() local 5978 if ( xCellSet->getPropertyValue( sRightBorder ) >>= aBorderLine ) in ImplCreateTable() [all …]
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7766 com::sun::star::table::BorderLine aBorderLine; in ApplyCellLineAttributes() local 7773 aBorderLine.Color = aLineColor.GetColor(); in ApplyCellLineAttributes() 7775 …aBorderLine.OuterLineWidth = std::max( static_cast< sal_Int16 >( 1 ), static_cast< sal_Int16 >( ((… in ApplyCellLineAttributes() 7777 aBorderLine.LineDistance = 0; in ApplyCellLineAttributes() 7782 aBorderLine.OuterLineWidth = 0; in ApplyCellLineAttributes() 7783 aBorderLine.InnerLineWidth = 0; in ApplyCellLineAttributes() 7784 aBorderLine.LineDistance = 0; in ApplyCellLineAttributes() 7807 xPropSet->setPropertyValue( sLeftBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes() 7809 xPropSet->setPropertyValue( sTopBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes() 7811 xPropSet->setPropertyValue( sRightBorder, Any( aBorderLine ) ); in ApplyCellLineAttributes() [all …]
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4290 static const SvxBorderLine aBorderLine; in Out_SwFmtTableBox() local 4299 pLn = & aBorderLine; in Out_SwFmtTableBox()
|