/trunk/main/sal/osl/unx/ |
H A D | process.c | 428 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 D | XExtensionManager.idl | 65 /** 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 D | XPackageManager.idl | 96 /** 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 D | XPackage.idl | 61 /** 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 D | IntegerBitmapLayout.idl | 70 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 D | FloatingPointBitmapLayout.idl | 70 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 D | ColorComponentTag.idl | 74 /// Alpha channel 80 /** Premultiplied alpha channel<p>
|
H A D | XGraphicDevice.idl | 175 /** Create a bitmap with alpha channel whose memory layout and 187 /** Create a volatile bitmap with alpha channel that is usable
|
H A D | XIntegerBitmapColorSpace.idl | 81 byte, the actual channel positions are specified using bit 89 channel bits together.
|
H A D | XCanvas.idl | 687 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 D | XLogFormatter.idl | 52 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 D | XLogHandler.idl | 46 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 D | XConsoleHandler.idl | 37 /** implemented by a log handler whose output channel is the processes console.
|
H A D | ConsoleHandler.idl | 43 channel is the processes console.
|
H A D | SyslogHandler.idl | 43 channel is the syslog network protocol.
|
H A D | FileHandler.idl | 43 channel is a file.
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | GraphicObjectShape.idl | 105 /** 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 D | TextGraphicObject.idl | 132 /** 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 D | Color.idl | 32 /** describes an RGB color value with an optional alpha channel. 35 <ol>alpha channel
|
/trunk/main/vcl/source/app/ |
H A D | dbggui.cxx | 446 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 D | XAbortChannel.idl | 38 associated with this channel.
|
/trunk/main/basic/source/classes/ |
H A D | sb.src | 219 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 D | vclnsapp.mm | 339 // 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 D | GraphicDescriptor.idl | 127 /** Indicates that it is a pixel graphic with an alpha channel
|
/trunk/main/svx/source/src/ |
H A D | errtxt.src | 437 Text [ en-US ] = "The channel document has an invalid format." ;
|