/aoo41x/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 111 sal_Int32 nLineColor = (nSprmValue & 0xff0000)>>16; in MakeBorderLine() local 114 MakeBorderLine( nLineThickness, nLineType, nLineColor, rToFill, false); in MakeBorderLine() 118 sal_Int32 nLineColor, in MakeBorderLine() argument 130 if(!nLineColor) in MakeBorderLine() 131 ++nLineColor; in MakeBorderLine() 132 if(!bIsOOXML && sal::static_int_cast<sal_uInt32>(nLineColor) < in MakeBorderLine() 133 sizeof(aBorderDefColor) / sizeof(nLineColor)) in MakeBorderLine() 134 nLineColor = aBorderDefColor[nLineColor]; in MakeBorderLine() 309 rToFill.Color = nLineColor; in MakeBorderLine()
|
H A D | GraphicImport.cxx | 179 sal_Int32 nLineColor; member 186 ,nLineColor(0) in GraphicBorderLine() 711 …m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineColor = ConversionHelper::ConvertColor( nIntVa… in lcl_attribute() 1314 …m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineColor = ConversionHelper::ConvertColor( nIntVa… in ProcessShapeOptions() 1555 …phicImportType == IMPORT_AS_SHAPE ? BORDER_TOP : static_cast<BorderPosition>(nBorder) ].nLineColor; in createGraphicObject()
|
H A D | ConversionHelper.hxx | 44 sal_Int32 nLineColor,
|
/aoo41x/main/xmloff/source/style/ |
H A D | XMLFootnoteSeparatorExport.cxx | 69 sal_Int32 nLineColor = 0; in exportXML() local 90 rState.maValue >>= nLineColor; in exportXML() 157 rExport.GetMM100UnitConverter().convertColor(sBuf, nLineColor); in exportXML()
|
H A D | XMLFootnoteSeparatorImport.cxx | 87 sal_Int32 nLineColor = 0; in StartElement() local 150 nLineColor = (sal_Int32)aColor.GetColor(); in StartElement() 164 aAny <<= nLineColor; in StartElement()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 507 sal_Int32 nLineColor=0; in importPolygons() local 510 getPropertyValue( nLineColor, xPropSet, OUSTR("LineColor") ); in importPolygons() 533 pPolyPoly->setRGBALineColor( unoColor2RGBColor( nLineColor ).getIntegerColor() ); in importPolygons()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 144 sal_uInt32 nLineColor; in ImplSetLineBundle() local 149 nLineColor = mpCGM->pElement->pLineBundle->GetColor(); in ImplSetLineBundle() 151 nLineColor = mpCGM->pElement->aLineBundle.GetColor(); in ImplSetLineBundle() 161 aAny <<= (sal_Int32)nLineColor; in ImplSetLineBundle()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 803 void XclImpCellBorder::FillFromCF8( sal_uInt16 nLineStyle, sal_uInt32 nLineColor, sal_uInt32 nFlags… in FillFromCF8() argument 809 mnLeftColor = ::extract_value< sal_uInt16 >( nLineColor, 0, 7 ); in FillFromCF8() 810 mnRightColor = ::extract_value< sal_uInt16 >( nLineColor, 7, 7 ); in FillFromCF8() 811 mnTopColor = ::extract_value< sal_uInt16 >( nLineColor, 16, 7 ); in FillFromCF8() 812 mnBottomColor = ::extract_value< sal_uInt16 >( nLineColor, 23, 7 ); in FillFromCF8()
|
H A D | xicontent.cxx | 586 sal_uInt32 nLineColor; in ReadCF() local 587 rStrm >> nLineStyle >> nLineColor; in ReadCF() 591 aBorder.FillFromCF8( nLineStyle, nLineColor, nFlags ); in ReadCF()
|
H A D | xecontent.cxx | 763 sal_uInt32 nLineColor = 0; in WriteBody() local 765 maBorder.FillToCF8( nLineStyle, nLineColor ); in WriteBody() 766 rStrm << nLineStyle << nLineColor << sal_uInt16( 0 ); in WriteBody()
|
/aoo41x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 828 int nLineColor = 0x458b00; // chartreuse4 in testStockProperties() local 829 xMinMaxProp.setPropertyValue( "LineColor", new Integer( nLineColor )); in testStockProperties() 831 assure( "Changing LineColor of MinMax Line", nNewColor == nLineColor ); in testStockProperties()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 1559 sal_uInt32 nLineColor; in registerUserPaintPolygons() local 1560 nLineColor = pPolyPoly->getRGBALineColor(); in registerUserPaintPolygons() 1562 aAny <<= RGBAColor2UnoColor(nLineColor); in registerUserPaintPolygons()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 317 …void FillFromCF8( sal_uInt16 nLineStyle, sal_uInt32 nLineColor, sal_uInt32 nFlags );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 1950 sal_uInt32 nLineColor = GetColor(pLine->GetColor(), false); in WriteFlyFrameAttr() local 1951 rPropOpt.AddOpt( ESCHER_Prop_lineColor, nLineColor ); in WriteFlyFrameAttr() 1953 nLineColor ^ 0xffffff ); in WriteFlyFrameAttr()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 494 void setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor );
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1106 sal_uInt32 nLineColor = ImplGetColor( *((sal_uInt32*)aAny.getValue()) ); in CreateLineProperties() local 1107 AddOpt( ESCHER_Prop_lineColor, nLineColor ); in CreateLineProperties() 1108 AddOpt( ESCHER_Prop_lineBackColor, nLineColor ^ 0xffffff ); in CreateLineProperties()
|
/aoo41x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1513 void BorderLineModel::setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor ) in setBiffData() argument 1515 maColor.setIndexed( nLineColor ); in setBiffData()
|