Home
last modified time | relevance | path

Searched refs:pGrfObj (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx177 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 Dcanvashelper_texturefill.cxx912 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 Dcanvashelper.cxx766 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 Dunoframe.cxx1523 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 Dnbdtmg.cxx905 …)->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 Dfly.cxx2730 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 Dgrfsh.cxx221 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 Dnbdtmg.hxx133 const Graphic* pGrfObj; member in svx::sidebar::GrfBulDataRelation
139 pGrfObj(0), in GrfBulDataRelation()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx948 ::sfx2::SvLinkSource* pGrfObj = pGrfNd->GetLink()->GetObj(); in PaintPicture()
949 if( !pGrfObj || in PaintPicture()
950 !pGrfObj->IsDataComplete() || in PaintPicture()
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx136 …ring& rGrfName, const String& rFltName, const Graphic* pGraphic, const GraphicObject* pGrfObj) = 0;
H A Dndgrf.hxx172 const GraphicObject* pGrfObj = 0,
H A Ddoc.hxx909 …t String& rGrfName, const String& rFltName, const Graphic* pGraphic, const GraphicObject* pGrfObj);
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx356 const Graphic* pGraphic, const GraphicObject* pGrfObj ) in ReRead() argument
359 pDoc->ReRead( *GetCrsr(), rGrfName, rFltName, pGraphic, pGrfObj ); in ReRead()

Completed in 101 milliseconds