Home
last modified time | relevance | path

Searched refs:rControlCommand (Results 1 – 13 of 13) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx291 if ( rControlCommand.Command.equalsAsciiL( "SetText", 7 )) in executeControlCommand()
298 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
307 else if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand()
316 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
332 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand()
340 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
363 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
375 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
391 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
404 rControlCommand.Arguments[i].Value >>= nValue; in executeControlCommand()
[all …]
H A Ddropdownboxtoolbarcontroller.cxx241 if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand()
250 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
268 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand()
276 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
282 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand()
291 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
299 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
304 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryPos", 14 )) in executeControlCommand()
311 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
327 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
[all …]
H A Dtogglebuttontoolbarcontroller.cxx166 if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand()
175 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
191 else if ( rControlCommand.Command.equalsAsciiL( "CheckItemPos", 12 )) in executeControlCommand()
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
218 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand()
225 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
231 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand()
241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
248 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
[all …]
H A Dspinfieldtoolbarcontroller.cxx373 if ( rControlCommand.Command.equalsAsciiL( "SetStep", 7 )) in executeControlCommand()
381 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand()
390 else if ( rControlCommand.Command.equalsAsciiL( "SetValue", 8 )) in executeControlCommand()
394 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand()
409 else if ( rControlCommand.Command.equalsAsciiL( "SetValues", 9 )) in executeControlCommand()
417 rtl::OUString aName = rControlCommand.Arguments[i].Name; in executeControlCommand()
436 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()
439 else if ( rControlCommand.Command.equalsAsciiL( "SetLowerLimit", 13 )) in executeControlCommand()
456 else if ( rControlCommand.Command.equalsAsciiL( "SetUpperLimit", 13 )) in executeControlCommand()
473 else if ( rControlCommand.Command.equalsAsciiL( "SetOutputFormat", 15 )) in executeControlCommand()
[all …]
H A Dimagebuttontoolbarcontroller.cxx163 …Controller::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) in executeControlCommand() argument
167 if (( rControlCommand.Command.equalsAsciiL( "SetImag", 7 )) || in executeControlCommand()
168 ( rControlCommand.Command.equalsAsciiL( "SetImage", 8 )) ) in executeControlCommand()
170 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
172 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "URL", 3 )) in executeControlCommand()
175 rControlCommand.Arguments[i].Value >>= aURL; in executeControlCommand()
H A Dedittoolbarcontroller.cxx243 …Controller::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) in executeControlCommand() argument
245 if ( rControlCommand.Command.equalsAsciiL( "SetText", 7 )) in executeControlCommand()
247 for ( sal_Int32 i = 0; i < rControlCommand.Arguments.getLength(); i++ ) in executeControlCommand()
249 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
252 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
/trunk/main/framework/inc/uielement/
H A Dimagebuttontoolbarcontroller.hxx58 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Ddropdownboxtoolbarcontroller.hxx79 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Dcomboboxtoolbarcontroller.hxx83 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Dedittoolbarcontroller.hxx79 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Dtogglebuttontoolbarcontroller.hxx69 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Dspinfieldtoolbarcontroller.hxx91 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
H A Dcomplextoolbarcontroller.hxx90 …l void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) = 0;

Completed in 44 milliseconds