Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/sal/osl/unx/
H A Dprocess.c428 int channel[2]; in ChildStatusProc() local
440 if (socketpair(AF_UNIX, SOCK_STREAM, 0, channel) == -1) in ChildStatusProc()
443 fcntl(channel[0], F_SETFD, FD_CLOEXEC); in ChildStatusProc()
444 fcntl(channel[1], F_SETFD, FD_CLOEXEC); in ChildStatusProc()
465 if (channel[0] != -1) close(channel[0]); in ChildStatusProc()
540 nWrote = write(channel[1], &errno, sizeof(errno)); in ChildStatusProc()
544 if (channel[1] != -1) close(channel[1]); in ChildStatusProc()
551 if (channel[1] != -1) close(channel[1]); in ChildStatusProc()
560 while (((i = read(channel[0], &status, sizeof(status))) < 0)) in ChildStatusProc()
567 if (channel[0] != -1) close(channel[0]); in ChildStatusProc()
/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl65 /** creates a command channel to be used to asynchronously abort a command.
68 abort channel
85 abort channel to asynchronously abort the adding process,
111 abort channel to asynchronously abort the removing process,
136 abort channel to asynchronously abort the removing process,
158 abort channel to asynchronously abort the removing process,
178 abort channel to asynchronously abort the removing process,
261 abort channel to asynchronously abort the adding process
H A DXPackageManager.idl96 /** creates a command channel to be used to asynchronously abort a command.
99 abort channel
117 abort channel to asynchronously abort the adding process,
143 abort channel to asynchronously abort the adding process,
165 abort channel to asynchronously abort the removing process,
201 abort channel to asynchronously abort the removing process,
224 abort channel to asynchronously abort the adding process
H A DXPackage.idl61 /** creates a command channel to be used to asynchronously abort a command.
64 abort channel
119 abort channel to asynchronously abort the registration process,
145 abort channel to asynchronously abort the registration process,
165 abort channel to asynchronously abort the registration process,
192 abort channel to asynchronously abort the registration process,
/trunk/main/offapi/com/sun/star/rendering/
H A DIntegerBitmapLayout.idl70 interleaved. For a chunky format, all channel data for a
72 layout, the first channel of all pixel is stored consecutive,
73 followed by the second channel, and so forth.<p>
82 alpha channel). The palette itself references another color
H A DFloatingPointBitmapLayout.idl70 interleaved. For a chunky format, all channel data for a
72 layout, the first channel of all pixel is stored consecutive,
73 followed by the second channel, and so forth.<p>
H A DColorComponentTag.idl74 /// Alpha channel
80 /** Premultiplied alpha channel<p>
H A DXGraphicDevice.idl175 /** Create a bitmap with alpha channel whose memory layout and
187 /** Create a volatile bitmap with alpha channel that is usable
H A DXIntegerBitmapColorSpace.idl81 byte, the actual channel positions are specified using bit
89 channel bits together.
H A DXCanvas.idl687 method. The bitmap's color channel values are multiplied with
702 to 1.0, except for the alpha channel, which should be set to
/trunk/main/offapi/com/sun/star/logging/
H A DXLogFormatter.idl52 is emitted to its output channel before actually logging any concrete
65 channel, without processing it any further (except possibly encoding it with
73 is emitted to its output channel before it is finally being closed.</p>
H A DXLogHandler.idl46 channel.
56 <p>Disposing the handler effectively means closing the channel
89 /** publish the given log record at the handler's output channel.
H A DXConsoleHandler.idl37 /** implemented by a log handler whose output channel is the processes console.
H A DConsoleHandler.idl43 channel is the processes console.
H A DSyslogHandler.idl43 channel is the syslog network protocol.
H A DFileHandler.idl43 channel is a file.
/trunk/main/offapi/com/sun/star/drawing/
H A DGraphicObjectShape.idl105 /** If this property is set, the red channel of this graphic shape is
111 /** If this property is set, the green channel of this graphic shape is
117 /** If this property is set, the blue channel of this graphic shape is
/trunk/main/offapi/com/sun/star/text/
H A DTextGraphicObject.idl132 /** changes the display of the red color channel.
137 /** changes the display of the green color channel.
142 /** changes the display of the blue color channel.
/trunk/main/offapi/com/sun/star/util/
H A DColor.idl32 /** describes an RGB color value with an optional alpha channel.
35 <ol>alpha channel
/trunk/main/vcl/source/app/
H A Ddbggui.cxx446 for ( UserDefinedChannels::const_iterator channel = rChannels.begin(); in ImplAppendUserDefinedChannels() local
447 channel != rChannels.end(); in ImplAppendUserDefinedChannels()
448 ++channel in ImplAppendUserDefinedChannels()
451 sal_uInt16 nEntryPos = rList.InsertEntry( channel->first ); in ImplAppendUserDefinedChannels()
452 rList.SetEntryData( nEntryPos, reinterpret_cast< void* >( channel->second ) ); in ImplAppendUserDefinedChannels()
/trunk/main/offapi/com/sun/star/task/
H A DXAbortChannel.idl38 associated with this channel.
/trunk/main/basic/source/classes/
H A Dsb.src219 Text [ en-US ] = "DDE channel locked." ;
255 Text [ en-US ] = "DDE method invoked with no channel open." ;
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm339 // we have no back channel here, we have to assume success, in which case
377 // we have no back channel here, we have to assume success
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl127 /** Indicates that it is a pixel graphic with an alpha channel
/trunk/main/svx/source/src/
H A Derrtxt.src437 Text [ en-US ] = "The channel document has an invalid format." ;

Completed in 62 milliseconds

123