/trunk/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 177 const GraphicObject* pGrfObj, in ReRead() argument 184 ASSERT( pGraphic || pGrfObj || rGrfName.Len(), in ReRead() 229 else if ( pGrfObj ) in ReRead() 231 maGrfObj = *pGrfObj; in ReRead() 232 if ( pGrfObj->HasUserData() && pGrfObj->IsSwappedOut() ) in ReRead() 274 else if ( pGrfObj && !rGrfName.Len() ) in ReRead() 280 maGrfObj = *pGrfObj; in ReRead() 282 if ( pGrfObj->HasUserData() && pGrfObj->IsSwappedOut() ) in ReRead() 307 else if ( pGrfObj ) in ReRead() 309 maGrfObj = *pGrfObj; in ReRead() [all …]
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 912 GraphicObjectSharedPtr pGrfObj; in fillTexturedPolyPolygon() local 926 pGrfObj.reset( new GraphicObject( aBmpEx ) ); in fillTexturedPolyPolygon() 937 pGrfObj.reset( new GraphicObject( aBmpEx ) ); in fillTexturedPolyPolygon() 1059 *pGrfObj, in fillTexturedPolyPolygon() 1073 *pGrfObj, in fillTexturedPolyPolygon() 1108 *pGrfObj, in fillTexturedPolyPolygon() 1145 *pGrfObj, in fillTexturedPolyPolygon() 1162 *pGrfObj, in fillTexturedPolyPolygon()
|
H A D | canvashelper.cxx | 766 GraphicObjectSharedPtr pGrfObj; in implDrawBitmap() local 806 pGrfObj.reset( new GraphicObject( aBmpEx ) ); in implDrawBitmap() 831 pGrfObj.reset( new GraphicObject( aBmpEx ) ); in implDrawBitmap() 846 pGrfObj->Draw( &mpOutDev->getOutDev(), in implDrawBitmap() 852 pGrfObj->Draw( &mp2ndOutDev->getOutDev(), in implDrawBitmap() 861 new CachedBitmap( pGrfObj, in implDrawBitmap()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 1523 GraphicObject *pGrfObj = 0; in setPropertyValue() local 1534 pGrfObj = new GraphicObject; in setPropertyValue() 1536 pGrfObj->SetSwapState(); in setPropertyValue() 1565 delete pGrfObj; in setPropertyValue() 1570 pGrfObj ); in setPropertyValue() 1572 delete pGrfObj; in setPropertyValue() 2816 GraphicObject *pGrfObj = 0; in attachToRange() local 2825 pGrfObj = new GraphicObject; in attachToRange() 2827 pGrfObj->SetSwapState(); in attachToRange() 2858 pGrfObj ? pDoc->Insert( aPam, *pGrfObj, &aFrmSet, &aGrSet, in attachToRange() [all …]
|
/trunk/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 905 …)->bIsCustomized && ((GrfBulDataRelation*)(aTypeMgr.pActualBullets[i]->pBullets))->pGrfObj != NULL) in MixBulletsTypeMgr() 907 …on*)(pActualBullets[i]->pBullets))->pGrfObj = ((GrfBulDataRelation*)(aTypeMgr.pActualBullets[i]->p… in MixBulletsTypeMgr() 1066 if ( pEntry && pActualBullets[i]->nIndexDefault == (sal_uInt16)0xFFFF && pEntry->pGrfObj) in GetNBOIndexForNumRule() 1068 if ( pEntry->pGrfObj->GetBitmap().IsEqual(pGrf->GetBitmap())) in GetNBOIndexForNumRule() 1152 pEntry->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule() 1237 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule() 1238 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->pGrfObj = new Graphic(*pGrf); in RelplaceNumRule() 1323 if ( pCurrentBullets->nIndexDefault == (sal_uInt16)0xFFFF && pEntry->pGrfObj ) in ApplyNumRule() 1330 aSize = SvxNumberFormat::GetGraphicSizeMM100( pEntry->pGrfObj ); in ApplyNumRule() 1334 SvxBrushItem aBrush(*(pEntry->pGrfObj), GPOS_AREA, SID_ATTR_BRUSH ); in ApplyNumRule()
|
/trunk/main/sw/source/core/layout/ |
H A D | fly.cxx | 2730 const GraphicObject* pGrfObj = NULL; in GetContour() local 2735 pGrfObj = &(pGrfNd->GetGrfObj()); in GetContour() 2739 pGrfObj = new GraphicObject( pNd->GetGraphic() ); in GetContour() 2742 … ASSERT( pGrfObj, "SwFlyFrm::GetContour() - No Graphic/GraphicObject found at <SwNoTxtNode>." ); in GetContour() 2743 if ( pGrfObj && pGrfObj->GetType() != GRAPHIC_NONE ) in GetContour() 2769 const MapMode aGrfMap( pGrfObj->GetPrefMapMode() ); in GetContour() 2770 const Size aGrfSize( pGrfObj->GetPrefSize() ); in GetContour() 2806 delete pGrfObj; in GetContour()
|
/trunk/main/sw/source/ui/shells/ |
H A D | grfsh.cxx | 221 const GraphicObject* pGrfObj = rSh.GetGraphicObj(); in Execute() local 222 if ( pGrfObj ) in Execute() 224 aSet.Put( SvxBrushItem( *pGrfObj, GPOS_LT, in Execute()
|
/trunk/main/svx/inc/svx/ |
H A D | nbdtmg.hxx | 133 const Graphic* pGrfObj; member in svx::sidebar::GrfBulDataRelation 139 pGrfObj(0), in GrfBulDataRelation()
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 948 ::sfx2::SvLinkSource* pGrfObj = pGrfNd->GetLink()->GetObj(); in PaintPicture() 949 if( !pGrfObj || in PaintPicture() 950 !pGrfObj->IsDataComplete() || in PaintPicture()
|
/trunk/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 136 …ring& rGrfName, const String& rFltName, const Graphic* pGraphic, const GraphicObject* pGrfObj) = 0;
|
H A D | ndgrf.hxx | 172 const GraphicObject* pGrfObj = 0,
|
H A D | doc.hxx | 909 …t String& rGrfName, const String& rFltName, const Graphic* pGraphic, const GraphicObject* pGrfObj);
|
/trunk/main/sw/source/core/edit/ |
H A D | editsh.cxx | 356 const Graphic* pGraphic, const GraphicObject* pGrfObj ) in ReRead() argument 359 pDoc->ReRead( *GetCrsr(), rGrfName, rFltName, pGraphic, pGrfObj ); in ReRead()
|