Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx507 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in CreateFromSVMenu()
510 if ( pMenuAttributes ) in CreateFromSVMenu()
591 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in IMPL_LINK()
594 if ( pMenuAttributes ) in IMPL_LINK()
595 aImageId = pMenuAttributes->aImageId; // Retrieve image id from menu attributes in IMPL_LINK()
660 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in UpdateImages()
663 if ( pMenuAttributes ) in UpdateImages()
664 aImageId = pMenuAttributes->aImageId; // Retrieve image id from menu attributes in UpdateImages()
706 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in UpdateImages()
709 if ( pMenuAttributes ) in UpdateImages()
[all …]
H A Dmnuitem.cxx495 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in IMPL_LINK()
498 if ( pMenuAttributes ) in IMPL_LINK()
499 aImageId = pMenuAttributes->aImageId; // Retrieve image id from menu attributes in IMPL_LINK()
611 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in Select_Impl()
614 if ( pMenuAttributes ) in Select_Impl()
615 aTargetFrame = pMenuAttributes->aTargetFrame; in Select_Impl()
/trunk/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx312 MenuConfiguration::Attributes* pMenuAttributes( 0 ); in execute() local
319 pMenuAttributes = reinterpret_cast< MenuConfiguration::Attributes* >( in execute()
322 if ( pMenuAttributes ) in execute()
323 aTarget = pMenuAttributes->aTargetFrame; in execute()
H A Dmenubarmanager.cxx1452 MenuConfiguration::Attributes* pMenuAttributes = in FillMenuManager() local
1455 if ( pMenuAttributes && pMenuAttributes->aImageId.getLength() > 0 ) in FillMenuManager()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx294 MenuConfiguration::Attributes* pMenuAttributes = in MenuManager() local
297 if ( pMenuAttributes && pMenuAttributes->aImageId.getLength() > 0 ) in MenuManager()
1147 ::framework::MenuConfiguration::Attributes* pMenuAttributes = in FillMenuImages()
1150 if ( pMenuAttributes ) in FillMenuImages()
1151 aImageId = pMenuAttributes->aImageId; // Retrieve image id from menu attributes in FillMenuImages()

Completed in 62 milliseconds