Home
last modified time | relevance | path

Searched refs:GetFamily (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dprstylei.cxx62 …SAL_WARN_IF( GetFamily() != SvXMLStylesContext::GetFamily( rValue ), "xmloff", "unexpected style f… in SetAttribute()
210 mxStyles->GetImportPropertyMapper( GetFamily() ); in createFastChildContext()
226 mxStyles->GetImportPropertyMapper( GetFamily() ); in FillPropertySet()
240 OUString sServiceName = mxStyles->GetServiceName( GetFamily() ); in Create()
281 … && ( GetFamily() == XmlStyleFamily::TEXT_TEXT || GetFamily() == XmlStyleFamily::TEXT_PARAGRAPH ) ) in CreateAndInsert()
306 if( GetFamily() == XmlStyleFamily::TEXT_PARAGRAPH ) in CreateAndInsert()
336 aPropNames[0] = GetFamily() == XmlStyleFamily::TEXT_PARAGRAPH ? in CreateAndInsert()
389 GetImport().AddStyleDisplayName( GetFamily(), GetName(), rName ); in CreateAndInsert()
452 Reference < XNameContainer > xFamilies = mxStyles->GetStylesContainer( GetFamily() ); in Finish()
460 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in Finish()
[all …]
H A Dxmlstyle.cxx166 nFamily( rStl->GetFamily() ), in SvXMLStyleIndex_Impl()
172 XmlStyleFamily GetFamily() const { return nFamily; } in GetFamily() function in __anon7e85284b0111::SvXMLStyleIndex_Impl
182 if( r1.GetFamily() < r2.GetFamily() ) in operator ()()
184 else if( r1.GetFamily() > r2.GetFamily() ) in operator ()()
282 if( pS->GetFamily() == nFamily && in FindStyleChildContext()
335 nFamily = GetFamily( aIter.toString() ); in CreateStyleChildContext()
730 pStyle->GetFamily() != XmlStyleFamily::TEXT_PARAGRAPH && in CopyAutoStylesToDoc()
731 pStyle->GetFamily() != XmlStyleFamily::TABLE_CELL ) ) in CopyAutoStylesToDoc()
754 else if( InsertStyleFamily( pStyle->GetFamily() ) ) in CopyStylesToDoc()
765 if( InsertStyleFamily( pStyle->GetFamily() ) ) in CopyStylesToDoc()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dprstylei.cxx62 …SAL_WARN_IF( GetFamily() != SvXMLStylesContext::GetFamily( rValue ), "xmloff", "unexpected style f… in SetAttribute()
214 GetFamily() ); in CreateChildContext()
235 GetFamily() ); in FillPropertySet()
291 …&& ( GetFamily() == XML_STYLE_FAMILY_TEXT_TEXT || GetFamily() == XML_STYLE_FAMILY_TEXT_PARAGRAPH )… in CreateAndInsert()
316 if( GetFamily() == XML_STYLE_FAMILY_TEXT_PARAGRAPH ) in CreateAndInsert()
324 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in CreateAndInsert()
346 aPropNames[0] = GetFamily() == XML_STYLE_FAMILY_TEXT_PARAGRAPH ? in CreateAndInsert()
369 SAL_WARN("xmloff", "no styles container for family " << GetFamily()); in CreateAndInsert()
399 GetImport().AddStyleDisplayName( GetFamily(), GetName(), rName ); in CreateAndInsert()
471 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in Finish()
[all …]
H A Dxmlstyle.cxx219 nFamily( rStl->GetFamily() ), in SvXMLStyleIndex_Impl()
225 sal_uInt16 GetFamily() const { return nFamily; } in GetFamily() function in SvXMLStyleIndex_Impl
235 if( r1.GetFamily() < r2.GetFamily() ) in operator ()()
237 else if( r1.GetFamily() > r2.GetFamily() ) in operator ()()
328 if( pS->GetFamily() == nFamily && in FindStyleChildContext()
391 nFamily = GetFamily( rValue ); in CreateStyleChildContext()
521 sal_uInt16 SvXMLStylesContext::GetFamily( const OUString& rValue ) in GetFamily() function in SvXMLStylesContext
810 pStyle->GetFamily() != XML_STYLE_FAMILY_TABLE_CELL ) ) in CopyAutoStylesToDoc()
831 else if( InsertStyleFamily( pStyle->GetFamily() ) ) in CopyStylesToDoc()
842 if( InsertStyleFamily( pStyle->GetFamily() ) ) in CopyStylesToDoc()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ChemicalFeatures/Wrap/
H A DtestFeatures.py47 self.assertTrue(ffeat.GetFamily() == "HBondDonor")
57 self.assertTrue(ffeat.GetFamily() == "HBondDonor")
63 self.assertTrue(ffeat.GetFamily() == "HBondDonor")
72 self.assertTrue(ffeat.GetFamily() == "HBondDonor")
83 self.assertTrue(ffeat2.GetFamily() == ffeat.GetFamily())
95 self.assertTrue(ffeat2.GetFamily() == ffeat.GetFamily())
111 self.assertTrue(ffeat2.GetFamily() == ffeat.GetFamily())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dtransport_connect_job_unittest.cc87 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
88 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[1].GetFamily()); in TEST_F()
96 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[0].GetFamily()); in TEST_F()
97 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[1].GetFamily()); in TEST_F()
107 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
108 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[1].GetFamily()); in TEST_F()
109 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[2].GetFamily()); in TEST_F()
110 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[3].GetFamily()); in TEST_F()
120 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
121 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[1].GetFamily()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dtransport_connect_job_unittest.cc88 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
89 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[1].GetFamily()); in TEST_F()
97 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[0].GetFamily()); in TEST_F()
98 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[1].GetFamily()); in TEST_F()
108 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
109 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[1].GetFamily()); in TEST_F()
110 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[2].GetFamily()); in TEST_F()
111 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[3].GetFamily()); in TEST_F()
121 EXPECT_EQ(ADDRESS_FAMILY_IPV4, addrlist[0].GetFamily()); in TEST_F()
122 EXPECT_EQ(ADDRESS_FAMILY_IPV6, addrlist[1].GetFamily()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily());
125 sa_family_t SocketAddress::GetFamily() const {
138 switch (GetFamily()) {
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str,
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str,
154 switch (GetFamily()) { in TcpConnect()
164 switch (GetFamily()) {
292 return (GetFamily() == AF_INET)
298 return (GetFamily() == AF_INET)
305 if (GetFamily() != rhs.GetFamily())
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DSocketAddress.cpp119 return GetFamilyLength(GetFamily()); in GetLength()
125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress
138 switch (GetFamily()) { in GetIPAddress()
140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress()
145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress()
154 switch (GetFamily()) { in GetPort()
164 switch (GetFamily()) { in SetPort()
292 return (GetFamily() == AF_INET) in IsAnyAddr()
298 return (GetFamily() == AF_INET) in IsLocalhost()
305 if (GetFamily() != rhs.GetFamily()) in operator ==()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/FeatMaps/
H A DFeatMaps.py88 if self.params and not feat.GetFamily() in self.params:
89 raise ValueError('feature family %s not found in params' % feat.GetFamily())
100 if self.params and not featPt.GetFamily() in self.params:
101 raise ValueError('feature family %s not found in params' % featPt.GetFamily())
118 if sFeat.GetFamily() == oFeat.GetFamily():
127 if typeMatch and feat1.GetFamily() != feat2.GetFamily():
130 params = self.params[feat1.GetFamily()]
244 res += '% 3d % 12s % 6.4f % 6.4f % 6.4f % 6.4f\n' % (i + 1, feat.GetFamily(), pos.x, pos.y,
/dports/audio/ncmpc/ncmpc-0.41/src/net/
H A DSocketAddress.cxx62 if (IsNull() || GetFamily() != AF_LOCAL) in GetLocalRaw()
99 return GetFamily() == AF_INET6 && IPv6Address::Cast(*this).IsAny(); in IsV6Any()
105 return GetFamily() == AF_INET6 && IPv6Address::Cast(*this).IsV4Mapped(); in IsV4Mapped()
122 switch (GetFamily()) { in GetPort()
154 switch (GetFamily()) { in GetSteadyPart()
/dports/audio/musicpd/mpd-0.23.6/src/net/
H A DSocketAddress.cxx62 if (IsNull() || GetFamily() != AF_LOCAL) in GetLocalRaw()
99 return GetFamily() == AF_INET6 && IPv6Address::Cast(*this).IsAny(); in IsV6Any()
105 return GetFamily() == AF_INET6 && IPv6Address::Cast(*this).IsV4Mapped(); in IsV4Mapped()
122 switch (GetFamily()) { in GetPort()
154 switch (GetFamily()) { in GetSteadyPart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.h84 int GetFamily() const { return m_Family; } in GetFamily() function
86 return GetFamily() == PDFCS_SEPARATION || GetFamily() == PDFCS_DEVICEN || in IsSpecial()
87 GetFamily() == PDFCS_INDEXED || GetFamily() == PDFCS_PATTERN; in IsSpecial()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.h84 int GetFamily() const { return m_Family; } in GetFamily() function
86 return GetFamily() == PDFCS_SEPARATION || GetFamily() == PDFCS_DEVICEN || in IsSpecial()
87 GetFamily() == PDFCS_INDEXED || GetFamily() == PDFCS_PATTERN; in IsSpecial()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtstyli.cxx169 GetStyles()->GetImportPropertyMapper( GetFamily() ); in CreateChildContext()
214 if( XML_STYLE_FAMILY_TEXT_PARAGRAPH == GetFamily() && in CreateAndInsert()
241 if( ( GetFamily() == XML_STYLE_FAMILY_TEXT_PARAGRAPH ) || in SetDefaults()
242 ( GetFamily() == XML_STYLE_FAMILY_TABLE_TABLE ) || in SetDefaults()
243 ( GetFamily() == XML_STYLE_FAMILY_TABLE_ROW ) ) in SetDefaults()
385 … SvXMLImportPropertyMapper > xImpPrMap = pSvXMLStylesContext->GetImportPropertyMapper(GetFamily()); in FillPropertySet()
432 … (XML_STYLE_FAMILY_TEXT_TEXT == GetFamily() || XML_STYLE_FAMILY_TEXT_PARAGRAPH == GetFamily())) in FillPropertySet()
438 OUString sAutoProp = ( GetFamily() == XML_STYLE_FAMILY_TEXT_TEXT ) ? in FillPropertySet()
491 if(IsDefaultStyle() && XML_STYLE_FAMILY_TABLE_ROW == GetFamily()) in FillPropertySet()
500 if(IsDefaultStyle() && XML_STYLE_FAMILY_TABLE_TABLE == GetFamily()) in FillPropertySet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtstyli.cxx160 GetStyles()->GetImportPropertyMapper( GetFamily() ); in createFastChildContext()
198 if( XmlStyleFamily::TEXT_PARAGRAPH == GetFamily() && in CreateAndInsert()
225 if( ( GetFamily() == XmlStyleFamily::TEXT_PARAGRAPH ) || in SetDefaults()
226 ( GetFamily() == XmlStyleFamily::TABLE_TABLE ) || in SetDefaults()
227 ( GetFamily() == XmlStyleFamily::TABLE_ROW ) ) in SetDefaults()
369 … SvXMLImportPropertyMapper > xImpPrMap = pSvXMLStylesContext->GetImportPropertyMapper(GetFamily()); in FillPropertySet()
416 (XmlStyleFamily::TEXT_TEXT == GetFamily() || XmlStyleFamily::TEXT_PARAGRAPH == GetFamily())) in FillPropertySet()
422 OUString sAutoProp = ( GetFamily() == XmlStyleFamily::TEXT_TEXT ) ? in FillPropertySet()
475 if(IsDefaultStyle() && XmlStyleFamily::TABLE_ROW == GetFamily()) in FillPropertySet()
484 if(IsDefaultStyle() && XmlStyleFamily::TABLE_TABLE == GetFamily()) in FillPropertySet()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp23 return m_pCS && m_pCS->GetFamily() == PDFCS_PATTERN; in IsPattern()
30 if (m_pCS->GetFamily() == PDFCS_PATTERN) { in ReleaseBuffer()
73 if (m_pCS->GetFamily() != PDFCS_PATTERN) in SetValue()
124 if (m_pCS->GetFamily() != PDFCS_PATTERN) in Copy()
150 if (!m_pBuffer || m_pCS->GetFamily() != PDFCS_PATTERN) in GetPattern()

12345678910>>...46