Lines Matching refs:m_aCommand
64 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:BasicShapes.diamond" ) ); in SvxTbxCtlCustomShapes()
71 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:SymbolShapes.smiley" ) ); in SvxTbxCtlCustomShapes()
78 … m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:ArrowShapes.left-right-arrow" ) ); in SvxTbxCtlCustomShapes()
84 …m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FlowChartShapes.flowchart-internal-… in SvxTbxCtlCustomShapes()
90 …m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:CalloutShapes.round-rectangular-cal… in SvxTbxCtlCustomShapes()
96 m_aCommand = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:StarShapes.star5" ) ); in SvxTbxCtlCustomShapes()
126 return( m_aCommand.getLength() == 0 ? SFX_POPUPWINDOW_ONCLICK : SFX_POPUPWINDOW_ONTIMEOUT); in GetPopupWindowType()
147 if ( m_aCommand.getLength() > 0 ) in Select()
150 Dispatch( m_aCommand, aParamSeq ); in Select()
171 m_aCommand = rCommand; in functionSelected()
177 if ( m_aCommand.getLength() > 0 ) in functionSelected()
180 Image aImage = GetImage( xFrame, m_aCommand, hasBigImages(), isHighContrast() ); in functionSelected()
192 if ( m_aCommand.getLength() > 0 ) in updateImage()
195 Image aImage = GetImage( xFrame, m_aCommand, hasBigImages(), isHighContrast() ); in updateImage()