Home
last modified time | relevance | path

Searched refs:pSupportedFeatures (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/forms/source/solar/control/
H A Dnavtoolbar.cxx294 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()
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 …]
/aoo42x/main/svx/source/form/
H A Dformcontrolling.cxx507 sal_Int32 pSupportedFeatures[] = in invalidateAllFeatures() local
532 sal_Int32 nFeatureCount = sizeof( pSupportedFeatures ) / sizeof( pSupportedFeatures[ 0 ] ); in invalidateAllFeatures()
534 … ::std::copy( pSupportedFeatures, pSupportedFeatures + nFeatureCount, aSupportedFeatures.begin() ); in invalidateAllFeatures()

Completed in 23 milliseconds