Lines Matching refs:mpInstances
99 if( ! mpInstances->hasItems() ) in ensureAtLeastOneInstance()
113 mpInstances( new InstanceCollection ), in Model()
117 mxInstances( mpInstances ), in Model()
231 OSL_ENSURE( mpInstances != NULL, "no instances found" ); in dbg_assertInvariant()
445 Sequence<PropertyValue> aSequence = mpInstances->getItem( nInstance ); in loadInstance()
471 mpInstances->setItem( nInstance, aSequence ); in loadInstance()
485 const sal_Int32 nInstances = mpInstances->countItems(); in loadInstances()
623 sal_Int32 nInstance = lcl_findInstance( mpInstances, rName ); in getInstanceDocument()
625 getInstanceData( mpInstances->getItem( nInstance ), in getInstanceDocument()
634 DBG_ASSERT( mpInstances->countItems() > 0, "no instance?" ); in getDefaultInstance()
636 getInstanceData( mpInstances->getItem( 0 ), NULL, &aInstance, NULL, NULL ); in getDefaultInstance()