/aoo42x/main/svx/inc/ |
H A D | globlmn_tmpl.hrc | 31 Command = ".uno:Config" ; \ 81 Command = ".uno:Cut" ; \ 86 Command = ".uno:Copy" ; \ 91 Command = ".uno:Delete" ; \ 106 Command = ".uno:Bold" ; \ 111 Command = ".uno:Italic" ; \ 272 Command = ".uno:Open" ; \ 291 Command = ".uno:Save" ; \ 392 Command = ".uno:Quit" ; \ 407 Command = ".uno:Redo" ; \ [all …]
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | app.src | 110 Command = ".uno:DBNewForm" ; 116 Command = ".uno:DBNewReport" ; 127 Command = ".uno:DBNewQuery" ; 141 Command = ".uno:DBNewTable" ; 146 Command = ".uno:DBNewView" ; 151 Command = ".uno:DBNewViewSQL" ; 183 Command = ".uno:DBDelete" ; 189 Command = ".uno:DBRename" ; 195 Command = ".uno:DBEdit" ; 207 Command = ".uno:DBOpen" ; [all …]
|
/aoo42x/main/svx/source/form/ |
H A D | fmexpl.src | 113 Command = ".uno:ConvertToEdit" ; 120 Command = ".uno:ConvertToButton" ; 127 Command = ".uno:ConvertToFixed" ; 134 Command = ".uno:ConvertToGroup" ; 141 Command = ".uno:ConvertToList" ; 155 Command = ".uno:ConvertToRadio" ; 162 Command = ".uno:ConvertToCombo" ; 183 Command = ".uno:ConvertToDate" ; 190 Command = ".uno:ConvertToTime" ; 197 Command = ".uno:ConvertToNumeric" ; [all …]
|
/aoo42x/main/chart2/source/controller/menus/ |
H A D | ShapeContextMenu.src | 34 Command = ".uno:FormatLine"; 39 Command = ".uno:FormatArea"; 44 Command = ".uno:TextAttributes"; 49 Command = ".uno:TransformDialog"; 63 Command = ".uno:RenameObject"; 72 Command = ".uno:ArrangeRow"; 85 Command = ".uno:Forward"; 90 Command = ".uno:Backward"; 107 Command = ".uno:Cut"; 112 Command = ".uno:Copy"; [all …]
|
H A D | ShapeEditContextMenu.src | 34 Command = ".uno:FontDialog"; 39 Command = ".uno:ParagraphDialog"; 48 Command = ".uno:Cut"; 53 Command = ".uno:Copy"; 58 Command = ".uno:Paste";
|
/aoo42x/main/svx/source/sidebar/insert/ |
H A D | InsertPropertyPanel.src | 57 Command = ".uno:Line"; 62 Command = ".uno:LineArrowEnd"; 67 Command = ".uno:Rect"; 72 Command = ".uno:Ellipse"; 77 Command = ".uno:Text"; 82 Command = ".uno:LineToolbox"; 92 Command = ".uno:ArrowsToolbox"; 111 Command = ".uno:BasicShapes"; 117 Command = ".uno:SymbolShapes"; 123 Command = ".uno:ArrowShapes"; [all …]
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | report.src | 298 Command = ".uno:DBBackgroundColor" ; 304 Command = ".uno:ShowRuler" ; 311 Command = ".uno:GridVisible" ; 322 Command = ".uno:PageHeaderFooter" ; 338 Command = ".uno:ArrangeMenu" ; 425 Command = ".uno:ObjectResize" ; 434 Command = ".uno:SmallestWidth" ; 440 Command = ".uno:GreatestWidth" ; 479 Command = ".uno:SectionShrink" ; 504 Command = ".uno:Distribution" ; [all …]
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.src | 58 // Command = ".uno:FontHeight" ; 75 Command = ".uno:Grow" ; 81 Command = ".uno:Shrink" ; 99 Command = ".uno:Bold" ; 105 Command = ".uno:Italic" ; 112 Command = ".uno:Underline" ; 118 Command = ".uno:Strikeout" ; 124 Command = ".uno:Shadowed" ; 143 Command = ".uno:Color" ; 161 Command = ".uno:FontColor" ; [all …]
|
/aoo42x/main/ucbhelper/source/client/ |
H A D | content.cxx | 532 Command aCommand; in getCommands() 548 Command aCommand; in getProperties() 675 Command aCommand; in getPropertyValuesInterface() 708 Command aCommand; in getPropertyValuesInterface() 756 Command aCommand; in setPropertyValues() 804 Command aCommand; in setPropertyValues() 821 Command aCommand; in executeCommand() 834 Command aCommand; in executeCommand() 873 Command aCommand; in createCursorAny() 906 Command aCommand; in createCursorAny() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XCommandProcessor.java | 27 import com.sun.star.ucb.Command; 117 Command command = new Command(commandName, -1, null); in _execute() 150 Command badCommand = new Command("bad command", -1, null); in _execute() 185 Command command = (Command)tEnv.getObjRelation( in _abort() 200 command = new Command(commandName, -1, arg); in _abort()
|
/aoo42x/main/framework/source/uielement/ |
H A D | comboboxtoolbarcontroller.cxx | 291 if ( rControlCommand.Command.equalsAsciiL( "SetText", 7 )) in executeControlCommand() 307 else if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand() 332 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand() 346 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand() 368 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryPos", 14 )) in executeControlCommand() 384 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryText", 15 )) in executeControlCommand() 397 else if ( rControlCommand.Command.equalsAsciiL( "SetDropDownLines", 16 )) in executeControlCommand() 410 else if ( rControlCommand.Command.equalsAsciiL( "SetBackgroundColor", 18 )) in executeControlCommand() 426 else if ( rControlCommand.Command.equalsAsciiL( "SetTextColor", 12 )) in executeControlCommand()
|
H A D | dropdownboxtoolbarcontroller.cxx | 241 if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand() 268 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand() 282 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand() 304 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryPos", 14 )) in executeControlCommand() 320 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryText", 15 )) in executeControlCommand() 333 else if ( rControlCommand.Command.equalsAsciiL( "SetDropDownLines", 16 )) in executeControlCommand()
|
H A D | togglebuttontoolbarcontroller.cxx | 166 if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand() 191 else if ( rControlCommand.Command.equalsAsciiL( "CheckItemPos", 12 )) in executeControlCommand() 218 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand() 231 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand() 255 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryPos", 14 )) in executeControlCommand() 275 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryText", 15 )) in executeControlCommand()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterProtocolHandler.cxx | 61 class Command class 69 class GotoPreviousSlideCommand : public Command 82 class GotoNextSlideCommand : public Command 95 class GotoNextEffectCommand : public Command 108 class SetNotesViewCommand : public Command 124 class SetSlideSorterCommand : public Command 139 class SetHelpViewCommand : public Command 154 class NotesFontSizeCommand : public Command 196 static Command* CreateCommand ( 231 ::boost::scoped_ptr<Command> mpCommand; [all …]
|
/aoo42x/main/sd/source/ui/app/ |
H A D | popup.src | 187 Command = ".uno:GroupMenu" ; \ 336 Command = ".uno:PageMenu" ; \ 356 Command = ".uno:PageMenu" ; \ 600 Command = ".uno:StyleMenu" ; \ 1148 Command = ".uno:GridMenu" ; \ 1949 Command = ".uno:CellMenu" ; 1992 Command = ".uno:RowMenu" ; 2562 Command = ".uno:CellMenu" ; 2605 Command = ".uno:RowMenu" ; 2744 Command = ".uno:CellMenu" ; [all …]
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | toolbar.src | 53 Command = ".uno:Bib/source" ; 69 Command = ".uno:Bib/query" ; 82 Command = ".uno:Bib/autoFilter" ; 90 Command = ".uno:Bib/standardFilter" ; 98 Command = ".uno:Bib/removeFilter" ; 105 // Command = ".uno:Bib/Mapping" ; 113 Command = ".uno:Bib/sdbsource" ;
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 809 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::LINETO; in MergeDefaultAttributes() 817 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in MergeDefaultAttributes() 825 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in MergeDefaultAttributes() 839 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in MergeDefaultAttributes() 857 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in MergeDefaultAttributes() 863 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARC; in MergeDefaultAttributes() 893 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in MergeDefaultAttributes() 899 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOSTROKE; in MergeDefaultAttributes() 906 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::UNKNOWN; in MergeDefaultAttributes() 1307 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in IsDefaultGeometry() [all …]
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | DataAccessDescriptor.idl | 111 <member>Command</member></p> 126 [optional, property] string Command; 131 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p> 133 <p>This property is only meaningful together with the <member>Command</member> 145 <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member> 158 the given <member>Command</member>. 165 the given <member>Command</member>. 172 the given <member>Command</member>. 178 …/** specifies if the <member>Command</member> should be analyzed on the client side before sending… 184 <p>This property is usually present together with the <member>Command</member> and [all …]
|
/aoo42x/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | gbuild.mk | 26 static const Command SHELL; 58 static const Command AWK; 60 static const Command CC; 62 static const Command CXX; 64 static const Command GCCP; 66 static const Command LINK; 68 static const Command MKTEMP;
|
H A D | linktarget.mk | 47 static const Command command( 55 static const Command command_dep( 78 static const Command command( 86 static const Command command_dep( 127 static const Command command ( 135 /// Command to collect all dependencies of this LinkTarget. 136 static const Command command_dep(
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 491 ucb::Command aSetPropsCommand( in setTitle() 568 ucb::Command aGetPropsCommand( in createNew() 797 ucb::Command aGetPropsCommand1( in transferProperties() 914 ucb::Command aSetPropsCommand( in transferProperties() 949 ucb::Command aOpenCommand( in getInputStream() 1077 ucb::Command aGetPropsCommand( in handleNameClashRename() 1694 ucb::Command( in globalTransfer_() 1705 ucb::Command( in globalTransfer_() 1835 ucb::Command aCommand( in globalTransfer() 2019 ucb::Command aGetPropsCommand( in globalTransfer() [all …]
|
/aoo42x/main/sw/source/ui/app/ |
H A D | mn.src | 69 Command = ".uno:StyleMenu" ; \ 122 Command = ".uno:AlignTextMenu" ; \ 156 Command = ".uno:LineSpacingMenu" ; \ 410 Command = ".uno:CellMenu" ; \ 469 Command = ".uno:RowMenu" ; \ 525 Command = ".uno:ColumnMenu" ; \ 688 Command = ".uno:ArrangeMenu" ; \ 716 Command = ".uno:ArrangeMenu" ; \ 872 Command = ".uno:WrapMenu" ; \ 938 Command = ".uno:WrapMenu" ; \ [all …]
|
/aoo42x/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 32 import com.sun.star.ucb.Command; 129 Command command = new Command(commandName, -1, null); in _execute() 223 Command command = new Command("getCommandInfo", -1, null); in _abort() 237 command = new Command(commandName, -1, arg); in _abort()
|
/aoo42x/main/extensions/inc/ucbhelper/ |
H A D | ext_content.hxx | 135 virtual Any doCommand( const Command & crCommand ) = 0; 188 virtual Any doCommand( const Command & crCommand ); 200 …virtual Reference< XCommandTask > SAL_CALL createCommandTask(const Command& rCommand, const Refere… 257 Command m_aCommand; 261 …OCommandTask( const Reference< XContentTaskEnvironment >& xEnv, OContent *pContent, const Command&… 279 virtual Command SAL_CALL getCommand() throw();
|
/aoo42x/main/framework/qa/complex/dispatches/ |
H A D | checkdispatchapi.java | 417 …+ "] returned groupd=[" + aInfo.GroupId + "] command=\"" + aInfo.Command + "\""); // true => dont … in impl_checkDispatchInfo() 421 if (aCheckMap.containsKey(aInfo.Command)) in impl_checkDispatchInfo() 424 …ound a duplicate item: group=[" + aInfo.GroupId + "] command=\"" + aInfo.Command + "\""); // true … in impl_checkDispatchInfo() 428 aCheckMap.put(aInfo.Command, aInfo.Command); in impl_checkDispatchInfo() 429 System.out.println("\t[" + aInfo.GroupId + "] \"" + aInfo.Command + "\""); in impl_checkDispatchInfo()
|