Home
last modified time | relevance | path

Searched refs:flags (Results 101 – 125 of 189) sorted by relevance

12345678

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTable2.java369 int flags = res.Flags; in printResultData() local
371 … log.println("result; data field index: " + dataId + "; value: " + val + "; flags: " + flags + in printResultData()
/trunk/main/solenv/gbuild/
H A DLinkTarget.mk159 $$(info precompiled header flags ( ex) : $$(sort $$(PCH_CXXFLAGS) $$(PCH_DEFS) $$(gb_LinkTarget_EX…
160 $$(info precompiled header flags (noex) : $$(sort $$(PCH_CXXFLAGS) $$(PCH_DEFS) $$(gb_LinkTarget_NO…
161 $$(info . object flags : $$(sort $$(T_CXXFLAGS) $$(DEFS)))
/trunk/main/sal/rtl/source/
H A Dustring.c925 rtl_TextEncoding encoding, sal_uInt32 flags) SAL_THROW_EXTERN_C() in rtl_convertStringToUString() argument
928 rtl_string2UString_status(target, source, length, encoding, flags, &info); in rtl_convertStringToUString()
/trunk/main/sal/osl/unx/
H A Dsecurity.c164 int (*pam_authenticate) (pam_handle_t *pamh, int flags);
165 int (*pam_acct_mgmt) (pam_handle_t *pamh, int flags);
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx388 pStat->flags = CHUNK_TEXT; in GetChunk()
425 pStat->flags = CHUNK_VALUE; in GetChunk()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt38 BBControl Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be appl…
89 Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applie…
116 … The numeric custom action type, consisting of source location, code type, entry, option flags.
117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied…
164 File Attributes Y 0 32767 Integer containing bit flags representing file attributes (with the d…
321 Patch Attributes N 0 32767 Integer containing bit flags representing patch attributes
418 … the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order …
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt38 BBControl Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be appl…
89 Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applie…
116 … The numeric custom action type, consisting of source location, code type, entry, option flags.
117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied…
164 File Attributes Y 0 32767 Integer containing bit flags representing file attributes (with the d…
321 Patch Attributes N 0 32767 Integer containing bit flags representing patch attributes
418 … the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order …
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt38 BBControl Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be appl…
89 Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applie…
116 … The numeric custom action type, consisting of source location, code type, entry, option flags.
117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied…
164 File Attributes Y 0 32767 Integer containing bit flags representing file attributes (with the d…
321 Patch Attributes N 0 32767 Integer containing bit flags representing patch attributes
418 … the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order …
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt38 BBControl Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be appl…
89 Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applie…
116 … The numeric custom action type, consisting of source location, code type, entry, option flags.
117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied…
164 File Attributes Y 0 32767 Integer containing bit flags representing file attributes (with the d…
321 Patch Attributes N 0 32767 Integer containing bit flags representing patch attributes
418 … the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order …
/trunk/main/solenv/bin/
H A Dbuild.pl379 my $flags = '';
380 fcntl(HTML_PIPE, F_GETFL, $flags);
381 $flags |= O_NONBLOCK;
382 fcntl(HTML_PIPE, F_SETFL, $flags);
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.hxx46 unsigned int flags; member
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1291 hints.flags |= PWinGravity; in setNetWMState()
1381 hints.flags |= PWinGravity; in setGnomeWMState()
1444 unsigned long flags, func, deco; in setFrameTypeAndDecoration() member
1449 aHint.flags = 15; /* flags for functions, decoration, input mode and status */ in setFrameTypeAndDecoration()
/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx768 SVBT16 flags; member
770 return SVBT16ToShort(flags); } in flagsGet()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.hxx331 int parseFile( const char* pFilename, FontInfo **fi, FLAGS flags );
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx1442 DWORD flags; in get_filesystem_attributes() local
1445 if (GetVolumeInformation(pszPath, vn, MAX_PATH+1, &serial, &mcl, &flags, fsn, MAX_PATH+1)) in get_filesystem_attributes()
1464 if (flags & FS_CASE_IS_PRESERVED) in get_filesystem_attributes()
/trunk/main/graphite/
H A Dgraphite-2.3.1_debug.patch17 # (note: the flags here are gcc-specific and may fail with other compilers)
/trunk/main/vcl/source/fontsubset/
H A Dttcr.hxx142 sal_uInt16 flags,
/trunk/main/offapi/com/sun/star/sheet/
H A DDataResult.idl39 /** contains boolean flags describing the result.
H A DMemberResult.idl51 /** contains flags describing the result.
H A DDimensionFlags.idl33 /** used to specify flags for a dimension in a data pilot source.
H A DSingleReference.idl75 /** contains flags.
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx249 RTFieldAccess checkPropertyFlags(short flags) { in checkPropertyFlags() argument
251 switch(flags) { in checkPropertyFlags()
/trunk/main/offapi/com/sun/star/datatransfer/clipboard/
H A DRenderingCapabilities.idl32 /** These flags describe the capabilities a system clipboard has to transfer
H A DXClipboardEx.idl47 A set of flags describing the rendering capabilities of the clipboard instance.
/trunk/main/udkapi/com/sun/star/reflection/
H A DXPropertyTypeDescription.idl46 /** @return the flags defined for this property.

Completed in 121 milliseconds

12345678