Home
last modified time | relevance | path

Searched refs:Graphic (Results 101 – 125 of 537) sorted by relevance

12345678910>>...22

/aoo4110/main/filter/source/graphicfilter/iras/
H A Diras.cxx68 sal_Bool ReadRAS( SvStream & rRAS, Graphic & rGraphic );
87 sal_Bool RASReader::ReadRAS( SvStream & rRAS, Graphic & rGraphic ) in ReadRAS()
346 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par.hxx98 class Graphic;
695 const Graphic& rGrf,
1359 bool ReadGrafFile(String& rFileName, Graphic*& rpGraphic,
1366 const Graphic* pGraph, const String& rFileName,
1370 const Graphic* pGraph, const String& rFileName,
1377 SdrObject* ImportOleBase( Graphic& rGraph, const Graphic* pGrf=0,
1380 SwFrmFmt* ImportOle( const Graphic* = 0, const SfxItemSet* pFlySet = 0,
1741 static bool GetPictGrafFromStream(Graphic& rGraphic, SvStream& rSrc);
/aoo4110/main/forms/source/component/
H A Dimgprod.cxx191 mpGraphic = new Graphic; in ImageProducer()
359 sal_Bool ImageProducer::ImplImportGraphic( Graphic& rGraphic ) in ImplImportGraphic()
376 void ImageProducer::ImplUpdateData( const Graphic& rGraphic ) in ImplUpdateData()
404 void ImageProducer::ImplInitConsumer( const Graphic& rGraphic ) in ImplInitConsumer()
483 void ImageProducer::ImplUpdateConsumer( const Graphic& rGraphic ) in ImplUpdateConsumer()
/aoo4110/main/svx/source/gallery2/
H A Dgalmisc.cxx112 sal_uInt16 GalleryGraphicImport( const INetURLObject& rURL, Graphic& rGraphic, in GalleryGraphicImport()
193 sal_Bool CreateIMapGraphic( const FmFormModel& rModel, Graphic& rGraphic, ImageMap& rImageMap ) in CreateIMapGraphic()
494 Graphic aGraphic; in InitData()
529 Graphic aGraphic; in InitData()
H A Dgalbrws2.cxx879 mpPreview->SetGraphic( Graphic() ); in SetMode()
897 mpPreview->SetGraphic( Graphic() ); in SetMode()
912 Graphic aGraphic; in SetMode()
1000 Graphic aGraphic; in Travel()
1238 Graphic aGraphic; in Dispatch()
1466 Graphic GalleryBrowser2::GetGraphic() const in GetGraphic()
1468 Graphic aGraphic; in GetGraphic()
/aoo4110/main/offapi/com/sun/star/awt/
H A DUnoControlButtonModel.idl151 @see Graphic
161 <ul><li>If <member>ImageURL</member> is set, <member>Graphic</member> will be reset
164 <li>If <member>Graphic</member> is set, <member>ImageURL</member> will be reset
170 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
/aoo4110/main/sw/source/ui/inc/
H A Dswdtflvr.hxx33 class Graphic;
74 Graphic *pClpGraphic, *pClpBitmap, *pOrigGrf;
86 Graphic* FindOLEReplacementGraphic() const;
/aoo4110/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx172 const Graphic& rGraphic, in extractFromGraphic()
230 Graphic aGraphic; in decomposeSvgNode()
252 Graphic aGraphic; in decomposeSvgNode()
/aoo4110/main/sfx2/source/dialog/
H A Dfiledlgimpl.hxx76 Graphic maGraphic;
131 ErrCode getGraphic( const ::rtl::OUString& rURL, Graphic& rGraphic ) const;
216 ErrCode getGraphic( Graphic& rGraphic ) const;
/aoo4110/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx84 sal_Bool ReadPSD( SvStream & rPSD, Graphic & rGraphic );
110 sal_Bool PSDReader::ReadPSD( SvStream & rPSD, Graphic & rGraphic ) in ReadPSD()
147 rGraphic = Graphic( BitmapEx( maBmp, maMaskBmp ) ); in ReadPSD()
727 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgraphicprimitivehelper2d.hxx32 class Graphic;
49 const Graphic& rGraphic,
/aoo4110/main/filter/source/graphicfilter/idxf/
H A Didxf.cxx36 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
46 rGraphic=Graphic(aMTF); in GraphicImport()
/aoo4110/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx55 sal_Bool ReadPBM( SvStream & rPBM, Graphic & rGraphic );
87 sal_Bool PBMReader::ReadPBM( SvStream & rPBM, Graphic & rGraphic ) in ReadPBM()
531 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
/aoo4110/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx90 sal_Bool ReadPCD( SvStream & rPCD, Graphic & rGraphic, FilterConfigItem* pConfigItem );
95 sal_Bool PCDReader::ReadPCD( SvStream & rPCD, Graphic & rGraphic, FilterConfigItem* pConfigItem ) in ReadPCD()
386 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
/aoo4110/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx63 sal_Bool ReadPCX( SvStream & rPCX, Graphic & rGraphic );
93 sal_Bool PCXReader::ReadPCX( SvStream & rPCX, Graphic & rGraphic ) in ReadPCX()
417 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport()
/aoo4110/main/avmedia/source/viewer/
H A Dmediawindow.cxx531 ::std::auto_ptr< Graphic > apGraphic; in grabFrame()
555 apGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()
563 apGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()
/aoo4110/main/svtools/inc/svtools/
H A Dwallitem.hxx47 class Graphic;
52 virtual Graphic GetGraphic( const String& rLink, const String& rFilter) = 0;
H A Dtransfer.hxx54 class Graphic;
262 …sal_Bool SetGraphic( const Graphic& rGraphic, const ::com::sun::star::datatransfer::DataFlavo…
371 sal_Bool GetGraphic( SotFormatStringId nFormat, Graphic& rGraphic );
372 …sal_Bool GetGraphic( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, Graphic& rGrap…
570 void CopyGraphic( const Graphic& rGrf );
H A Dfltcall.hxx34 class Graphic;
54 typedef sal_Bool (*PFilterCall)(SvStream & rStream, Graphic & rGraphic,
/aoo4110/main/sc/source/filter/inc/
H A Dxiescher.hxx863 inline const Graphic& GetGraphic() const { return maGraphic; } in GetGraphic()
902 Graphic maGraphic; /// Picture or OLE placeholder graphic.
1109 static Graphic ReadImgData( const XclImpRoot& rRoot, XclImpStream& rStrm );
1143 static void ReadWmf( Graphic& rGraphic, const XclImpRoot& rRoot, XclImpStream& rStrm );
1145 static void ReadBmp( Graphic& rGraphic, const XclImpRoot& rRoot, XclImpStream& rStrm );
/aoo4110/main/sw/source/core/text/
H A Dporfld.cxx829 const Graphic* pGraph = pGrfBrush->GetGraphic(); in SwGrfNumPortion()
855 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in ~SwGrfNumPortion()
862 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation()
1000 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation(0,nId); in Paint()
1012 ( (Graphic*) pBrush->GetGraphic() )->StartAnimation( in Paint()
1021 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in Paint()
/aoo4110/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx59 class Graphic;
458 void RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic& rGraph );
567 const Graphic& rGraf,
690 Graphic aBuGra;
692 PPTBuGraEntry( Graphic& rGraphic, sal_uInt32 nInstance );
706 sal_Bool GetGraphic( sal_uInt32 nInstance, Graphic& rGraphic ) const;
/aoo4110/main/sw/source/core/frmedt/
H A Dfecopy.cxx1222 sal_Bool SwFEShell::GetDrawObjGraphic( sal_uLong nFmt, Graphic& rGrf ) const in GetDrawObjGraphic()
1236 const Graphic* pGrf( GetGraphic() ); in GetDrawObjGraphic()
1239 Graphic aGrf( *pGrf ); in GetDrawObjGraphic()
1326 Graphic aGraphic; in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
1328 Graphic* pGraphic = pOle2Obj->GetGraphic(); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
1497 const Graphic& rGraphic = pSdrGrafObj->GetGraphic(); in Paste()
1571 bool SwFEShell::Paste( const Graphic &rGrf, const String& rURL ) in Paste()
/aoo4110/main/vcl/inc/vcl/
H A Dsalctype.hxx63 Graphic maGraphic;
67 ConvertData( const Graphic& rGraphic, SvStream& rStm, sal_uLong nFormat ) : in ConvertData()
/aoo4110/main/svtools/source/inc/
H A Dxbmread.hxx82 ReadState ReadXBM( Graphic& rGraphic );
91 sal_Bool ImportXBM( SvStream& rStream, Graphic& rGraphic );

Completed in 127 milliseconds

12345678910>>...22