Home
last modified time | relevance | path

Searched refs:InsertCmd (Results 1 – 8 of 8) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DUndoCommands.h31 typedef QPair<Meta::TrackPtr, int> InsertCmd; typedef
32 typedef QList<InsertCmd> InsertCmdList;
H A DPlaylistModel.cpp969 foreach( const InsertCmd &ic, cmds ) in insertTracksCommand()
978 foreach( const InsertCmd &ic, cmds ) in insertTracksCommand()
H A DPlaylistController.cpp644 bottomModelCmds.append( InsertCmd( t, bottomModelRow++ ) ); in insertionHelper()
/dports/devel/upp/upp/uppsrc/ide/
H A DCustom.cpp11 void InsertCmd(String s);
24 void Custom::InsertCmd(String s) { in InsertCmd() function in Custom
77 DoMenu(commandmenu, THISBACK(InsertCmd), true); in CmdMenu()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/OracleCommand/
H A DOracleCommand_ExecuteReader.cs189 OracleCommand InsertCmd = new OracleCommand(insertCmdTxt, con); in run()
190 rdr = InsertCmd.ExecuteReader(); in run()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.e44 extern void InsertCmd ARGS_DECL((struct CmdRec *PrevCmd,
H A Dcmd.c68 void InsertCmd(PrevCmd, NextCmd, CmdPtr, ppFirstCmd, ppLastCmd) in InsertCmd() function
1761 InsertCmd(lastCmd, NULL, curCmd, &firstCmd, &lastCmd); in EndCompositeCmd()
2078 InsertCmd(gstWBInfo.last_cmd, NULL, curCmd, &gstWBInfo.first_cmd,
2082 InsertCmd(immed_right_cmd->prev, immed_right_cmd, curCmd,
2089 InsertCmd(lastCmd, NULL, curCmd, &firstCmd, &lastCmd);
H A Dwb.c1686 InsertCmd(gstWBInfo.last_cmd, NULL, gstWBInfo.cur_cmd,
1690 InsertCmd(immed_right_cmd->prev, immed_right_cmd, gstWBInfo.cur_cmd,
2459 InsertCmd(gstWBInfo.last_cmd, NULL, cmd_ptr, &gstWBInfo.first_cmd,