/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 882 MessageBox::MessageBox (::Window *parent, WinBits bits, char const* message, 905 bits_init (bits, message, yes, no, help_id); 908 void MessageBox::bits_init (WinBits bits, OUString const& message, 911 if ( bits & ( WB_OK_CANCEL | WB_OK )) 913 if ( bits & (WB_YES_NO | WB_YES_NO_CANCEL )) 920 if (! (bits & (WB_RETRY_CANCEL | WB_ABORT_RETRY_IGNORE))) 922 if ( bits & WB_ABORT_RETRY_IGNORE ) 926 if ( !(bits & ( WB_OK | WB_OK_CANCEL | WB_YES_NO | WB_YES_NO_CANCEL))) 928 if ( !(bits & ( WB_YES_NO | WB_YES_NO_CANCEL))) 983 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\ [all …]
|
H A D | wrapper.hxx | 104 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 ) …
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | compactxmi.xsl | 122 <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 D | xmigen.el | 23 (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")
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XIntegerBitmapColorSpace.idl | 43 /** 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 D | IntegerBitmapLayout.idl | 104 uses less than 8 bits, of course).<p> 107 an 8 bit amount of pixel data consists of the bits starting
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | RasterOperation.idl | 53 /** 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.
|
/aoo4110/main/sfx2/source/layout/ |
H A D | factory.cxx | 41 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()
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | vcl.cxx | 43 Closing##cls::Closing##cls (Window* parent, WinBits bits)\ 44 : cls (parent, bits)\
|
H A D | vcl.hxx | 34 Closing##cls (Window* parent, WinBits bits);\
|
/aoo4110/main/sal/inc/sal/ |
H A D | mathconf.h | 98 unsigned bits :19; member 122 unsigned bits :19;
|
/aoo4110/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlZipExtract.java | 113 byte[] bits = readStream(zf.getInputStream(ze)); in getEntry() 115 return bits; in getEntry()
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.ini | 179 # 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.
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | EmbedMisc.idl | 37 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 D | Aspects.idl | 43 The first 32 bits are reserved for MS OLE aspects.
|
/aoo4110/main/rsc/source/rscpp/ |
H A D | cpp3.c | 290 while (sizp->bits != endtest && *ap != EOS) { 306 if (sizp->bits != endtest)
|
H A D | cpp5.c | 589 for (sizp = size_table; sizp->bits != 0; sizp++) { in dosizeof() 590 if ((typecode & ~T_PTR) == sizp->bits) { in dosizeof()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | instbdlg.cxx | 59 #define ErrorBox( this, bits, message ) ErrorBox (LAYOUT_THIS_WINDOW (this), bits, message) argument
|
/aoo4110/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | exceptions.cxx | 107 static sal_uInt32 rotl(sal_uInt32 value, sal_uInt32 bits) in rotl() argument 108 { return (value << bits) | (value >> (32 - bits)); } in rotl()
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | oldnotes.txt | 96 construction bits ? [!?] 140 + copy Dialog bits into unocontrolcontainer.cxx ...
|
H A D | apinotes.txt | 78 + threading bits ...
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | TODO | 24 + check vs. writer & other bits ...
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | ImageType.idl | 31 The constants describe bits in a bit field which determine
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | InteractiveCHAOSException.idl | 46 does not contain the 'dynamic bits'.
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | NodeAttribute.idl | 85 const short MASK = 32512; // 0xFF00, changed to 0x7F00 because only 3 bits
|