Searched refs:nPattern (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 125 sal_Int32 nPattern = aPatternMap[ m_nPattern ]; in SetMixedColor() local 138 if( nPattern > 0 ) in SetMixedColor() 139 aMixedColor = GetPatternColor( Color(nPatternColor), aBackColor, (sal_uInt32)nPattern ); in SetMixedColor() 141 aMixedColor = GetPatternColor( aBackColor, aBackColor, (sal_uInt32)nPattern ); in SetMixedColor()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 599 sal_uInt16 nPattern, nColor; in ReadCF() local 600 rStrm >> nPattern >> nColor; in ReadCF() 603 aArea.FillFromCF8( nPattern, nColor, nFlags ); in ReadCF()
|
H A D | xecontent.cxx | 771 sal_uInt16 nPattern = 0, nColor = 0; in WriteBody() local 773 maArea.FillToCF8( nPattern, nColor ); in WriteBody() 774 rStrm << nPattern << nColor; in WriteBody()
|
H A D | xistyle.cxx | 944 void XclImpCellArea::FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags ) in FillFromCF8() argument 948 mnPattern = ::extract_value< sal_uInt8 >( nPattern, 10, 6 ); in FillFromCF8()
|
H A D | xestyle.cxx | 1830 static const char* ToPatternType( sal_uInt8 nPattern ) in ToPatternType() argument 1832 switch( nPattern ) in ToPatternType()
|
/trunk/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1829 void PatternFillModel::setBiffPattern( sal_Int32 nPattern ) in setBiffPattern() argument 1837 mnPattern = STATIC_ARRAY_SELECT( spnPatternIds, nPattern, XML_none ); in setBiffPattern() 1840 …atternFillModel::setBiffData( sal_uInt16 nPatternColor, sal_uInt16 nFillColor, sal_uInt8 nPattern ) in setBiffData() argument 1845 setBiffPattern( nPattern ); in setBiffData() 1978 sal_Int32 nPattern = rStrm.readInt32(); in importFill() local 1979 if( nPattern == BIFF12_FILL_GRADIENT ) in importFill() 1992 mxPatternModel->setBiffPattern( nPattern ); in importFill()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ) in DrawPolyPolygon() argument 555 ((PDFWriterImpl*)pImplementation)->drawPolyPolygon( rPolyPoly, nPattern, bEOFill ); in DrawPolyPolygon()
|
H A D | pdfwriter_impl.hxx | 1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
|
H A D | pdfwriter_impl.cxx | 335 sal_Int32 nPattern = aWriter.EndPattern( SvtGraphicFill::Transform() ); in doTestCode() local 338 aWriter.DrawPolyPolygon( PolyPolygon( Polygon( aPolyRect ) ), nPattern, true ); in doTestCode() 10523 void PDFWriterImpl::drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill… in drawPolyPolygon() argument 10525 if( nPattern < 0 || nPattern >= (sal_Int32)m_aTilings.size() ) in drawPolyPolygon() 10556 aStream.append( m_aTilings[ nPattern ].m_nObject ); in drawPolyPolygon()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 608 void setBiffPattern( sal_Int32 nPattern ); 610 … setBiffData( sal_uInt16 nPatternColor, sal_uInt16 nFillColor, sal_uInt8 nPattern );
|
/trunk/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 355 void FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags );
|
Completed in 179 milliseconds