Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 17 of 17) sorted by relevance

/AOO42X/main/svtools/source/filter/
H A Dsgvtext.cxx151 #define EscStr (UCHAR[MaxEscLen+1]);
288 UCHAR ConvertTextChar(UCHAR c) in ConvertTextChar()
305 sal_uInt16 GetSchnittBit(UCHAR c) in GetSchnittBit()
329 long ChgValue(long Def, long Min, long Max, UCHAR FlgVal, long NumVal) in ChgValue()
349 UCHAR FlgVal, sal_uInt16 Schnitt0, sal_uInt16& Schnitt) in ChgSchnittBit()
366 UCHAR GetNextChar(UCHAR* TBuf, sal_uInt16 Index) in GetNextChar()
381 UCHAR ProcessOne(UCHAR* TBuf, sal_uInt16& Index, in ProcessOne()
385 UCHAR c; in ProcessOne()
386 UCHAR Ident; in ProcessOne()
389 UCHAR FlgVal; in ProcessOne()
[all …]
H A Dsgvmain.cxx885 … aText.Buffer=new UCHAR[aText.BufSize+1]; // Ein mehr fuer LookAhead bei CK-Trennung in DrawObjkList()
/AOO42X/main/svtools/source/inc/
H A Dsgvmain.hxx32 #define UCHAR unsigned char macro
76 UCHAR PgName[32]; // Seitenname
251UCHAR* Buffer; // Diese Variable wird nicht durch Lesen von Disk gef�llt, sondern explizit!
274 UCHAR Filename[80]; // Pfad
294 UCHAR Name[13]; // Name der Gruppe
/AOO42X/main/connectivity/source/inc/odbc/
H A DOFunctiondefs.hxx53 #define SDB_ODBC_CHAR UCHAR
64 #define SDB_ODBC_CHAR UCHAR
139 #define SDB_ODBC_CHAR UCHAR
/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx2593 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplSalGetKeyCode()
2594 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplSalGetKeyCode()
2595 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplSalGetKeyCode()
2704 sal_Char nCharCode, UCHAR nScanCode ) in ImplGetCharCode()
2739 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplConvertKey()
2740 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplConvertKey()
2741 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplConvertKey()
2766 USHORT nOS2KeyCode = (UCHAR)SHORT2FROMMP( nMP2 ); in ImplHandleKeyMsg()
3557 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( pMsg->mp2 ); in SalFrameWndProc()
/AOO42X/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx296 UCHAR szDSN[SQL_MAX_DSN_LENGTH+1]; in getDatasourceNames()
298 UCHAR szDescription[1024+1]; in getDatasourceNames()
/AOO42X/main/sal/osl/w32/
H A Dsecurity.c345 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in osl_getUserIdent()
477 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in osl_getHomeDir()
904 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in getUserNameImpl()
/AOO42X/main/sal/osl/os2/
H A Dthread.c361 #define BYTE1FROMULONG(ul) ((UCHAR) (ul))
362 #define BYTE2FROMULONG(ul) ((UCHAR) ((ULONG) ul >> 8))
H A Dpipe.cxx59 static const UCHAR nPipePathLen = sizeof (pszPipePath) - 1;
H A Dprocess.c539 UCHAR achObjBuf[ 256 ] = { 0 }; in osl_psz_executeProcess()
H A Dfile.cxx2532 UCHAR sBuf[64];
/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp1682 UCHAR *szInfoBuffer = new UCHAR[ 1024 ]; // may need to resize if TokenInfo too big in IsAdmin()
1697 szInfoBuffer = new UCHAR[ dwRetInfoBufferSize ]; in IsAdmin()
1708 PTOKEN_GROUPS pGroups = (PTOKEN_GROUPS)(UCHAR*) szInfoBuffer; in IsAdmin()
/AOO42X/main/tools/source/fsys/
H A Dos2.cxx450 UCHAR sBuf[256];
759 UCHAR sBuf[64];
/AOO42X/main/unixODBC/inc/
H A Dsqltypes.h218 typedef unsigned char UCHAR; typedef
/AOO42X/main/idl/inc/
H A Dglobals.hxx156 HASH_INLINE(UCHAR)
/AOO42X/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx191 UCHAR chData; in getBinaryStream()
H A DADatabaseMetaDataResultSet.cxx159 UCHAR chData; in getBinaryStream()