Home
last modified time | relevance | path

Searched refs:isInterfaceBased (Results 1 – 9 of 9) sorted by relevance

/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx612 assertEqual< bool >(true, singleton->isInterfaceBased()); in run()
634 assertEqual< bool >(false, singleton->isInterfaceBased()); in run()
650 assertEqual< bool >(true, singleton->isInterfaceBased()); in run()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx321 sal_Bool ifaceBased = xNewTD->isInterfaceBased(); in checkSingleton()
322 if (ifaceBased != xExistingTD->isInterfaceBased()) in checkSingleton()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdsingleton.cxx108 SingletonTypeDescriptionImpl::isInterfaceBased() in isInterfaceBased() function in stoc_rdbtdp::SingletonTypeDescriptionImpl
H A Dbase.hxx605 virtual sal_Bool SAL_CALL isInterfaceBased();
/trunk/main/udkapi/com/sun/star/reflection/
H A DXSingletonTypeDescription2.idl48 boolean isInterfaceBased();
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx372 bool isInterfaceBased();
H A Dcpputype.cxx4103 bool SingletonType::isInterfaceBased() { in isInterfaceBased() function in SingletonType
4287 if (t.isInterfaceBased()) { in produceType()
4421 if (t.isInterfaceBased()) { in produceType()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx778 if (xSingleton->isInterfaceBased()) { in getTypeBlob()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx859 if (xType->isInterfaceBased() == sal_False)