impexpop.cpp File Reference

(r1785/r1690)

#include "camtypes.h"
#include "camframe.h"
#include "camelot.h"
#include "optsmsgs.h"
#include "bubbleid.h"
#include "impexpop.h"
#include "filedlgs.h"
#include "helpuser.h"
#include "bitfilt.h"
#include "cameleps.h"
#include "bmpsdlg.h"
#include "exjpeg.h"
#include "fileutil.h"
#include "sgliboil.h"
#include "webaddr.h"
#include "opbevel.h"
#include "bmapprev.h"
#include "ngsentry.h"
#include "ngscan.h"
#include "filtimag.h"
#include "strlist.h"

Go to the source code of this file.

Defines

#define PATH_BUF_SIZE   (256)
 Import the files dropped onto the specified document.

Functions

void RemoveUneededReportedErrors ()


Define Documentation

#define PATH_BUF_SIZE   (256)
 

Import the files dropped onto the specified document.

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
29/07/94
Parameters:
pOpDesc - the OpDescriptor for this operation [INPUTS] pOpParam - parameters for this operations; actually an HDROP handle.

Definition at line 1782 of file impexpop.cpp.


Function Documentation

void RemoveUneededReportedErrors  ) 
 

Definition at line 842 of file impexpop.cpp.

00843 {
00844     // clear silly error before End()ing the op
00845     // Only tell them if not special user cancelled error message
00846     if (Error::GetErrorNumber() != _R(IDN_USER_CANCELLED) && Error::GetErrorNumber() != 0)
00847         InformError();
00848     else
00849         Error::ClearError();    // otherwise remove the error so it won't get reported
00850 }


Generated on Sat Nov 10 03:49:11 2007 for Camelot by  doxygen 1.4.4