Searched refs:rControlCommand (Results 1 – 13 of 13) sorted by relevance
/trunk/main/framework/source/uielement/ |
H A D | comboboxtoolbarcontroller.cxx | 291 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 D | dropdownboxtoolbarcontroller.cxx | 241 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 D | togglebuttontoolbarcontroller.cxx | 166 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 D | spinfieldtoolbarcontroller.cxx | 373 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 D | imagebuttontoolbarcontroller.cxx | 163 …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 D | edittoolbarcontroller.cxx | 243 …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 D | imagebuttontoolbarcontroller.hxx | 58 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | dropdownboxtoolbarcontroller.hxx | 79 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | comboboxtoolbarcontroller.hxx | 83 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | edittoolbarcontroller.hxx | 79 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | togglebuttontoolbarcontroller.hxx | 69 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | spinfieldtoolbarcontroller.hxx | 91 …rtual void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand );
|
H A D | complextoolbarcontroller.hxx | 90 …l void executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) = 0;
|
Completed in 46 milliseconds