Searched refs:pSupportedFeatures (Results 1 – 2 of 2) sorted by relevance
294 FeatureDescription* pSupportedFeatures = aSupportedFeatures; in implInit() local296 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()[all …]
507 sal_Int32 pSupportedFeatures[] = in invalidateAllFeatures() local532 sal_Int32 nFeatureCount = sizeof( pSupportedFeatures ) / sizeof( pSupportedFeatures[ 0 ] ); in invalidateAllFeatures()534 … ::std::copy( pSupportedFeatures, pSupportedFeatures + nFeatureCount, aSupportedFeatures.begin() ); in invalidateAllFeatures()