Searched refs:pBundle (Results 1 – 3 of 3) sorted by relevance
359 Bundle* pBundle = GetBundle( rList, nIndex ); in GetBundleIndex() local360 if ( !pBundle ) in GetBundleIndex()361 pBundle = InsertBundle( rList, rBundle ); in GetBundleIndex()362 return pBundle; in GetBundleIndex()369 Bundle* pBundle = (Bundle*)rList.First(); in GetBundle() local370 while( pBundle && ( pBundle->GetIndex() != nIndex ) ) in GetBundle()372 pBundle = (Bundle*)rList.Next(); in GetBundle()374 return pBundle; in GetBundle()381 Bundle* pBundle = GetBundle( rList, rBundle.GetIndex() ); in InsertBundle() local382 if ( pBundle ) in InsertBundle()[all …]
127 TextBundle* pBundle; in ImplDoClass5() local129 pBundle = pElement->pTextBundle; in ImplDoClass5()131 pBundle = &pElement->aTextBundle; in ImplDoClass5()134 case 0 : pBundle->eTextPrecision = TPR_STRING; break; in ImplDoClass5()135 case 1 : pBundle->eTextPrecision = TPR_CHARACTER; break; in ImplDoClass5()136 case 2 : pBundle->eTextPrecision = TPR_STROKE; break; in ImplDoClass5()137 default : pBundle->eTextPrecision = TPR_UNDEFINED; break; in ImplDoClass5()
1250 Sequence< Reference<deployment::XPackage> > * pBundle = m_pBundle; in getBundle() local1251 if (pBundle == 0) in getBundle()1352 pBundle = m_pBundle; in getBundle()1353 if (pBundle == 0) { in getBundle()1355 pBundle = &m_bundle; in getBundle()1357 m_pBundle = pBundle; in getBundle()1363 return *pBundle; in getBundle()