Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 116) sorted by relevance

12345

/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx876 MessageBox::MessageBox (::Window *parent, WinBits bits, char const* message,
899 bits_init (bits, message, yes, no, help_id);
902 void MessageBox::bits_init (WinBits bits, OUString const& message,
905 if ( bits & ( WB_OK_CANCEL | WB_OK ))
907 if ( bits & (WB_YES_NO | WB_YES_NO_CANCEL ))
914 if (! (bits & (WB_RETRY_CANCEL | WB_ABORT_RETRY_IGNORE)))
916 if ( bits & WB_ABORT_RETRY_IGNORE )
920 if ( !(bits & ( WB_OK | WB_OK_CANCEL | WB_YES_NO | WB_YES_NO_CANCEL)))
922 if ( !(bits & ( WB_YES_NO | WB_YES_NO_CANCEL)))
977 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
[all …]
H A Dwrapper.hxx104 t::t( Window *parent, WinBits bits) \
105 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) ) \
126 t::t( Window *parent, WinBits bits) \
127 …: win_par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) …
/trunk/main/writerfilter/source/doctok/
H A Dcompactxmi.xsl122 <xsl:template name="bits">
123 <xsl:param name="bits"/>
124 <bits>
128 <xsl:attribute name="bits">
129 <xsl:value-of select="$bits"/>
136 </bits>
215 …<xsl:variable name="bits" select="$lastshift - UML:ModelElement.taggedValue/UML:TaggedValue[UML:Ta…
216 <xsl:call-template name="bits">
217 <xsl:with-param name="bits" select="$bits"/>
H A Dxmigen.el23 (defun insert-uml-attribute (type name offset bits mask shift comment attrid)
28 (insert-uml-taggedvalue bits "bits")
41 (defun insert-uml-attribute-array (type arraycount name offset bits mask shift comment attrid)
46 (insert-uml-taggedvalue bits "bits")
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl43 /** Query number of bits used per bitmap pixel.<p>
45 This method yields the total number of bits used for a color
56 /** Query the number of bits used for each component.<p>
59 number of bits occupied by the respective component. The sum
60 of all component bits must be less or equal than the value
62 less, excess bits are always kept in the most significant bits
66 least significant bits of the pixel, etc.<p>
84 bits to align properly.<p>
89 channel bits together.
H A DIntegerBitmapLayout.idl104 uses less than 8 bits, of course).<p>
107 an 8 bit amount of pixel data consists of the bits starting
/trunk/main/offapi/com/sun/star/awt/
H A DRasterOperation.idl53 /** All bits which are affected by this operation are set to 0.
59 /** All bits which are affected by this operation are set to 1.
65 /** All bits which are affected by this operation are inverted.
/trunk/main/sfx2/source/layout/
H A Dfactory.cxx41 SfxModelessDialog_unprotect::SfxModelessDialog_unprotect (Window *parent, WinBits bits) in SfxModelessDialog_unprotect() argument
42 : SfxModelessDialog (sfx2_global_bindings, sfx2_global_child, parent, bits) in SfxModelessDialog_unprotect()
/trunk/main/toolkit/source/layout/core/
H A Dvcl.cxx43 Closing##cls::Closing##cls (Window* parent, WinBits bits)\
44 : cls (parent, bits)\
H A Dvcl.hxx34 Closing##cls (Window* parent, WinBits bits);\
/trunk/main/sal/inc/sal/
H A Dmathconf.h99 unsigned bits :19; member
123 unsigned bits :19;
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlZipExtract.java113 byte[] bits = readStream(zf.getInputStream(ze)); in getEntry()
115 return bits; in getEntry()
/trunk/main/oox/source/dump/
H A Ddumperbase.ini179 # Defines names for single bits in a bit field.
192 # - ignore (optional): Specifies bits to be ignored. Bits without an explicit
209 # Defines names for single bits and for embedded values in a bit field. This
227 # exactly one sequence of at least 2 consecutive bits.
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedMisc.idl37 The first 32 bits are reserved for MS values, they are added because
40 to container. In case own specific values should be added those bits can
H A DAspects.idl43 The first 32 bits are reserved for MS OLE aspects.
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c286 while (sizp->bits != endtest && *ap != EOS) {
302 if (sizp->bits != endtest)
H A Dcpp5.c589 for (sizp = size_table; sizp->bits != 0; sizp++) { in dosizeof()
590 if ((typecode & ~T_PTR) == sizp->bits) { in dosizeof()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx107 static sal_uInt32 rotl(sal_uInt32 value, sal_uInt32 bits) in rotl() argument
108 { return (value << bits) | (value >> (32 - bits)); } in rotl()
/trunk/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx58 #define ErrorBox( this, bits, message ) ErrorBox (LAYOUT_THIS_WINDOW (this), bits, message) argument
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt96 construction bits ? [!?]
140 + copy Dialog bits into unocontrolcontainer.cxx ...
H A Dapinotes.txt78 + threading bits ...
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO24 + check vs. writer & other bits ...
/trunk/main/offapi/com/sun/star/ui/
H A DImageType.idl31 The constants describe bits in a bit field which determine
/trunk/main/offapi/com/sun/star/ucb/
H A DInteractiveCHAOSException.idl46 does not contain the 'dynamic bits'.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DNodeAttribute.idl85 const short MASK = 32512; // 0xFF00, changed to 0x7F00 because only 3 bits

Completed in 108 milliseconds

12345