Home
last modified time | relevance | path

Searched refs:GRFILTER_OK (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svtools/source/filter/
H A Dfilter.cxx824 return GRFILTER_OK; in ImpTestOrFindFormat()
837 return GRFILTER_OK; in ImpTestOrFindFormat()
861 return GRFILTER_OK; in ImpTestOrFindFormat()
1376 if( nRes==GRFILTER_OK && pDeterminedFormat!=NULL ) in CanImportGraphic()
1497 nStatus = GRFILTER_OK; in ImportGraphic()
1794 if( nStatus == GRFILTER_OK ) in ImportGraphic()
1804 if( nStatus != GRFILTER_OK ) in ImportGraphic()
1873 sal_uInt16 nStatus = GRFILTER_OK; in ExportGraphic()
1927 if( GRFILTER_OK == nStatus ) in ExportGraphic()
2137 if( nStatus != GRFILTER_OK ) in ExportGraphic()
[all …]
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx188 nErr = GRFILTER_OK; in WriteGraphic()
193 if( GRFILTER_OK != nErr ) in WriteGraphic()
232 nErr = GRFILTER_OK; in WriteGraphic()
238 if( GRFILTER_OK != nErr ) in WriteGraphic()
338 return GRFILTER_OK; in WriteGraphic()
367 if( aMedium.GetError() && ( GRFILTER_OK == nRet ) ) in ExportGraphic()
/trunk/main/sfx2/source/appl/
H A Dopengrf.cxx146 if ( GRFILTER_OK != nImpRet ) in Execute()
157 if( (nImpRet=pFilter->CanImportGraphic( aObj, nFormatNum, &nRetFormat )) != GRFILTER_OK ) in Execute()
161 if ( GRFILTER_OK == nImpRet ) in Execute()
H A Dfileobj.cxx405 return GRFILTER_OK == nRes; in GetGraphic_Impl()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx300 if ( nError == GRFILTER_OK ) in FuInsertGraphic()
309 if( aDlg.Execute() == GRFILTER_OK ) in FuInsertGraphic()
313 if( nError == GRFILTER_OK ) in FuInsertGraphic()
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx232 if(GRFILTER_OK == GraphicFilter::GetGraphicFilter()->ImportGraphic( in decomposeSvgNode()
254 if(GRFILTER_OK == GraphicFilter::GetGraphicFilter()->ImportGraphic( in decomposeSvgNode()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1085 …sal_uInt16 nStatus = GetGraphic( aSettings, aGraphic, bVectorType ) ? GRFILTER_OK : GRFILTER_FILTE… in filter()
1087 if( nStatus == GRFILTER_OK ) in filter()
1126 if ( aSettings.mxInteractionHandler.is() && ( nStatus != GRFILTER_OK ) ) in filter()
1138 return nStatus == GRFILTER_OK; in filter()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx195 …( pGF->ImportGraphic( aGr1, aEmptyStr, *pGraphicStream, GRFILTER_FORMAT_DONTKNOW ) == GRFILTER_OK ) in TestOleNeedsGraphic()
201 …( pGF->ImportGraphic( aGr2, aEmptyStr, *pGraphicStream, GRFILTER_FORMAT_DONTKNOW ) == GRFILTER_OK ) in TestOleNeedsGraphic()
947 …f( pGF->ImportGraphic( aGr, aEmptyStr, *pGraphicStream, GRFILTER_FORMAT_DONTKNOW ) == GRFILTER_OK ) in WriteGraphicNode()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx139 if(GRFILTER_OK == aDlg.Execute()) in InsertPictureFromFile()
144 if(GRFILTER_OK == nError) in InsertPictureFromFile()
H A Dtextsh.cxx757 if ( GRFILTER_OK == GetView().InsertGraphic( sPath, aEmptyStr, sal_True, 0, 0 ) ) in TYPEINIT1()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx303 if( aDlg.Execute() == GRFILTER_OK ) in ExecuteDialog()
307 if( nError == GRFILTER_OK ) in ExecuteDialog()
H A Dfuinsert.cxx135 if( aDlg.Execute() == GRFILTER_OK ) in DoExecute()
139 if( nError == GRFILTER_OK ) in DoExecute()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx787 int nRes = GRFILTER_OK; in ReleaseLink()
792 if ( GRFILTER_OK == nRes ) in ReleaseLink()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx52 #define GRFILTER_OK 0 macro
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx112 nFilterError( GRFILTER_OK ) in SdGRFFilter_ImplInteractionHdl()
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx188 if( GRFILTER_OK == GraphicFilter::LoadGraphic( aTmp, aFilterName, aGraphic ) ) in lcl_GetImageFromPngUrl()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx529 if( GRFILTER_OK == GraphicFilter::LoadGraphic( aTmp, aFilterName, aGraphic, NULL, NULL ) ) in lcl_GetImageFromPngUrl()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx215 int nRes = GRFILTER_OK; in InsertGraphic()
225 if( GRFILTER_OK == nRes ) in InsertGraphic()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx501 if( ( pFilter->ImportGraphic( aVCLGraphic, aPath, *pIStm ) == GRFILTER_OK ) && in queryGraphic()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx336 if( GRFILTER_OK == GraphicFilter::LoadGraphic( aTmp, aFilterName, aGraphic ) ) in lcl_GetImageFromPngUrl()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1041 … if(GRFILTER_OK == GraphicFilter::GetGraphicFilter()->ImportGraphic(aTempGraphic, aURL)) in PaintPicture()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1978 nRet = GRFILTER_OK == GraphicFilter::LoadGraphic( sURL, aEmptyStr, aGrf, pFlt ); in _PasteTargetURL()
2349 nRet = GRFILTER_OK == GraphicFilter::LoadGraphic( aBkmk.GetURL(), aEmptyStr, in _PasteGrf()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1181 ( GRFILTER_OK == GraphicFilter::LoadGraphic( aBgdGraphicPath, in LoadLinkedGraphic_Impl()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1020 if( GRFILTER_OK == GraphicFilter::LoadGraphic( aTmp, aFilterName, aGraphic ) ) in lcl_GetImageFromPngUrl()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1222 case GRFILTER_OK: in AddGraphic()

Completed in 177 milliseconds

12