Home
last modified time | relevance | path

Searched refs:pFeatures (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/helper/
H A Dformnavigation.cxx455 const FeatureURL* pFeatures = lcl_getFeatureTable(); in getFeatureURLAscii() local
456 while ( pFeatures->pAsciiURL ) in getFeatureURLAscii()
458 if ( pFeatures->nFormFeature == _nFeatureId ) in getFeatureURLAscii()
459 return pFeatures->pAsciiURL; in getFeatureURLAscii()
460 ++pFeatures; in getFeatureURLAscii()
468 const FeatureURL* pFeatures = lcl_getFeatureTable(); in getFeatureId() local
469 while ( pFeatures->pAsciiURL ) in getFeatureId()
471 if ( _rCompleteURL.compareToAscii( pFeatures->pAsciiURL ) == 0 ) in getFeatureId()
472 return pFeatures->nFormFeature; in getFeatureId()
473 ++pFeatures; in getFeatureId()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures() argument
164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
H A Dgraphite_textsrc.hxx87 void setFeatures(const grutils::GrFeatureParser * pFeatures);
H A Dgraphite_layout.cxx539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout() argument
544 mpFeatures(pFeatures) in GraphiteLayout()

Completed in 29 milliseconds