Home
last modified time | relevance | path

Searched refs:nPattern (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx125 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 Dxicontent.cxx599 sal_uInt16 nPattern, nColor; in ReadCF() local
600 rStrm >> nPattern >> nColor; in ReadCF()
603 aArea.FillFromCF8( nPattern, nColor, nFlags ); in ReadCF()
H A Dxecontent.cxx771 sal_uInt16 nPattern = 0, nColor = 0; in WriteBody() local
773 maArea.FillToCF8( nPattern, nColor ); in WriteBody()
774 rStrm << nPattern << nColor; in WriteBody()
H A Dxistyle.cxx944 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 Dxestyle.cxx1830 static const char* ToPatternType( sal_uInt8 nPattern ) in ToPatternType() argument
1832 switch( nPattern ) in ToPatternType()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1829 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 Dpdfwriter.cxx553 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 Dpdfwriter_impl.hxx1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
H A Dpdfwriter_impl.cxx335 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 Dstylesbuffer.hxx608 void setBiffPattern( sal_Int32 nPattern );
610 … setBiffData( sal_uInt16 nPatternColor, sal_uInt16 nFillColor, sal_uInt8 nPattern );
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx355 void FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags );

Completed in 145 milliseconds