Lines Matching refs:bOwnClass
146 RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ) in Create() argument
151 if( !bOwnClass && rDflt.IsInst() ) in Create()
152 bOwnClass = rDflt.pClass->InHierarchy( this ); in Create()
154 if( bOwnClass ) in Create()
178 sal_Bool bOwnClass, Atom nConstId ) in CreateClient() argument
183 if( !bOwnClass && rDfltI.IsInst() ) in CreateClient()
184 bOwnClass = rDfltI.pClass->InHierarchy( this ); in CreateClient()
189 if( bOwnClass ){ in CreateClient()
459 sal_Bool bOwnClass ) in Create() argument
468 if( !bOwnClass && rDflt.IsInst() ){ in Create()
469 bOwnClass = rDflt.pClass->InHierarchy( this ); in Create()
470 if( bOwnClass ){ in Create()
478 bOwnClass, nConstId ); in Create()
481 bOwnClass, nConstId ); in Create()