/aoo4110/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 97 const String& rGrfName, in SwGrfNode() argument 139 const String& rGrfName, in SwGrfNode() argument 160 InsertLink( rGrfName, rFltName ); in SwGrfNode() 163 INetURLObject aUrl( rGrfName ); in SwGrfNode() 174 const String& rGrfName, in ReRead() argument 192 if ( rGrfName.Len() ) in ReRead() 196 String sCmd( rGrfName ); in ReRead() 234 maGrfObj.SetLink( rGrfName ); in ReRead() 470 const String& rGrfName, in MakeGrfNode() argument 713 const String& rGrfName, in InsertLink() argument [all …]
|
/aoo4110/main/sw/inc/ |
H A D | ndgrf.hxx | 62 const String& rGrfName, const String& rFltName, 68 const String& rGrfName, const String& rFltName, 76 void InsertLink( const String& rGrfName, const String& rFltName ); 170 sal_Bool ReRead( const String& rGrfName, const String& rFltName,
|
H A D | IDocumentContentOperations.hxx | 126 …virtual SwFlyFrmFmt* Insert(const SwPaM &rRg, const String& rGrfName, const String& rFltName, cons… 136 …virtual void ReRead(SwPaM&, const String& rGrfName, const String& rFltName, const Graphic* pGraphi…
|
H A D | fesh.hxx | 545 void Insert(const String& rGrfName, 556 sal_Bool ReplaceSdrObj( const String& rGrfName, const String& rFltName,
|
H A D | ndarr.hxx | 225 const String& rGrfName,
|
H A D | docsh.hxx | 330 String ExportGraphic( const Graphic &rGraphic, const String &rGrfName );
|
H A D | doc.hxx | 890 …virtual SwFlyFrmFmt* Insert(const SwPaM &rRg, const String& rGrfName, const String& rFltName, cons… 909 …virtual void ReRead(SwPaM&, const String& rGrfName, const String& rFltName, const Graphic* pGraphi…
|
H A D | editsh.hxx | 609 void ReRead( const String& rGrfName, const String& rFltName,
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 817 const String &rGrfName, const String& rAlternateTxt, in OutHTML_Image() argument 832 String aGrfNm( rGrfName ); in OutHTML_Image() 1196 String &rGrfName, in OutHTML_BulletImage() argument 1216 rGrfName = *rHTMLWrt.GetOrigFileName(); in OutHTML_BulletImage() 1217 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, rGrfName, in OutHTML_BulletImage() 1223 rGrfName = URIHelper::SmartRel2Abs( in OutHTML_BulletImage() 1226 pLink = &rGrfName; in OutHTML_BulletImage() 1236 rGrfName = *pLink; in OutHTML_BulletImage() 1239 rHTMLWrt.CopyLocalFileToINet( rGrfName ); in OutHTML_BulletImage() 1240 pLink = &rGrfName; in OutHTML_BulletImage() [all …]
|
H A D | wrthtml.hxx | 568 const String& rGrfName, const String& rAlternateTxt, 573 const SvxBrushItem* pBrush, String &rGrfName,
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 422 String ExportGraphic( const Graphic &rGraphic, const String &rGrfName ) in ExportGraphic() argument 435 String aName = rGrfName; in ExportGraphic() 484 if( rGrfName.Len() && in ExportGraphic() 488 SfxMedium aIn( rGrfName, STREAM_READ | STREAM_NOCREATE, in ExportGraphic()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 839 void SwFEShell::Insert( const String& rGrfName, const String& rFltName, in Insert() argument 889 pFmt = GetDoc()->Insert(*pCursor, rGrfName, in Insert() 1935 sal_Bool SwFEShell::ReplaceSdrObj( const String& rGrfName, const String& rFltName, in ReplaceSdrObj() argument 1982 pFmt = GetDoc()->Insert( *GetCrsr(), rGrfName, rFltName, pGrf, &aFrmSet, NULL, NULL ); in ReplaceSdrObj()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 971 const String& rGrfName, in Insert() argument 982 rGrfName, rFltName, pGraphic, in Insert() 1990 void SwDoc::ReRead( SwPaM& rPam, const String& rGrfName, in ReRead() argument 2010 pGrfNd->ReRead( rGrfName, rFltName, pGraphic, pGrafObj, sal_True ); in ReRead()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | editsh.cxx | 355 void SwEditShell::ReRead( const String& rGrfName, const String& rFltName, in ReRead() argument 359 pDoc->ReRead( *GetCrsr(), rGrfName, rFltName, pGraphic, pGrfObj ); in ReRead()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 2356 bool CanUseRemoteLink(const String &rGrfName) in CanUseRemoteLink() argument 2361 ::ucbhelper::Content aCnt(rGrfName, in CanUseRemoteLink()
|
H A D | ww8par.hxx | 1761 bool CanUseRemoteLink(const String &rGrfName);
|