Home
last modified time | relevance | path

Searched refs:nIfaceCount (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dcodegen.cxx150 int nIfaceCount = 0; in Save() local
157 nIfaceCount = pParser->aIfaceVector.size(); in Save()
160 if( nIfaceCount ) in Save()
162 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()
201 if( nIfaceCount ) in Save()
211 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dcodegen.cxx150 int nIfaceCount = 0; in Save() local
157 nIfaceCount = pParser->aIfaceVector.size(); in Save()
160 if( nIfaceCount ) in Save()
162 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()
201 if( nIfaceCount ) in Save()
211 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/inspect/
H A Dintrospection.cxx1750 sal_Int32 nIfaceCount = aClassSeq.getLength(); in inspect() local
1752 aClassSeq.realloc( nIfaceCount + 1 ); in inspect()
1753 aClassSeq.getArray()[ nIfaceCount ] = xImplClass2; in inspect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/inspect/
H A Dintrospection.cxx1752 sal_Int32 nIfaceCount = aClassSeq.getLength(); in inspect() local
1754 aClassSeq.realloc( nIfaceCount + 1 ); in inspect()
1755 aClassSeq.getArray()[ nIfaceCount ] = xImplClass2; in inspect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx1691 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in checkUnoObjectType() local
1692 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in checkUnoObjectType()
1760 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in Impl_GetSupportedInterfaces() local
1761 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in Impl_GetSupportedInterfaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx1678 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in checkUnoObjectType() local
1679 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in checkUnoObjectType()
1747 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in Impl_GetSupportedInterfaces() local
1748 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in Impl_GetSupportedInterfaces()