Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 59) sorted by relevance

123

/aoo4110/main/extensions/source/macosx/spotlight/
H A Dioapi.m56 voidpf opaque,
61 voidpf opaque,
67 voidpf opaque,
73 voidpf opaque,
77 voidpf opaque,
83 voidpf opaque,
87 voidpf opaque,
92 voidpf opaque;
114 voidpf opaque;
126 voidpf opaque;
[all …]
H A Dioapi.h57 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
58 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)…
59 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLon…
60 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
61 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int orig…
62 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
63 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
74 voidpf opaque; member
83 #define ZTELL(filefunc,filestream) ((*((filefunc).ztell_file))((filefunc).opaque,filestream))
85 #define ZCLOSE(filefunc,filestream) ((*((filefunc).zclose_file))((filefunc).opaque,filestream))
[all …]
H A Dunzip.m440 us.filestream= (*(us.z_filefunc.zopen_file))(us.z_filefunc.opaque,
1149 pfile_in_zip_read_info->stream.opaque = (voidpf)0;
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx53 voidpf ZCALLBACK cb_sopen OF((voidpf opaque, const char * filename, int mode));
54 uLong ZCALLBACK cb_sread OF((voidpf opaque, voidpf stream, void* vuf, uLong size));
55 uLong ZCALLBACK cb_swrite OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
56 long ZCALLBACK cb_stell OF((voidpf opaque, voidpf stream));
57 long ZCALLBACK cb_sseek OF((voidpf opaque, voidpf stream, uLong offset, int origin));
58 int ZCALLBACK cb_sclose OF((voidpf opaque, voidpf stream));
59 int ZCALLBACK cb_serror OF((voidpf opaque, voidpf stream));
78 zFileFunc.opaque = (void*)pStream; in PrepareIStream()
86 voidpf ZCALLBACK cb_sopen (voidpf opaque, const char* /*filename*/, int /*mode*/) { in cb_sopen() argument
87 return opaque; in cb_sopen()
/aoo4110/main/sal/osl/unx/
H A Dthread.c126 static void osl_thread_join_cleanup_Impl (void * opaque);
127 static void osl_thread_wait_cleanup_Impl (void * opaque);
146 static void osl_thread_join_cleanup_Impl (void * opaque) in osl_thread_join_cleanup_Impl() argument
148 pthread_t hThread = (pthread_t)(opaque); in osl_thread_join_cleanup_Impl()
155 static void osl_thread_wait_cleanup_Impl (void * opaque) in osl_thread_wait_cleanup_Impl() argument
157 pthread_mutex_t * pMutex = (pthread_mutex_t*)(opaque); in osl_thread_wait_cleanup_Impl()
/aoo4110/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl93 returns whether this URI reference is hierarchical or opaque.
100 <TRUE/> if this URI reference is hierarchical, <FALSE/> if it is opaque.
127 retained), if this is a hierarchical URI reference; for an opaque URI
144 <p>For an opaque URI reference, and for a hierarchical URI reference with
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl66 and 1.0 fully opaque.
187 alpha value of 1.0 (fully opaque) is assumed.
208 alpha value of 1.0 (fully opaque) is assumed. The resulting
231 be fully opaque for the given rgb color value.
H A DXBitmapPalette.idl67 opaque, and <FALSE/> if the entry should be displayed
89 opaque color. When <FALSE/>, the given entry displays as fully
H A DXIntegerBitmapColorSpace.idl163 alpha value of 1.0 (fully opaque) is assumed. Color values
185 alpha value of 1.0 (fully opaque) is assumed. Color values
209 be fully opaque for the given rgb color value. Color values
H A DTexture.idl71 complete transparency, and 1 denotes fully opaque.<p>
/aoo4110/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.src170 … QuickHelpText [ en-US ] = "Specify 0 % for fully opaque through 100 % for fully transparent." ;
288 …arency value for the beginning point of the gradient, where 0 % is fully opaque and 100 % is fully…
308 … transparency value for the endpoint of the gradient, where 0 % is fully opaque and 100 % is fully…
/aoo4110/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl74 replace the absolute reference by an opaque placeholder string.
99 not contain the opaque relocation placholder used by
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl105 an opaque rectangle then both the points (0,0) and (with-1,height-1)
125 an opaque rectangle then both the points (0,0) and (with-1,height-1)
/aoo4110/main/shell/source/all/zipfile/
H A Dzipfile.cxx129 fa->opaque = stream; in ZipFile()
/aoo4110/main/offapi/com/sun/star/report/
H A DXShape.idl79 /** determines if the object is opaque or transparent for text.
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DLayer.idl83 <p> Timestamps should be considered as opaque markers and
/aoo4110/main/filter/source/pdf/
H A Dimpdialog.src890 … Text [en-US] = "PDF/A forbids transparency. A transparent object was painted opaque instead.";
898 …t supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead";
/aoo4110/main/offapi/com/sun/star/drawing/
H A DGraphicObjectShape.idl131 100% is fully transparent, 0 % is fully opaque.
/aoo4110/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.src125 …QuickHelpText [ en-US ] = "Specify the percentage of transparency; 0 % is fully opaque and 100 % i…
/aoo4110/main/tools/source/zcodec/
H A Dzcodec.cxx98 PZSTREAM->opaque = ( voidpf )0; in BeginCompression()
/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx90 aStream.opaque = Z_NULL; in deflateBuffer()
/aoo4110/main/offapi/com/sun/star/text/
H A DShape.idl157 /** determines if the object is opaque or transparent for text.
H A DBaseFrameProperties.idl272 /** determines if the object is opaque or transparent for text.
/aoo4110/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx748 aZStr.opaque = ( voidpf )0; in unzipToBuffer()
/aoo4110/main/oox/source/dump/
H A Doledumper.ini374 0x00000008=opaque

Completed in 219 milliseconds

123