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()305 if ( !isArtificialItem( pSupportedFeatures->nId ) ) in implInit()308 m_pToolbar->SetItemCommand( pSupportedFeatures->nId, sCommandURL ); 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()[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()
Completed in 27 milliseconds