Home
last modified time | relevance | path

Searched refs:pBundle (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/filter/source/graphicfilter/icgm/
H A Delements.cxx360 if ( !pBundle ) in GetBundleIndex()
362 return pBundle; in GetBundleIndex()
370 while( pBundle && ( pBundle->GetIndex() != nIndex ) ) in GetBundle()
372 pBundle = (Bundle*)rList.Next(); in GetBundle()
374 return pBundle; in GetBundle()
382 if ( pBundle ) in InsertBundle()
384 rList.Remove( pBundle ); in InsertBundle()
385 delete pBundle; in InsertBundle()
387 pBundle = rBundle.Clone(); in InsertBundle()
388 rList.Insert( pBundle, LIST_APPEND ); in InsertBundle()
[all …]
H A Dclass5.cxx127 TextBundle* pBundle; in ImplDoClass5() local
129 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()
/aoo4110/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1250 Sequence< Reference<deployment::XPackage> > * pBundle = m_pBundle; in getBundle() local
1251 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()

Completed in 20 milliseconds