Home
last modified time | relevance | path

Searched refs:pBrush (Results 1 – 25 of 25) sorted by path

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx499 TextureBrushSharedPtr pBrush; in fillBitmap() local
503 pBrush.reset( in fillBitmap()
521 pBrush.reset( in fillBitmap()
527 pBrush->SetWrapMode( in fillBitmap()
537 pBrush->MultiplyTransform( &aTextureTransform ); in fillBitmap()
538 pBrush->ScaleTransform( static_cast< Gdiplus::REAL >(1.0/aBmpSize.Width), in fillBitmap()
543 Gdiplus::Ok == rGraphics->FillPath( pBrush.get(), in fillBitmap()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx1129 const SvxBrushItem* pBrush = aFmt.GetBrush(); in UnLinkGraphics() local
1134 if(pBrush && in UnLinkGraphics()
1135 0 != (pLinkStr = pBrush->GetGraphicLink()) && in UnLinkGraphics()
1137 0 !=(pGraphic = pBrush->GetGraphic())) in UnLinkGraphics()
1139 SvxBrushItem aTempItem(*pBrush); in UnLinkGraphics()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx243 const SvxBrushItem* pBrush = rFmt.GetBrush(); in getNumberingRuleByIndex() local
244 if(pBrush && pBrush->GetGraphicObject()) in getNumberingRuleByIndex()
246 const GraphicObject* pGrafObj = pBrush->GetGraphicObject(); in getNumberingRuleByIndex()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1727 const SvxBrushItem *pBrush, in DrawGraphic() argument
1742 if( pBrush && !bReplaceGrfNum ) in DrawGraphic()
1752 ((SvxBrushItem*)pBrush)->PurgeMedium(); in DrawGraphic()
1753 ((SvxBrushItem*)pBrush)->SetDoneLink( Link() ); in DrawGraphic()
1756 ((SvxBrushItem*)pBrush)->SetDoneLink( STATIC_LINK( in DrawGraphic()
1759 const Graphic* pGrf = pBrush->GetGraphic(); in DrawGraphic()
1762 ePos = pBrush->GetGraphicPos(); in DrawGraphic()
1934 ( pBrush && (pBrush->GetColor() == COL_TRANSPARENT) ) in DrawGraphic()
1950 const Color aColor( pBrush && in DrawGraphic()
1951 ( !(pBrush->GetColor() == COL_TRANSPARENT) || in DrawGraphic()
[all …]
/trunk/main/sw/source/core/text/
H A Dporfld.cxx820 pBrush( new SvxBrushItem(RES_BACKGROUND) ), nId( 0 ) in SwGrfNumPortion()
827 *pBrush = *pGrfBrush; in SwGrfNumPortion()
854 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in ~SwGrfNumPortion()
855 delete pBrush; in ~SwGrfNumPortion()
861 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation()
999 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation(0,nId); in Paint()
1011 ( (Graphic*) pBrush->GetGraphic() )->StartAnimation( in Paint()
1020 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in Paint()
1039 DrawGraphic( pBrush, (OutputDevice*)rInf.GetOut(), in Paint()
H A Dporfld.hxx194 SvxBrushItem* pBrush; member in SwGrfNumPortion
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1634 const SvxBrushItem* pBrush = rFmt.GetBrush(); in GetNumberingRuleByIndex() local
1635 if(pBrush) in GetNumberingRuleByIndex()
1638 pBrush->QueryValue( aAny, MID_GRAPHIC_URL ); in GetNumberingRuleByIndex()
1648 if(pBrush ) in GetNumberingRuleByIndex()
1649 pGraphic = pBrush->GetGraphic(); in GetNumberingRuleByIndex()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx405 void SwCSS1Parser::SetPageDescAttrs( const SvxBrushItem *pBrush, in SetPageDescAttrs() argument
411 sal_Bool bSetBrush = pBrush!=0, bSetBox = sal_False, bSetFrmDir = sal_False; in SetPageDescAttrs()
412 if( pBrush ) in SetPageDescAttrs()
413 aBrushItem = *pBrush; in SetPageDescAttrs()
1696 ppAttr = &aAttrTab.pBrush; in GetAttrTabEntry()
H A Dhtmlctxt.cxx679 ppAttr = &aAttrTab.pBrush; in InsertAttrs()
H A Dhtmlfly.cxx1195 const SvxBrushItem* pBrush, in OutHTML_BulletImage() argument
1204 if( pBrush ) in OutHTML_BulletImage()
1206 pLink = pBrush->GetGraphicLink(); in OutHTML_BulletImage()
1211 const Graphic* pGrf = pBrush->GetGraphic(); in OutHTML_BulletImage()
H A Dhtmltab.cxx330 void SetBGBrush( SvxBrushItem *pBrush ) { pBGBrush = pBrush; } in SetBGBrush() argument
770 sal_Int16 eVert, SvxBrushItem *pBrush, in Set() argument
779 pBGBrush = pBrush; in Set()
H A Dswcss1.hxx120 void SetPageDescAttrs( const SvxBrushItem *pBrush,
H A Dswhtml.hxx159 *pBrush, member
H A Dwrthtml.hxx573 const SvxBrushItem* pBrush, String &rGrfName,
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx330 const SvxBrushItem* pBrush = 0) = 0;//For i120928,to export graphic of bullet
H A Drtfattributeoutput.hxx250 const SvxBrushItem* pBrush = 0);//For i120928,to export graphic of bullet
H A Dwrtw8esh.cxx2329 const SvxBrushItem* pBrush = (const SvxBrushItem*)pItem; in SwEscherEx() local
2330 WriteBrushAttr(*pBrush, aPropOpt); in SwEscherEx()
2332 SvxGraphicPosition ePos = pBrush->GetGraphicPos(); in SwEscherEx()
H A Dwrtw8num.cxx265 const SvxBrushItem* pBrush //For i120928,to transfer graphic of bullet in NumberingLevel() argument
324 if (SVX_NUM_BITMAP == nNumberingType && pBrush) in NumberingLevel()
326 int nIndex = m_rWW8Export.GetGrfIndex(*pBrush); in NumberingLevel()
H A Dww8attributeoutput.hxx212 const SvxBrushItem* pBrush = 0); //For i120928,transfer graphic of bullet
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx809 SvxBrushItem* pBrush = PTR_CAST(SvxBrushItem, &rItem); in QueryXMLValue() local
810 DBG_ASSERT( pBrush != NULL, "Wrong Which-ID" ); in QueryXMLValue()
819 if ( pBrush->GetColor().GetTransparency() ) in QueryXMLValue()
822 rUnitConverter.convertColor( aOut, pBrush->GetColor()); in QueryXMLValue()
827 if( pBrush->GetGraphicPos() != GPOS_NONE ) in QueryXMLValue()
830 pBrush->QueryValue( aAny, MID_GRAPHIC_URL ); in QueryXMLValue()
839 switch( pBrush->GetGraphicPos() ) in QueryXMLValue()
867 switch( pBrush->GetGraphicPos() ) in QueryXMLValue()
892 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in QueryXMLValue()
907 if( pBrush->GetGraphicPos() != GPOS_NONE && in QueryXMLValue()
[all …]
H A Dxmlimpit.cxx641 SvxBrushItem* pBrush = PTR_CAST(SvxBrushItem, &rItem); in PutXMLValue() local
642 DBG_ASSERT( pBrush != NULL, "Wrong Which-ID" ); in PutXMLValue()
650 pBrush->GetColor().SetTransparency(0xff); in PutXMLValue()
656 pBrush->SetColor( aTempColor ); in PutXMLValue()
666 pBrush->PutValue( aAny, MID_GRAPHIC_URL ); in PutXMLValue()
668 GPOS_NONE != pBrush->GetGraphicPos() ) in PutXMLValue()
669 pBrush->SetGraphicPos( GPOS_TILED ); in PutXMLValue()
676 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in PutXMLValue()
683 pBrush->SetGraphicPos( (SvxGraphicPosition)nPos ); in PutXMLValue()
769 pBrush->SetGraphicPos( ePos ); in PutXMLValue()
[all …]
H A Dxmltble.cxx224 const SvxBrushItem *pBrush = 0; in AddRow() local
235 pBrush = (const SvxBrushItem *)pItem; in AddRow()
238 if( !pFrmSize && !pBrush && !pRowSplit ) in AddRow()
269 if( !pBrush ) in AddRow()
276 if( pBrush ) in AddRow()
300 if( pBrush && (*pBrush != *pTestBrush) ) in AddRow()
353 const SvxBrushItem *pBrush = 0; in AddCell() local
365 pBrush = (const SvxBrushItem *)pItem; in AddCell()
416 if( !pBrush ) in AddCell()
423 if( pBrush ) in AddCell()
[all …]
/trunk/main/sw/source/ui/config/
H A Duinums.cxx512 SvxBrushItem* pBrush = 0; in _SwNumFmtGlobal() local
519 pBrush = (SvxBrushItem*)GetDfltAttr( RES_BACKGROUND ) in _SwNumFmtGlobal()
532 aFmt.SetGraphicBrush( pBrush, &aSz, pVOrient ? &eOrient : 0 ); in _SwNumFmtGlobal()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2900 SFX_REQUEST_ARG( rReq, pBrush, SvxBrushItem, SID_GALLERY_BG_BRUSH, sal_False ); in ExecuteGallery()
2901 if ( !pPos || !pBrush ) in ExecuteGallery()
2907 SvxBrushItem aBrush( *pBrush ); in ExecuteGallery()
H A Dtxtnum.cxx136 const SvxBrushItem* pBrush = aFmt.GetBrush(); in ExecEnterNum() local
137 const String* pLinkStr = pBrush != NULL in ExecEnterNum()
138 ? pBrush->GetGraphicLink() in ExecEnterNum()

Completed in 183 milliseconds