/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 809 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 D | xmlimpit.cxx | 641 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 D | xmltble.cxx | 224 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 …]
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 499 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()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | txtnum.cxx | 142 const SvxBrushItem* pBrush = aFmt.GetBrush(); in ExecEnterNum() local 144 if(pBrush && in ExecEnterNum() 145 0 != (pLinkStr = pBrush->GetGraphicLink()) && in ExecEnterNum() 324 const SvxBrushItem* pBrush = aFmt.GetBrush(); in ExecSetNumber() local 326 if(pBrush && in ExecSetNumber() 327 0 != (pLinkStr = pBrush->GetGraphicLink()) && in ExecSetNumber()
|
H A D | basesh.cxx | 2893 SFX_REQUEST_ARG( rReq, pBrush, SvxBrushItem, SID_GALLERY_BG_BRUSH, sal_False ); in ExecuteGallery() 2894 if ( !pPos || !pBrush ) in ExecuteGallery() 2900 SvxBrushItem aBrush( *pBrush ); in ExecuteGallery()
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfld.cxx | 821 pBrush( new SvxBrushItem(RES_BACKGROUND) ), nId( 0 ) in SwGrfNumPortion() 828 *pBrush = *pGrfBrush; in SwGrfNumPortion() 855 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in ~SwGrfNumPortion() 856 delete pBrush; in ~SwGrfNumPortion() 862 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation() 1000 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation(0,nId); in Paint() 1012 ( (Graphic*) pBrush->GetGraphic() )->StartAnimation( in Paint() 1021 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in Paint() 1039 DrawGraphic( pBrush, (OutputDevice*)rInf.GetOut(), in Paint()
|
H A D | porfld.hxx | 194 SvxBrushItem* pBrush; member in SwGrfNumPortion
|
/aoo41x/main/editeng/source/uno/ |
H A D | unonrule.cxx | 243 const SvxBrushItem* pBrush = rFmt.GetBrush(); in getNumberingRuleByIndex() local 244 if(pBrush && pBrush->GetGraphicObject()) in getNumberingRuleByIndex() 246 const GraphicObject* pGrafObj = pBrush->GetGraphicObject(); in getNumberingRuleByIndex()
|
/aoo41x/main/editeng/source/items/ |
H A D | numitem.cxx | 1129 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()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | uinums.cxx | 512 SvxBrushItem* pBrush = 0; in _SwNumFmtGlobal() local 519 pBrush = (SvxBrushItem*)GetDfltAttr( RES_BACKGROUND ) in _SwNumFmtGlobal() 532 aFmt.SetGraphicBrush( pBrush, &aSz, pVOrient ? &eOrient : 0 ); in _SwNumFmtGlobal()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1636 void MA_FASTCALL DrawGraphic( const SvxBrushItem *pBrush, in DrawGraphic() argument 1651 if( pBrush && !bReplaceGrfNum ) in DrawGraphic() 1661 ((SvxBrushItem*)pBrush)->PurgeMedium(); in DrawGraphic() 1662 ((SvxBrushItem*)pBrush)->SetDoneLink( Link() ); in DrawGraphic() 1665 ((SvxBrushItem*)pBrush)->SetDoneLink( STATIC_LINK( in DrawGraphic() 1668 const Graphic* pGrf = pBrush->GetGraphic(); in DrawGraphic() 1671 ePos = pBrush->GetGraphicPos(); in DrawGraphic() 1843 ( pBrush && (pBrush->GetColor() == COL_TRANSPARENT) ) in DrawGraphic() 1859 const Color aColor( pBrush && in DrawGraphic() 1860 ( !(pBrush->GetColor() == COL_TRANSPARENT) || in DrawGraphic() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 265 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 D | ww8attributeoutput.hxx | 212 const SvxBrushItem* pBrush = 0); //For i120928,transfer graphic of bullet
|
H A D | attributeoutputbase.hxx | 330 const SvxBrushItem* pBrush = 0) = 0;//For i120928,to export graphic of bullet
|
H A D | rtfattributeoutput.hxx | 250 const SvxBrushItem* pBrush = 0);//For i120928,to export graphic of bullet
|
H A D | wrtw8esh.cxx | 2340 const SvxBrushItem* pBrush = (const SvxBrushItem*)pItem; in SwEscherEx() local 2341 WriteBrushAttr(*pBrush, aPropOpt); in SwEscherEx() 2343 SvxGraphicPosition ePos = pBrush->GetGraphicPos(); in SwEscherEx()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 405 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 D | htmlfly.cxx | 1195 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 D | swcss1.hxx | 120 void SetPageDescAttrs( const SvxBrushItem *pBrush,
|
H A D | htmlctxt.cxx | 679 ppAttr = &aAttrTab.pBrush; in InsertAttrs()
|
H A D | wrthtml.hxx | 573 const SvxBrushItem* pBrush, String &rGrfName,
|
H A D | htmltab.cxx | 330 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 D | swhtml.hxx | 161 *pBrush, member
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unosett.cxx | 1634 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()
|