Home
last modified time | relevance | path

Searched refs:flags (Results 51 – 75 of 189) sorted by relevance

12345678

/trunk/main/sal/osl/unx/
H A Dsocket.c2761 int flags; in osl_enableNonBlockingMode() local
2772 flags = fcntl(pSocket->m_Socket, F_GETFL, 0); in osl_enableNonBlockingMode()
2775 flags |= O_NONBLOCK; in osl_enableNonBlockingMode()
2777 flags &= ~(O_NONBLOCK); in osl_enableNonBlockingMode()
2779 nRet = fcntl(pSocket->m_Socket, F_SETFL, flags); in osl_enableNonBlockingMode()
2795 int flags; in osl_isNonBlockingMode() local
2805 flags = fcntl(pSocket->m_Socket, F_GETFL, 0); in osl_isNonBlockingMode()
2807 if (flags == -1 || !(flags & O_NONBLOCK)) in osl_isNonBlockingMode()
/trunk/main/offapi/com/sun/star/system/
H A DXMailClient.idl52 Specifies different flags that control the send process.
53 <p>Possible flags are specified in <type>MailClientFlags</type>.</p>
60 <li>If invalid or excluding flags have been specified.</li>
/trunk/main/extensions/source/ole/
H A Dunoobjw.hxx80 MemberInfo() : flags(0), name() {} in MemberInfo()
81 MemberInfo(WORD f, const OUString& n) : flags(f), name(n) {} in MemberInfo()
83 WORD flags; member
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl122 <type>NodeAttribute</type> flags.
132 <type>NodeAttribute</type> flags.
185 <type>NodeAttribute</type> flags. Note that
233 <type>NodeAttribute</type> flags. Note that
326 <type>NodeAttribute</type> flags.
339 <type>NodeAttribute</type> flags.
547 <type>NodeAttribute</type> flags and may also contain the
597 <type>NodeAttribute</type> flags and may also contain the
H A DXLayerHandler.idl112 <type>NodeAttribute</type> flags.
167 <type>NodeAttribute</type> flags. Note that
216 <type>NodeAttribute</type> flags. Note that
309 <type>NodeAttribute</type> flags.
471 <type>NodeAttribute</type> flags and may also contain the
518 <type>NodeAttribute</type> flags and may also contain the
H A DXSchemaHandler.idl180 <type>SchemaAttribute</type> flags.
223 <type>SchemaAttribute</type> flags.
294 <type>SchemaAttribute</type> flags.
334 <type>SchemaAttribute</type> flags.
401 <type>SchemaAttribute</type> flags.
440 <type>SchemaAttribute</type> flags.
/trunk/main/sal/osl/os2/
H A Dsocket.c2791 int flags; in osl_enableNonBlockingMode() local
2802 flags = fcntl(pSocket->m_Socket, F_GETFL, 0); in osl_enableNonBlockingMode()
2805 flags |= O_NONBLOCK; in osl_enableNonBlockingMode()
2807 flags &= ~(O_NONBLOCK); in osl_enableNonBlockingMode()
2809 nRet = fcntl(pSocket->m_Socket, F_SETFL, flags); in osl_enableNonBlockingMode()
2825 int flags; in osl_isNonBlockingMode() local
2835 flags = fcntl(pSocket->m_Socket, F_GETFL, 0); in osl_isNonBlockingMode()
2837 if (flags == -1 || !(flags & O_NONBLOCK)) in osl_isNonBlockingMode()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1663 RTMethodMode flags = m_reader.getMethodFlags(i); in dumpCppuMethodRefs() local
1664 if (flags == RT_MODE_ATTRIBUTE_GET || flags == RT_MODE_ATTRIBUTE_SET) { in dumpCppuMethodRefs()
1687 RTMethodMode flags = m_reader.getMethodFlags(i); in getMemberCount() local
1688 if (flags != RT_MODE_ATTRIBUTE_GET && flags != RT_MODE_ATTRIBUTE_SET) { in getMemberCount()
1695 RTFieldAccess flags = m_reader.getFieldFlags(i); in getMemberCount() local
1696 if (flags != RT_ACCESS_CONST && flags != RT_ACCESS_INVALID) { in getMemberCount()
1749 RTMethodMode flags = reader.getMethodFlags(i); in calculate() local
1750 if (flags != RT_MODE_ATTRIBUTE_GET in calculate()
1751 && flags != RT_MODE_ATTRIBUTE_SET) in calculate()
1757 RTFieldAccess flags = reader.getFieldFlags(i); in calculate() local
[all …]
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx133 sal_uInt8 flags = read8(); in readType() local
134 typelib_TypeClass tc = static_cast< typelib_TypeClass >(flags & 0x7F); in readType()
151 if ((flags & 0x80) != 0) { in readType()
169 if ((flags & 0x80) == 0) { in readType()
/trunk/main/sal/rtl/source/
H A Dalloc_cache.c881 int flags in rtl_cache_activate() argument
928 if (flags & RTL_CACHE_FLAG_QUANTUMCACHE) in rtl_cache_activate()
963 if (flags & RTL_CACHE_FLAG_BULKDESTROY) in rtl_cache_activate()
970 if (!(flags & RTL_CACHE_FLAG_NOMAGAZINE)) in rtl_cache_activate()
1141 int flags in rtl_cache_create() argument
1172 flags in rtl_cache_create()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DConstantTypeInfo.java30 public ConstantTypeInfo(String name, int flags) in ConstantTypeInfo() argument
32 super(name, flags); in ConstantTypeInfo()
H A DTypeInfo.java52 public TypeInfo(String name, int flags) in TypeInfo() argument
55 m_flags = flags; in TypeInfo()
/trunk/main/idlc/inc/idlc/
H A Dastinterfacemember.hxx31 AstInterfaceMember(const sal_uInt32 flags, AstInterface* pRealInterface, in AstInterfaceMember() argument
34 , m_flags(flags) in AstInterfaceMember()
H A Dastservicemember.hxx31 AstServiceMember(const sal_uInt32 flags, AstService* pRealService, in AstServiceMember() argument
34 , m_flags(flags) in AstServiceMember()
H A Dastoperation.hxx40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation() argument
43 , m_flags(flags) in AstOperation()
/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.cxx365 MRESULT DragSource::endConversation( ULONG itemID, ULONG flags) in endConversation() argument
367 sal_Bool success = ((flags==DMFL_TARGETSUCCESSFUL) ? true : false); in endConversation()
370 debug_printf("DragSource::endConversation itemID %d, flags %d", itemID, flags); in endConversation()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl81 a combination of <type>CellFlags</type> flags.
83 <p>Attention: Despite the <type>CellFlags</type> flags are
99 a combination of <type>FormulaResult</type> flags.
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx444 sal_uInt16 flags = 0; in checkAdditionalPropertyFlags() local
474 flags |= RT_ACCESS_CONSTRAINED; in checkAdditionalPropertyFlags()
477 flags |= RT_ACCESS_OPTIONAL; in checkAdditionalPropertyFlags()
481 return flags; in checkAdditionalPropertyFlags()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1277 enum PolyFlags flags = rPoly.GetFlags(j); in WritePolyPolygon() local
1278 if( flags == POLY_CONTROL && !bBezier ) in WritePolyPolygon()
1283 else if( flags == POLY_NORMAL && !bBezier ) in WritePolyPolygon()
1291 if( ( flags == POLY_NORMAL || flags == POLY_SYMMTR ) && bBezier ) in WritePolyPolygon()
1296 else if( flags == POLY_NORMAL && !bBezier ) in WritePolyPolygon()
/trunk/main/sal/inc/rtl/
H A Dtres.hxx52 TestResult( const sal_Char* meth, sal_uInt32 flags = 0 ) in TestResult() argument
54 pData = rtl_tres_create( meth, flags ); in TestResult()
H A Dtres.h98 rtl_tres_getflags_ptr flags; member
119 rtl_TestResult* SAL_CALL rtl_tres_create( const sal_Char* meth, sal_uInt32 flags );
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.hxx109 sal_uInt32 flags, sal_uInt32 * info, sal_Size * srcCvtBytes);
119 sal_Size destBytes, sal_uInt32 flags, sal_uInt32 * info,
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1570 (int) in->flags, NNIL(in->uri), NNIL(in->protocol), in vfs_authentication_callback()
1583 if (in->flags & GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_DOMAIN) in vfs_authentication_callback()
1596 eUserName = (in->flags & GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_USERNAME) ? in vfs_authentication_callback()
1603 ePassword = (in->flags & GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_PASSWORD) ? in vfs_authentication_callback()
1612 if (in->flags & GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_PREVIOUS_ATTEMPT_FAILED) in vfs_authentication_callback()
1695 mapped_in.flags = (GnomeVFSModuleCallbackFullAuthenticationFlags) in vfs_authentication_old_callback()
1696 (mapped_in.flags | in vfs_authentication_old_callback()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java158 public XDispatch queryDispatch(URL url, String frame, int flags) { in queryDispatch() argument
159 return master.queryDispatch(url, frame, flags) ; in queryDispatch()
/trunk/main/offapi/com/sun/star/embed/
H A DVerbDescriptor.idl48 /** specifies the flags that are set for the verb.
51 The flags can be used to build the verb's menu.

Completed in 129 milliseconds

12345678