Searched refs:isDefaultConstructor (Results 1 – 7 of 7) sorted by relevance
680 if ( !xConstructor->isDefaultConstructor() ) { in getTypeBlob()691 if ( !xConstructor->isDefaultConstructor() ) { in getTypeBlob()
45 boolean isDefaultConstructor();
54 virtual sal_Bool SAL_CALL isDefaultConstructor() in isDefaultConstructor() function in __anon218712920111::Constructor
357 bool isDefaultConstructor(sal_uInt16 ctorIndex) const;
3764 if (isDefaultConstructor(i)) { in dumpHxxFile()3825 if (isDefaultConstructor(i)) { in dumpHxxFile()4069 bool ServiceType::isDefaultConstructor(sal_uInt16 ctorIndex) const { in isDefaultConstructor() function in ServiceType
1617 if (ctorDes->isDefaultConstructor())
3629 if( xCtor->isDefaultConstructor() ) in Find()