Lines Matching refs:m_aCommand
62 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:BasicShapes.diamond" ) ); in SvxTbxCtlCustomShapes()
69 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:SymbolShapes.smiley" ) ); in SvxTbxCtlCustomShapes()
76 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:ArrowShapes.left-right-arrow" ) ); in SvxTbxCtlCustomShapes()
82 …m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FlowChartShapes.flowchart-internal-… in SvxTbxCtlCustomShapes()
88 …m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:CalloutShapes.round-rectangular-cal… in SvxTbxCtlCustomShapes()
94 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:StarShapes.star5" ) ); in SvxTbxCtlCustomShapes()
120 return( m_aCommand.getLength() == 0 ? SFX_POPUPWINDOW_ONCLICK : SFX_POPUPWINDOW_ONTIMEOUT); in GetPopupWindowType()
139 if ( m_aCommand.getLength() > 0 ) in Select()
142 Dispatch( m_aCommand, aParamSeq ); in Select()
163 m_aCommand = rCommand; in functionSelected()
169 if ( m_aCommand.getLength() > 0 ) in functionSelected()
172 Image aImage = GetImage( xFrame, m_aCommand, hasBigImages(), isHighContrast() ); in functionSelected()
184 if ( m_aCommand.getLength() > 0 ) in updateImage()
187 Image aImage = GetImage( xFrame, m_aCommand, hasBigImages(), isHighContrast() ); in updateImage()