/aoo4110/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 672 const Graphic* pGrf = 0; in GetNBOIndexForNumRule() local 674 pGrf = pBrsh->GetGraphic(); in GetNBOIndexForNumRule() 676 if ( pGrf ) in GetNBOIndexForNumRule() 714 const Graphic* pGrf = 0; in RelplaceNumRule() local 721 if ( pGrf ) in RelplaceNumRule() 1049 const Graphic* pGrf = 0; in GetNBOIndexForNumRule() local 1053 if ( pGrf ) in GetNBOIndexForNumRule() 1117 const Graphic* pGrf = 0; in RelplaceNumRule() local 1124 if ( pGrf ) in RelplaceNumRule() 1196 const Graphic* pGrf = 0; in RelplaceNumRule() local [all …]
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer2.cxx | 391 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()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | unowrapper.cxx | 194 VCLXGraphics* pGrf = new VCLXGraphics; in CreateGraphics() local 195 xGrf = pGrf; in CreateGraphics() 196 pGrf->Init( pOutDev ); in CreateGraphics() 207 VCLXGraphics* pGrf = (VCLXGraphics*)pLst->GetObject( n ); in ReleaseAllGraphics() local 208 pGrf->SetOutputDevice( NULL ); in ReleaseAllGraphics()
|
H A D | vclunohelper.cxx | 182 VCLXGraphics* pGrf = VCLXGraphics::GetImplementation( rxGraphics ); in GetOutputDevice() local 183 if ( pGrf ) in GetOutputDevice() 184 pOutDev = pGrf->GetOutputDevice(); in GetOutputDevice()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 136 const Graphic *pGrf; in SwReadOnlyPopup() local 137 if ( 0 == (pGrf = rSh.GetGrfAtPos( rDocPos, sGrfName, bLink )) ) in SwReadOnlyPopup() 144 aGraphic = *pGrf; in SwReadOnlyPopup() 409 const Graphic *pGrf = pItem->GetGraphic(); in SaveGraphic() local 410 if ( pGrf ) in SaveGraphic() 412 aGraphic = *pGrf; in SaveGraphic()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 225 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 262 SwFrmFmt* SwWW8ImplReader::ImportOle(const Graphic* pGrf, in ImportOle() argument 271 SdrObject* pRet = ImportOleBase(aGraph, pGrf, pFlySet, aVisArea ); in ImportOle() 353 const Graphic* pGrf, const SfxItemSet* pFlySet, const Rectangle& aVisArea ) in ImportOleBase() argument 372 if (pGrf) in ImportOleBase() 374 rGraph = *pGrf; in ImportOleBase()
|
H A D | wrtww8.cxx | 965 aFkps.GetObject( i )->Write( rWrt.Strm(), *rWrt.pGrf ); in WriteFkps() 1450 const Graphic *pGrf = rFmt.GetBrush()? rFmt.GetBrush()->GetGraphic():0; in CollectGrfsOfBullets() local 1451 if ( pGrf ) in CollectGrfsOfBullets() 1456 if (m_vecBulletPic[i]->GetChecksum() == pGrf->GetChecksum()) in CollectGrfsOfBullets() 1464 m_vecBulletPic.push_back(pGrf); in CollectGrfsOfBullets() 1494 if ( !pGrf || !pChpPlc || !pO ) in OutGrfBullets() 1497 pGrf->Insert(rFrame); in OutGrfBullets() 2808 pGrf->Write(); // Grafiken in WriteFkpPlcUsw() 2837 pGrf->Write(); // Grafiken in WriteFkpPlcUsw() 3317 pGrf = new SwWW8WrGrf( *this ); in ExportDocument_Impl() [all …]
|
H A D | ww8graf.cxx | 3167 const SdrGrafObj *pGrf= (const SdrGrafObj*)rpObject; in ImportReplaceableDrawables() local 3169 if (pGrf->IsLinkedGraphic() && pGrf->GetFileName().Len()) in ImportReplaceableDrawables() 3171 GraphicType eType = pGrf->GetGraphicType(); in ImportReplaceableDrawables() 3174 INetURLObject(sBaseURL), pGrf->GetFileName(), in ImportReplaceableDrawables() 3189 const Graphic& rGraph = pGrf->GetGraphic(); in ImportReplaceableDrawables()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | editsh.cxx | 270 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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdoole2.hxx | 56 SVX_DLLPRIVATE void SetGraphic_Impl(const Graphic* pGrf); 106 void SetGraphic(const Graphic* pGrf);
|
/aoo4110/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 472 const Graphic* pGrf = pBrushItem->GetGraphic(); in UserDraw() local 473 if(pGrf) in UserDraw() 478 pGrf->Draw( pDev, aStart, aSize ); in UserDraw()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 190 const Graphic* pGrf = ( (const SvxBrushItem*)pItem )->GetGraphic(); in UpdateExample() local 192 if ( pGrf ) in UpdateExample() 194 Bitmap aBitmap = pGrf->GetBitmap(); in UpdateExample()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unins.cxx | 796 delete pGrf; in ~SwUndoReRead() 811 Graphic* pOldGrf = pGrf; in SetAndSave() 855 pGrf = 0; in SaveGraphicData() 860 pGrf = new Graphic( rGrfNd.GetGrf() ); in SaveGraphicData()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 909 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()
|
/aoo4110/main/svx/source/dialog/ |
H A D | hdft.cxx | 706 const Graphic* pGrf = rItem.GetGraphic(); in ResetBackground_Impl() local 708 if ( pGrf ) in ResetBackground_Impl() 710 Bitmap aBitmap = pGrf->GetBitmap(); in ResetBackground_Impl()
|
/aoo4110/main/editeng/source/items/ |
H A D | numitem.cxx | 654 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()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1062 const Graphic* pGrf = pBrushItem->GetGraphic(); in lcl_DrawGraphic() local 1063 if(pGrf) in lcl_DrawGraphic() 1069 pGrf->Draw( pVDev, Point(nXStart,nYStart), in lcl_DrawGraphic()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 1174 const Graphic* pGrf = pBrushItem->GetGraphic(); in OutBackground() local 1175 if( pGrf ) in OutBackground() 1181 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, rEmbGrfNm, in OutBackground()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 555 const Graphic* pGrf = pBrushItem->GetGraphic(); in WriteBody() local 556 if( pGrf ) in WriteBody() 560 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, aGrfNm, in WriteBody()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1621 GraphicObject *pGrf = (GraphicObject*)rBrush.GetGraphicObject(); in lcl_DrawGraphic() local 1624 ::lcl_DrawGraphicBackgrd( rBrush, pOut, aAlignedGrfRect, *pGrf, bGrfNum, bBackgrdAlreadyDrawn ); in lcl_DrawGraphic() 1630 pGrf->DrawWithPDFHandling( *pOut, aAlignedGrfRect.Pos(), aAlignedGrfRect.SSize() ); in lcl_DrawGraphic() 1668 const Graphic* pGrf = pBrush->GetGraphic(); in DrawGraphic() local 1669 if( pGrf && GRAPHIC_NONE != pGrf->GetType() ) in DrawGraphic() 1672 if( pGrf->IsSupportedGraphic() ) in DrawGraphic() 1674 aGrfSize = ::GetGraphicSizeTwip( *pGrf, 0 ); in DrawGraphic() 1838 GraphicObject *pGrf = (GraphicObject*)pBrush->GetGraphicObject(); in DrawGraphic() local 1841 GraphicAttr pGrfAttr = pGrf->GetAttr(); in DrawGraphic() 1850 if ( pGrf->IsTransparent() ) in DrawGraphic()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 797 const Graphic* pGrf = pWrtShell->GetGraphic(); in PrepareForCopy() local 798 if( pGrf && pGrf->IsSupportedGraphic() ) in PrepareForCopy() 3080 const Graphic* pGrf = pWrtShell->GetGraphic(); in SetDataForDragAndDrop() local 3081 if ( pGrf && pGrf->IsSupportedGraphic() ) in SetDataForDragAndDrop()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1241 void SwRTFParser::InsPicture( const String& rGrfNm, const Graphic* pGrf, in InsPicture() argument 1262 pGrf, in InsPicture() 1301 pGrf, in InsPicture()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1236 const Graphic* pGrf( GetGraphic() ); in GetDrawObjGraphic() local 1237 if ( pGrf ) in GetDrawObjGraphic() 1239 Graphic aGrf( *pGrf ); in GetDrawObjGraphic()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 144 Graphic *pGrf; member in SwUndoReRead
|