Home
last modified time | relevance | path

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

12

/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx225 const Graphic* pGrf = ((SvxBrushItem*)pItem)->GetGraphic(); in Reset() local
226 if( pGrf ) in Reset()
227 aOrigSize = GetGrfOrigSize( *pGrf ); in Reset()
232 aExampleWN.SetGraphic( *pGrf ); in Reset()
375 const Graphic* pGrf = rBrush.GetGraphic(); in ActivatePage() local
376 if( pGrf ) in ActivatePage()
378 aExampleWN.SetGraphic( *pGrf ); in ActivatePage()
379 aOrigSize = GetGrfOrigSize( *pGrf ); in ActivatePage()
H A Dnumpages.cxx2610 const Graphic* pGrf = pBrushItem->GetGraphic(); in lcl_DrawGraphic() local
2611 if(pGrf) in lcl_DrawGraphic()
2617 pGrf->Draw( pVDev, Point(nXStart,nYStart), in lcl_DrawGraphic()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx654 const Graphic* pGrf = pThis->pGraphicBrush->GetGraphic(); in IMPL_STATIC_LINK() local
655 if( pGrf ) in IMPL_STATIC_LINK()
656 pThis->aGraphicSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf ); in IMPL_STATIC_LINK()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx555 const Graphic* pGrf = pBrushItem->GetGraphic(); in WriteBody() local
556 if( pGrf ) in WriteBody()
560 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, aGrfNm, in WriteBody()
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx391 Graphic* pGrf; member
394 : pBookmk( 0 ), pGrf( 0 ) in TransferDataContainer_Impl()
401 delete pGrf; in ~TransferDataContainer_Impl()
464 if( pImpl->pGrf ) in GetData()
465 bFnd = SetGraphic( *pImpl->pGrf, rFlavor ); in GetData()
553 if( !pImpl->pGrf ) in CopyGraphic()
554 pImpl->pGrf = new Graphic( rGrf ); in CopyGraphic()
556 *pImpl->pGrf = rGrf; in CopyGraphic()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx56 SVX_DLLPRIVATE void SetGraphic_Impl(const Graphic* pGrf);
106 void SetGraphic(const Graphic* pGrf);
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx677 const Graphic* pGrf = 0; in GetNBOIndexForNumRule() local
679 pGrf = pBrsh->GetGraphic(); in GetNBOIndexForNumRule()
681 if ( pGrf ) in GetNBOIndexForNumRule()
719 const Graphic* pGrf = 0; in RelplaceNumRule() local
726 if ( pGrf ) in RelplaceNumRule()
1054 const Graphic* pGrf = 0; in GetNBOIndexForNumRule() local
1058 if ( pGrf ) in GetNBOIndexForNumRule()
1122 const Graphic* pGrf = 0; in RelplaceNumRule() local
1129 if ( pGrf ) in RelplaceNumRule()
1201 const Graphic* pGrf = 0; in RelplaceNumRule() local
[all …]
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx472 const Graphic* pGrf = pBrushItem->GetGraphic(); in UserDraw() local
473 if(pGrf) in UserDraw()
478 pGrf->Draw( pDev, aStart, aSize ); in UserDraw()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx909 void SdrOle2Obj::SetGraphic_Impl(const Graphic* pGrf) in SetGraphic_Impl() argument
919 if (pGrf!=NULL) in SetGraphic_Impl()
921 pGraphic = new Graphic(*pGrf); in SetGraphic_Impl()
932 void SdrOle2Obj::SetGraphic(const Graphic* pGrf) in SetGraphic() argument
935 SetGraphic_Impl( pGrf ); in SetGraphic()
/trunk/main/sw/inc/
H A Dfesh.hxx557 const Graphic* pGrf = 0 );
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx270 const Graphic* pGrf( 0L ); in GetGraphic() local
273 pGrf = &(pGrfNode->GetGrf()); in GetGraphic()
278 if( pGrf->IsSwapOut() || in GetGraphic()
279 ( pGrfNode->IsLinkedFile() && GRAPHIC_DEFAULT == pGrf->GetType() ) ) in GetGraphic()
290 if ( pGrf->IsSwapOut() && !pGrfNode->IsLinkedFile() ) in GetGraphic()
301 return pGrf; in GetGraphic()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1236 const Graphic* pGrf( GetGraphic() ); in GetDrawObjGraphic() local
1237 if ( pGrf ) in GetDrawObjGraphic()
1239 Graphic aGrf( *pGrf ); in GetDrawObjGraphic()
H A Dfefly1.cxx1936 const Graphic* pGrf ) in ReplaceSdrObj() argument
1982 pFmt = GetDoc()->Insert( *GetCrsr(), rGrfName, rFltName, pGrf, &aFrmSet, NULL, NULL ); in ReplaceSdrObj()
/trunk/main/sw/source/core/inc/
H A DUndoInsert.hxx144 Graphic *pGrf; member in SwUndoReRead
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1620 GraphicObject *pGrf = (GraphicObject*)rBrush.GetGraphicObject(); in lcl_DrawGraphic() local
1623 ::lcl_DrawGraphicBackgrd( rBrush, pOut, aAlignedGrfRect, *pGrf, bGrfNum, bBackgrdAlreadyDrawn ); in lcl_DrawGraphic()
1629 pGrf->DrawWithPDFHandling( *pOut, aAlignedGrfRect.Pos(), aAlignedGrfRect.SSize() ); in lcl_DrawGraphic()
1759 const Graphic* pGrf = pBrush->GetGraphic(); in DrawGraphic() local
1760 if( pGrf && GRAPHIC_NONE != pGrf->GetType() ) in DrawGraphic()
1763 if( pGrf->IsSupportedGraphic() ) in DrawGraphic()
1765 aGrfSize = ::GetGraphicSizeTwip( *pGrf, 0 ); in DrawGraphic()
1929 GraphicObject *pGrf = (GraphicObject*)pBrush->GetGraphicObject(); in DrawGraphic() local
1932 GraphicAttr pGrfAttr = pGrf->GetAttr(); in DrawGraphic()
1941 if ( pGrf->IsTransparent() ) in DrawGraphic()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx796 delete pGrf; in ~SwUndoReRead()
811 Graphic* pOldGrf = pGrf; in SetAndSave()
855 pGrf = 0; in SaveGraphicData()
860 pGrf = new Graphic( rGrfNd.GetGrf() ); in SaveGraphicData()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3403 const Graphic* pGrf = ((const SvxBrushItem &)rHt).GetGraphic(); in OutCSS1_SvxBrush() local
3404 if( pGrf ) in OutCSS1_SvxBrush()
3410 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, sGrfNm, in OutCSS1_SvxBrush()
H A Dhtmlfly.cxx1211 const Graphic* pGrf = pBrush->GetGraphic(); in OutHTML_BulletImage() local
1212 if( pGrf ) in OutHTML_BulletImage()
1217 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, rGrfName, in OutHTML_BulletImage()
H A Dwrthtml.cxx1174 const Graphic* pGrf = pBrushItem->GetGraphic(); in OutBackground() local
1175 if( pGrf ) in OutBackground()
1181 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, rEmbGrfNm, in OutBackground()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1236 void SwRTFParser::InsPicture( const String& rGrfNm, const Graphic* pGrf, in InsPicture() argument
1257 pGrf, in InsPicture()
1296 pGrf, in InsPicture()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx951 aFkps.GetObject( i )->Write( rWrt.Strm(), *rWrt.pGrf ); in WriteFkps()
1436 const Graphic *pGrf = rFmt.GetBrush()? rFmt.GetBrush()->GetGraphic():0; in CollectGrfsOfBullets() local
1437 if ( pGrf ) in CollectGrfsOfBullets()
1442 if (m_vecBulletPic[i]->GetChecksum() == pGrf->GetChecksum()) in CollectGrfsOfBullets()
1450 m_vecBulletPic.push_back(pGrf); in CollectGrfsOfBullets()
1480 if ( !pGrf || !pChpPlc || !pO ) in OutGrfBullets()
1483 pGrf->Insert(rFrame); in OutGrfBullets()
2794 pGrf->Write(); // Grafiken in WriteFkpPlcUsw()
2823 pGrf->Write(); // Grafiken in WriteFkpPlcUsw()
3303 pGrf = new SwWW8WrGrf( *this ); in ExportDocument_Impl()
[all …]
H A Dwrtww8.hxx526 SwWW8WrGrf* pGrf; member in MSWordExportBase
H A Dwrtww8gr.cxx382 pGrf->Insert(rFrame); in OutGrf()
H A Dww8graf.cxx3159 const SdrGrafObj *pGrf= (const SdrGrafObj*)rpObject; in ImportReplaceableDrawables() local
3161 if (pGrf->IsLinkedGraphic() && pGrf->GetFileName().Len()) in ImportReplaceableDrawables()
3163 GraphicType eType = pGrf->GetGraphicType(); in ImportReplaceableDrawables()
3166 INetURLObject(sBaseURL), pGrf->GetFileName(), in ImportReplaceableDrawables()
3181 const Graphic& rGraph = pGrf->GetGraphic(); in ImportReplaceableDrawables()
H A Dww8par.cxx4724 const SwGrfNode *pGrf = (pNodesArray != NULL) in CoreLoad() local
4727 vecBulletGrf.push_back(pGrf); in CoreLoad()

Completed in 290 milliseconds

12