Searched refs:bDepend (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 236 …ndencies(TypeManager& typeMgr, TypeDependency& dependencies, const OString& type, sal_Bool bDepend) in checkTypeDependencies() argument 254 if ( bDepend && reader.getTypeClass() == RT_TYPE_MODULE) in checkTypeDependencies() 270 checkTypeDependencies(typeMgr, dependencies, "com/sun/star/uno/RuntimeException", bDepend); in checkTypeDependencies()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbtype.cxx | 112 sal_Bool bDepend) in produceType() argument 123 if( !checkTypeDependencies(typeMgr, typeDependencies, typeName, bDepend)) in produceType()
|
H A D | rdbtype.hxx | 44 sal_Bool bDepend = sal_False)
|
/aoo42x/main/rdbmaker/inc/codemaker/ |
H A D | dependency.hxx | 164 …& typeMgr, TypeDependency& dependencies, const ::rtl::OString& type, sal_Bool bDepend = sal_False);
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 1056 void SdXShape::SetMasterDepend( sal_Bool bDepend ) throw() in SetMasterDepend() argument 1058 if( IsMasterDepend() != bDepend ) in SetMasterDepend() 1063 if( bDepend ) in SetMasterDepend()
|
H A D | unoobj.hxx | 67 void SetMasterDepend( sal_Bool bDepend ) throw();
|
Completed in 55 milliseconds