Lines Matching refs:PresenterConfigurationAccess
772 PresenterConfigurationAccess aConfiguration ( in CreateControls()
775 PresenterConfigurationAccess::READ_ONLY); in CreateControls()
787 PresenterConfigurationAccess::GetConfigurationNode(xToolBarNode, A2S("Entries")), in CreateControls()
796 PresenterConfigurationAccess::ForAll( in CreateControls()
815 if ( ! (PresenterConfigurationAccess::GetProperty(rxProperties, A2S("Type")) >>= sType)) in ProcessEntry()
819 PresenterConfigurationAccess::GetProperty(rxProperties, A2S("Name")) >>= sName; in ProcessEntry()
1628 PresenterConfigurationAccess::GetProperty(rxElementProperties, rsModeName), in ReadElementMode()
1631 PresenterConfigurationAccess::GetNodeProperties(xNode, OUString())); in ReadElementMode()
1642 if ( ! (PresenterConfigurationAccess::GetProperty(xProperties, A2S("Action")) >>= msAction)) in ReadElementMode()
1648 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Text")) >>= sText; in ReadElementMode()
1650 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Font")), UNO_QUERY); in ReadElementMode()
1661 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Icon")), UNO_QUERY); in ReadElementMode()