Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/filter/
H A Dsgvtext.cxx288 UCHAR ConvertTextChar(UCHAR c) in ConvertTextChar()
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()
469 UCHAR GetTextChar(UCHAR* TBuf, sal_uInt16& Index, in GetTextChar()
506 UCHAR GetTextCharConv(UCHAR* TBuf, sal_uInt16& Index, in GetTextCharConv()
510 UCHAR c; in GetTextCharConv()
532 UCHAR c=0; in GetLineFeed()
723 UCHAR Upcase(UCHAR c) in Upcase()
725 if ((c>=(UCHAR)'a' && c<=(UCHAR)'z')) c=(c-(UCHAR)'a')+(UCHAR)'A'; in Upcase()
[all …]
H A Dsgvmain.cxx885 … aText.Buffer=new UCHAR[aText.BufSize+1]; // Ein mehr fuer LookAhead bei CK-Trennung in DrawObjkList()
/aoo4110/main/svtools/source/inc/
H A Dsgvmain.hxx32 #define UCHAR unsigned char macro
76 UCHAR PgName[32]; // Seitenname
251 UCHAR* 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
/aoo4110/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
/aoo4110/main/vcl/os2/source/window/
H A Dsalframe.cxx2597 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplSalGetKeyCode()
2598 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplSalGetKeyCode()
2599 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplSalGetKeyCode()
2708 sal_Char nCharCode, UCHAR nScanCode ) in ImplGetCharCode()
2743 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplConvertKey()
2744 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplConvertKey()
2745 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplConvertKey()
2770 USHORT nOS2KeyCode = (UCHAR)SHORT2FROMMP( nMP2 ); in ImplHandleKeyMsg()
3561 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( pMsg->mp2 ); in SalFrameWndProc()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sal/osl/os2/
H A Dthread.c367 #define BYTE1FROMULONG(ul) ((UCHAR) (ul))
368 #define BYTE2FROMULONG(ul) ((UCHAR) ((ULONG) ul >> 8))
H A Dpipe.cxx61 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];
/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp1684 UCHAR *szInfoBuffer = new UCHAR[ 1024 ]; // may need to resize if TokenInfo too big in IsAdmin()
1699 szInfoBuffer = new UCHAR[ dwRetInfoBufferSize ]; in IsAdmin()
1710 PTOKEN_GROUPS pGroups = (PTOKEN_GROUPS)(UCHAR*) szInfoBuffer; in IsAdmin()
/aoo4110/main/tools/source/fsys/
H A Dos2.cxx450 UCHAR sBuf[256];
759 UCHAR sBuf[64];
/aoo4110/main/unixODBC/inc/
H A Dsqltypes.h218 typedef unsigned char UCHAR; typedef
/aoo4110/main/idl/inc/
H A Dglobals.hxx156 HASH_INLINE(UCHAR)
/aoo4110/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx191 UCHAR chData; in getBinaryStream()
H A DADatabaseMetaDataResultSet.cxx159 UCHAR chData; in getBinaryStream()

Completed in 161 milliseconds