Home
last modified time | relevance | path

Searched refs:pMenuAttributes (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx701 …MenuAttributes* pMenuAttributes( static_cast<MenuAttributes*>( pVclMenu->GetUserValue( m_nMenuId )… in execute() local
702 if ( pMenuAttributes ) in execute()
703 aTarget = pMenuAttributes->aTargetFrame; in execute()
757 …MenuAttributes* pMenuAttributes( static_cast<MenuAttributes*>( pVclMenu->GetUserValue( m_nMenuId )… in updateImage() local
758 if ( pMenuAttributes ) in updateImage()
759 aImageId = pMenuAttributes->aImageId; in updateImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx669 MenuAttributes* pMenuAttributes( nullptr ); in execute() local
678 pMenuAttributes = static_cast< MenuAttributes* >( in execute()
681 if ( pMenuAttributes ) in execute()
682 aTarget = pMenuAttributes->aTargetFrame; in execute()
H A Dmenubarmanager.cxx1867 ::framework::MenuAttributes* pMenuAttributes = in FillMenuImages()
1870 if ( pMenuAttributes ) in FillMenuImages()
1871 aImageId = pMenuAttributes->aImageId; // Retrieve image id from menu attributes in FillMenuImages()