Home
last modified time | relevance | path

Searched refs:Family (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sal/inc/osl/
H A Dsocket.hxx194 oslAddrFamily Family, in Socket() argument
196 : m_handle( osl_createSocket(Family, Type, Protocol) ) in Socket()
410 inline StreamSocket::StreamSocket(oslAddrFamily Family, in StreamSocket() argument
413 : Socket( Type, Family, Protocol ) in StreamSocket()
461 inline ConnectorSocket::ConnectorSocket(oslAddrFamily Family, in ConnectorSocket() argument
464 : StreamSocket( Family, Protocol ,Type ) in ConnectorSocket()
475 inline AcceptorSocket::AcceptorSocket(oslAddrFamily Family , in AcceptorSocket() argument
478 : Socket( Type, Family, Protocol ) in AcceptorSocket()
524 inline DatagramSocket::DatagramSocket(oslAddrFamily Family, in DatagramSocket() argument
527 : Socket( Type, Family, Protocol ) in DatagramSocket()
H A Dsocket_decl.hxx178 oslAddrFamily Family = osl_Socket_FamilyInet,
512 inline StreamSocket(oslAddrFamily Family = osl_Socket_FamilyInet,
593 ConnectorSocket(oslAddrFamily Family = osl_Socket_FamilyInet,
615 inline AcceptorSocket(oslAddrFamily Family = osl_Socket_FamilyInet,
660 inline DatagramSocket(oslAddrFamily Family= osl_Socket_FamilyInet,
H A Dsocket.h214 oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family);
414 oslSocket SAL_CALL osl_createSocket(oslAddrFamily Family,
/trunk/main/vcl/source/components/
H A Dfontident.cxx122 case FAMILY_DECORATIVE: aFD.Family = com::sun::star::awt::FontFamily::DECORATIVE;break; in getMaterial()
123 case FAMILY_MODERN: aFD.Family = com::sun::star::awt::FontFamily::MODERN;break; in getMaterial()
124 case FAMILY_ROMAN: aFD.Family = com::sun::star::awt::FontFamily::ROMAN;break; in getMaterial()
125 case FAMILY_SCRIPT: aFD.Family = com::sun::star::awt::FontFamily::SCRIPT;break; in getMaterial()
126 case FAMILY_SWISS: aFD.Family = com::sun::star::awt::FontFamily::SWISS;break; in getMaterial()
127 case FAMILY_SYSTEM: aFD.Family = com::sun::star::awt::FontFamily::SYSTEM;break; in getMaterial()
129 aFD.Family = com::sun::star::awt::FontFamily::DONTKNOW; in getMaterial()
/trunk/main/vos/source/
H A Dsocket.cxx509 TAddrFamily Family, in OSocket() argument
516 new SockRef(osl_createSocket((oslAddrFamily)Family, in OSocket()
575 TAddrFamily Family, in create() argument
587 new SockRef(osl_createSocket((oslAddrFamily)Family, in create()
1176 OAcceptorSocket::OAcceptorSocket(TAddrFamily Family, in OAcceptorSocket() argument
1179 OSocket(Type, Family, Protocol) in OAcceptorSocket()
1311 OStreamSocket::OStreamSocket(TAddrFamily Family, in OStreamSocket() argument
1314 OSocket(Type, Family, Protocol) in OStreamSocket()
1573 OStreamSocket(Family, Protocol, Type) in OConnectorSocket()
1620 ODatagramSocket::ODatagramSocket(TAddrFamily Family, in ODatagramSocket() argument
[all …]
/trunk/main/vos/inc/vos/
H A Dsocket.hxx457 TAddrFamily Family = TFamily_Inet,
481 TAddrFamily Family = TFamily_Inet,
942 OStreamSocket(TAddrFamily Family,
962 OAcceptorSocket(TAddrFamily Family= TFamily_Inet,
1024 OConnectorSocket(TAddrFamily Family= TFamily_Inet,
1058 ODatagramSocket(TAddrFamily Family= TFamily_Inet,
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx54 rFont.SetFamily( (FontFamily)rDesc.Family ); in ConvertToFont()
72 rDesc.Family = sal::static_int_cast< sal_Int16 >(rFont.GetFamily()); in ConvertFromFont()
92 aFontItem.SetFamily( (FontFamily)rDesc.Family); in FillItemSet()
146 rDesc.Family = sal::static_int_cast< sal_Int16 >( in FillFromItemSet()
/trunk/main/dbaccess/source/core/api/
H A Ddatasettings.cxx121 …TFAMILY, PropertyAttribute::BOUND,&_pItem->m_aFont.Family, ::getCppuType(&_pItem->m_aFont.Fami… in registerPropertiesFor()
210 _rDefault <<= aFD.Family; in getPropertyDefaultByHandle()
H A Dtable.cxx241 …PERTY_ID_FONTFAMILY, PropertyAttribute::BOUND,&m_aFont.Family, ::getCppuType(&m_aFont.Family)); in construct()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx542 oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family) in osl_createEmptySocketAddr() argument
547 if (Family == osl_Socket_FamilyInet) in osl_createEmptySocketAddr()
549 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr()
553 pAddr = __osl_createSocketAddrWithFamily( Family , 0 , 0 ); in osl_createEmptySocketAddr()
1135 oslAddrFamily Family, in osl_createSocket() argument
1146 pSocket->m_Socket= socket(FAMILY_TO_NATIVE(Family), in osl_createSocket()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx67 aValue <<= (sal_Int16)_rFont.Family; in lcl_extractFontDescriptorAggregate()
301 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Family ); in convertFastPropertyValue()
396 _rValue >>= m_aFont.Family; in setFastPropertyValue_NoBroadcast()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx114 case BASEPROPERTY_FONTDESCRIPTORPART_FAMILY: rValue >>= rFD.Family; in DECLARE_TABLE()
243 case BASEPROPERTY_FONTDESCRIPTORPART_FAMILY: aDefault <<= aFD.Family; break; in ImplGetDefaultValue()
695 OutStream->writeShort( aFD.Family ); in write()
783 OutStream->writeShort( aFD.Family ); in write()
899 aFD.Family = InStream->readShort(); in read()
974 pFD->Family = InStream->readShort(); in read()
1280 case BASEPROPERTY_FONTDESCRIPTORPART_FAMILY: rValue <<= aFD.Family; in getFastPropertyValue()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx388 _descr.Family = awt::FontFamily::DECORATIVE; in importFontStyle()
392 _descr.Family = awt::FontFamily::MODERN; in importFontStyle()
396 _descr.Family = awt::FontFamily::ROMAN; in importFontStyle()
400 _descr.Family = awt::FontFamily::SCRIPT; in importFontStyle()
404 _descr.Family = awt::FontFamily::SWISS; in importFontStyle()
408 _descr.Family = awt::FontFamily::SYSTEM; in importFontStyle()
H A Dxmldlg_export.cxx204 if (def_descr.Family != _descr.Family) in createElement()
206 switch (_descr.Family) in createElement()
1228 f1.Family == f2.Family && in equalFont()
/trunk/main/sal/osl/unx/
H A Dsocket.c564 oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family) in osl_createEmptySocketAddr() argument
569 if (Family == osl_Socket_FamilyInet) in osl_createEmptySocketAddr()
571 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr()
575 pAddr = __osl_createSocketAddrWithFamily( Family , 0 , 0 ); in osl_createEmptySocketAddr()
1766 oslSocket SAL_CALL osl_createSocket(oslAddrFamily Family, in osl_createSocket() argument
1777 pSocket->m_Socket= socket(FAMILY_TO_NATIVE(Family), in osl_createSocket()
/trunk/main/comphelper/source/streaming/
H A Dbasicio.cxx42 _rxOutStream->writeShort( _rFont.Family ); in operator <<()
68 _rFont.Family = _rxInStream->readShort(); in operator >>()
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx38 && ( _lhs.Family == _rhs.Family ) in operator ==()
/trunk/main/sal/osl/os2/
H A Dsocket.c564 oslSocketAddr SAL_CALL osl_createEmptySocketAddr(oslAddrFamily Family) in osl_createEmptySocketAddr() argument
569 if (Family == osl_Socket_FamilyInet) in osl_createEmptySocketAddr()
571 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr()
575 pAddr = __osl_createSocketAddrWithFamily( Family , 0 , 0 ); in osl_createEmptySocketAddr()
1787 oslSocket SAL_CALL osl_createSocket(oslAddrFamily Family, in osl_createSocket() argument
1798 pSocket->m_Socket= socket(FAMILY_TO_NATIVE(Family), in osl_createSocket()
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx362 return varName.aFontDescriptor.Family; \
367 set(PROPERTY_CHARFONTFAMILY,_charfontfamily,varName.aFontDescriptor.Family); \
647 return varName.aAsianFontDescriptor.Family; \
651 set(PROPERTY_CHARFONTFAMILYASIAN,the_value,varName.aAsianFontDescriptor.Family); \
739 return varName.aComplexFontDescriptor.Family; \
743 set(PROPERTY_CHARFONTFAMILYCOMPLEX,the_value,varName.aComplexFontDescriptor.Family); \
/trunk/main/starmath/sdi/
H A Dsmitems.sdi308 FontFamily Family MID_FONTFAMILY;
428 UINT16 Family MID_FAMILY;
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx435 ( _rLeft.Family == _rRight.Family ) && in operator ==()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx286 …RTY_FONTFAMILY.length), PROPERTY_ID_FONTFAMILY, &::getCppuType(&aFont.Family) ,PropertyAttribu… in copyStyleElements()
319 xProp->getPropertyValue(PROPERTY_FONTFAMILY) >>= aFont.Family; in copyStyleElements()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx332 aFD.Family = sal::static_int_cast< sal_Int16 >(rFont.GetFamily()); in CreateFontDescriptor()
356 if ( (FontFamily)rDescr.Family != FAMILY_DONTKNOW ) in CreateFont()
357 aFont.SetFamily( (FontFamily)rDescr.Family ); in CreateFont()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx593 rFontName.mnFamily = rFontDesc.Family; in lclSetFontName()
992 …case OOX_FONTFAMILY_NONE: maApiData.maDesc.Family = cssawt::FontFamily::DONTKNOW; br… in finalizeImport()
993 …case OOX_FONTFAMILY_ROMAN: maApiData.maDesc.Family = cssawt::FontFamily::ROMAN; br… in finalizeImport()
994 …case OOX_FONTFAMILY_SWISS: maApiData.maDesc.Family = cssawt::FontFamily::SWISS; br… in finalizeImport()
995 …case OOX_FONTFAMILY_MODERN: maApiData.maDesc.Family = cssawt::FontFamily::MODERN; br… in finalizeImport()
996 …case OOX_FONTFAMILY_SCRIPT: maApiData.maDesc.Family = cssawt::FontFamily::SCRIPT; br… in finalizeImport()
997 …case OOX_FONTFAMILY_DECORATIVE: maApiData.maDesc.Family = cssawt::FontFamily::DECORATIVE; br… in finalizeImport()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx217 sal_Int16 Family; member
226 Family ( nFamily ), in FontCollectionEntry()

Completed in 189 milliseconds

12