Home
last modified time | relevance | path

Searched refs:nTypeCount (Results 1 – 18 of 18) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtfilters.cpp78 void VRTFilteredSource::SetFilteringDataTypesSupported( int nTypeCount, in SetFilteringDataTypesSupported() argument
82 if( nTypeCount > in SetFilteringDataTypesSupported()
86 nTypeCount = (int) in SetFilteringDataTypesSupported()
90 nSupportedTypesCount = nTypeCount; in SetFilteringDataTypesSupported()
91 memcpy( aeSupportedTypes, paeTypes, sizeof(GDALDataType) * nTypeCount ); in SetFilteringDataTypesSupported()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtfilters.cpp89 void VRTFilteredSource::SetFilteringDataTypesSupported( int nTypeCount,
93 if( nTypeCount >
97 nTypeCount = static_cast<int>(
101 m_nSupportedTypesCount = nTypeCount;
102 memcpy( m_aeSupportedTypes, paeTypes, sizeof(GDALDataType) * nTypeCount );
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtfilters.cpp89 void VRTFilteredSource::SetFilteringDataTypesSupported( int nTypeCount, in SetFilteringDataTypesSupported() argument
93 if( nTypeCount > in SetFilteringDataTypesSupported()
97 nTypeCount = static_cast<int>( in SetFilteringDataTypesSupported()
101 m_nSupportedTypesCount = nTypeCount; in SetFilteringDataTypesSupported()
102 memcpy( m_aeSupportedTypes, paeTypes, sizeof(GDALDataType) * nTypeCount ); in SetFilteringDataTypesSupported()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtfilters.cpp89 void VRTFilteredSource::SetFilteringDataTypesSupported( int nTypeCount, in SetFilteringDataTypesSupported() argument
93 if( nTypeCount > in SetFilteringDataTypesSupported()
97 nTypeCount = static_cast<int>( in SetFilteringDataTypesSupported()
101 m_nSupportedTypesCount = nTypeCount; in SetFilteringDataTypesSupported()
102 memcpy( m_aeSupportedTypes, paeTypes, sizeof(GDALDataType) * nTypeCount ); in SetFilteringDataTypesSupported()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx186 const sal_Int32 nTypeCount = rListBox.get_count(); in InitTypes() local
187 std::vector<OUString> aTypeNames( nTypeCount ); in InitTypes()
188 for( sal_Int32 nIndex = 0; nIndex < nTypeCount; ++nIndex ) in InitTypes()
H A Dscuiasciiopt.cxx856 sal_Int32 nTypeCount = mxLbType->get_count(); in IMPL_LINK() local
858 bool bEnable = ((0 <= nType) && (nType < nTypeCount)) || bEmpty; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx189 const sal_Int32 nTypeCount = rListBox.get_count(); in InitTypes() local
190 std::vector<OUString> aTypeNames( nTypeCount ); in InitTypes()
191 for( sal_Int32 nIndex = 0; nIndex < nTypeCount; ++nIndex ) in InitTypes()
H A Dscuiasciiopt.cxx814 sal_Int32 nTypeCount = mxLbType->get_count(); in IMPL_LINK() local
816 bool bEnable = ((0 <= nType) && (nType < nTypeCount)) || bEmpty; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DAccessibleShape.cxx906 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes() local
909 aTypeList.realloc (nTypeCount + nComponentTypeCount + 3); in getTypes()
912 std::next(aTypeList.begin(), nTypeCount)); in getTypes()
914 int i = nTypeCount + nComponentTypeCount; in getTypes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalinst.cxx729 unsigned int nTypeCount = pTypes ? [pTypes count] : 0; in GetPrinterQueueInfo() local
730 SAL_WARN_IF( nTypeCount != nNameCount, "vcl", "type count not equal to printer count" ); in GetPrinterQueueInfo()
734 NSString* pType = i < nTypeCount ? [pTypes objectAtIndex: i] : nil; in GetPrinterQueueInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dvbacontrol.cxx551 sal_uInt8 nTypeCount = rInStrm.readuInt8(); // 'type-or-count' byte in importEmbeddedSiteModels() local
552 if( getFlag( nTypeCount, VBA_SITEINFO_COUNT ) ) in importEmbeddedSiteModels()
559 nSiteIndex += (nTypeCount & VBA_SITEINFO_MASK); in importEmbeddedSiteModels()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalinst.cxx719 unsigned int nTypeCount = pTypes ? [pTypes count] : 0; in GetPrinterQueueInfo() local
720 SAL_WARN_IF( nTypeCount != nNameCount, "vcl", "type count not equal to printer count" ); in GetPrinterQueueInfo()
724 NSString* pType = i < nTypeCount ? [pTypes objectAtIndex: i] : nil; in GetPrinterQueueInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dvbacontrol.cxx548 sal_uInt8 nTypeCount = rInStrm.readuInt8(); // 'type-or-count' byte in importEmbeddedSiteModels() local
549 if( getFlag( nTypeCount, VBA_SITEINFO_COUNT ) ) in importEmbeddedSiteModels()
556 nSiteIndex += (nTypeCount & VBA_SITEINFO_MASK); in importEmbeddedSiteModels()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sde/
H A Dogrsdelayer.cpp394 int nTypeCount = 0; in DiscoverLayerType() local
396 nTypeCount++; in DiscoverLayerType()
399 nTypeCount++; in DiscoverLayerType()
402 nTypeCount++; in DiscoverLayerType()
410 if ( nTypeCount == 0 ) in DiscoverLayerType()
415 else if ( nTypeCount > 1 ) in DiscoverLayerType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/inspect/
H A Dintrospection.cxx1658 size_t nTypeCount = SupportedTypesSeq.size(); in inspect() local
1659 if( nTypeCount ) in inspect()
1661 SupportedClassSeq.resize( nTypeCount ); in inspect()
1663 for( i = 0 ; i < static_cast<sal_Int32>(nTypeCount) ; i++ ) in inspect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/inspect/
H A Dintrospection.cxx1660 size_t nTypeCount = SupportedTypesSeq.size(); in inspect() local
1661 if( nTypeCount ) in inspect()
1663 SupportedClassSeq.resize( nTypeCount ); in inspect()
1665 for( i = 0 ; i < static_cast<sal_Int32>(nTypeCount) ; i++ ) in inspect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/dump/
H A Doledumper.cxx1687 sal_uInt8 nTypeCount = dumpHex< sal_uInt8 >( "type-count", "VBA-FORM-SITE-TYPECOUNT" ); in dumpSiteData() local
1688 if( getFlag( nTypeCount, AX_FORM_SITECOUNTTYPE_COUNT ) ) in dumpSiteData()
1691 nSiteIdx += (nTypeCount & AX_FORM_SITECOUNTTYPE_MASK); in dumpSiteData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/dump/
H A Doledumper.cxx1689 … sal_uInt8 nTypeCount = dumpHex< sal_uInt8 >( "type-count", "VBA-FORM-SITE-TYPECOUNT" ); in dumpSiteData() local
1690 if( getFlag( nTypeCount, AX_FORM_SITECOUNTTYPE_COUNT ) ) in dumpSiteData()
1693 nSiteIdx += (nTypeCount & AX_FORM_SITECOUNTTYPE_MASK); in dumpSiteData()