Lines Matching refs:aURL
72 void BaseDispatch::SendCommand( const com::sun::star::util::URL& aURL, const ::rtl::OUString& rComm… in SendCommand() argument
75 aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in SendCommand()
79 aEvent.FeatureURL = aURL; in SendCommand()
92 void BaseDispatch::SendCommandTo( const Reference< XStatusListener >& xControl, const URL& aURL, co… in SendCommandTo() argument
96 aEvent.FeatureURL = aURL; in SendCommandTo()
121 Reference< XDispatch > SAL_CALL MyProtocolHandler::queryDispatch( const URL& aURL, const ::rtl::O… in queryDispatch() argument
128 if ( xCtrl.is() && !aURL.Protocol.compareToAscii( in queryDispatch()
137 if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ImageButtonCmd" ) ) || in queryDispatch()
138 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ComboboxCmd" ) ) || in queryDispatch()
139 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ToggleDropdownButtonCmd" ) ) || in queryDispatch()
140 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DropdownButtonCmd" ) ) || in queryDispatch()
141 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SpinfieldCmd" ) ) || in queryDispatch()
142 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EditfieldCmd" ) ) || in queryDispatch()
143 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DropdownboxCmd" ) ) ) in queryDispatch()
145 xRet = aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in queryDispatch()
150 aListenerHelper.AddDispatch( xRet, mxFrame, aURL.Path ); in queryDispatch()
212 void SAL_CALL BaseDispatch::dispatch( const URL& aURL, const Sequence < PropertyValue >& lArgs ) in dispatch() argument
223 …if ( !aURL.Protocol.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "vnd.demo.complextoolbarcontrols.d… in dispatch()
225 if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ImageButtonCmd" ) ) ) in dispatch()
240 else if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ComboboxCmd" ) ) ) in dispatch()
246 …SendCommand( aURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RemoveEntryText" ) ), aRemoveArg… in dispatch()
254 …SendCommand( aURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "InsertEntry" ) ), aInsertArgs, s… in dispatch()
256 … else if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ToggleDropdownButtonCmd" ) ) ) in dispatch()
281 else if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "DropdownButtonCmd" ) ) ) in dispatch()
317 Reference < XDispatch > xDispatch = aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in dispatch()
320 else if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "SpinfieldCmd" ) ) ) in dispatch()
323 else if ( !aURL.Path.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "DropdownboxCmd" ) ) ) in dispatch()
341 …LL BaseDispatch::addStatusListener( const Reference< XStatusListener >& xControl, const URL& aURL ) in addStatusListener() argument
343 …if ( aURL.Protocol.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.demo.complextoolbarcontrols.demo… in addStatusListener()
345 if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ImageButtonCmd" ) ) ) in addStatusListener()
349 aEvent.FeatureURL = aURL; in addStatusListener()
356 else if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ComboboxCmd" ) ) ) in addStatusListener()
360 aEvent.FeatureURL = aURL; in addStatusListener()
367 … else if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ToggleDropdownButtonCmd" ) ) ) in addStatusListener()
382 …SendCommandTo( xControl, aURL, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetList" ) ), aArgs, s… in addStatusListener()
387 …SendCommandTo( xControl, aURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CheckItemPos" ) ), a… in addStatusListener()
389 else if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DropdownButtonCmd" ) ) ) in addStatusListener()
403 …SendCommandTo( xControl, aURL, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetList" ) ), aArgs, s… in addStatusListener()
411 …SendCommandTo( xControl, aURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CheckItemPos" ) ), a… in addStatusListener()
413 else if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SpinfieldCmd" ) ) ) in addStatusListener()
430 …SendCommandTo( xControl, aURL, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetValues" ) ), aArgs,… in addStatusListener()
432 else if ( aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DropdownboxCmd" ) ) ) in addStatusListener()
453 …SendCommandTo( xControl, aURL, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetList" ) ), aArgs, s… in addStatusListener()
456 aListenerHelper.AddListener( mxFrame, xControl, aURL.Path ); in addStatusListener()
460 …BaseDispatch::removeStatusListener( const Reference< XStatusListener >& xControl, const URL& aURL ) in removeStatusListener() argument
462 aListenerHelper.RemoveListener( mxFrame, xControl, aURL.Path ); in removeStatusListener()
467 …if ( Event.aURL.Protocol.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.demo.complextoolbarcontrol… in controlEvent()
469 if ( Event.aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ComboboxCmd" ) ) ) in controlEvent()