Lines Matching refs:pSupportedFeatures
294 FeatureDescription* pSupportedFeatures = aSupportedFeatures; in implInit() local
296 for ( ; pSupportedFeatures < pSupportedFeaturesEnd; ++pSupportedFeatures ) in implInit()
298 if ( pSupportedFeatures->nId ) in implInit()
302 …m_pToolbar->InsertItem( pSupportedFeatures->nId, String(), pSupportedFeatures->bRepeat ? TIB_REPEA… in implInit()
303 m_pToolbar->SetQuickHelpText( pSupportedFeatures->nId, String() ); // TODO in implInit()
305 if ( !isArtificialItem( pSupportedFeatures->nId ) ) in implInit()
307 ::rtl::OUString sCommandURL( lcl_getCommandURL( pSupportedFeatures->nId ) ); in implInit()
308 m_pToolbar->SetItemCommand( pSupportedFeatures->nId, sCommandURL ); in implInit()
310 …m_pToolbar->SetQuickHelpText( pSupportedFeatures->nId, m_pDescriptionProvider->getCommandDescripti… in implInit()
313 if ( pSupportedFeatures->bItemWindow ) in implInit()
316 if ( FormFeature::MoveAbsolute == pSupportedFeatures->nId ) in implInit()
321 else if ( LID_RECORD_FILLER == pSupportedFeatures->nId ) in implInit()
334 switch ( pSupportedFeatures->nId ) in implInit()
345 m_pToolbar->SetItemWindow( pSupportedFeatures->nId, pItemWindow ); in implInit()