Home
last modified time | relevance | path

Searched refs:Command (Results 26 – 50 of 551) sorted by relevance

12345678910>>...23

/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java47 Command command = driver.parseArgs(args); in main()
93 private interface Command { interface in CommandLineTools
125 private Command parseArgs(String[] args) { in parseArgs()
131 return new Command() { in parseArgs()
182 private static class GenerateCommand implements Command {
331 private static class DeployCommand implements Command {
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.src109 Command = ".uno:DbSortingAndGrouping";
119 Command = ".uno:PageHeaderFooter";
126 Command = ".uno:ReportHeaderFooter";
137 Command = ".uno:NewFunction";
147 Command = ".uno:FormProperties";
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java36 import com.sun.star.ucb.Command;
108 Command command = new Command(); in checkTransientDocumentsDocumentContent()
152 Command titleSetCommand = new Command(); in checkTransientDocumentsDocumentContent()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl117 means in case the <member>Command</member> specifies an SQL statement, the inherited
129 [attribute,bound] string Command;
133 <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
135 <p>This property is only meaningful together with the <member>Command</member>
146 <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
181 …/** specifies if the <member>Command</member> should be analyzed on the client side before sending…
187 <p>This property is usually present together with the <member>Command</member> and
/trunk/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx373 if ( rControlCommand.Command.equalsAsciiL( "SetStep", 7 )) in executeControlCommand()
390 else if ( rControlCommand.Command.equalsAsciiL( "SetValue", 8 )) in executeControlCommand()
409 else if ( rControlCommand.Command.equalsAsciiL( "SetValues", 9 )) 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()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java226 …getRecordParser().Command = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, PropertyName… in reconnectToDatabase()
258 … JavaTools.replaceSubString(sMsgQueryCreationImpossible, getRecordParser().Command, "<STATEMENT>"); in reconnectToDatabase()
264 …ordParser().getCommandType() == CommandType.QUERY) && (getRecordParser().Command.equals(PropertyNa… in reconnectToDatabase()
269 …getRecordParser().Command = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMM… in reconnectToDatabase()
270 … getRecordParser().getSQLQueryComposer().m_xQueryAnalyzer.setQuery(getRecordParser().Command); in reconnectToDatabase()
272 … getRecordParser().Command = getRecordParser().getSQLQueryComposer().getQuery(); in reconnectToDatabase()
277 getRecordParser().Command = sQueryName; in reconnectToDatabase()
732 getRecordParser().Command = _sCommand; in setCommand()
/trunk/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl65 <li><a name="command_mode"</a><b>Command Mode</b>
66 … <p>In <code>Command Mode</code>, the designer is used to design an standalone SQL command.</p>
99 <li><a name="command"></a><b>Command</b><br/>
112 <a href="#command">Command</a> parameter.<br/>
127 <a href="#command">Command</a> parameter.<br/>
153 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
160 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.src70 Command = ".index:createNew" ;
77 Command = ".index:dropCurrent" ;
84 Command = ".index:renameCurrent" ;
91 Command = ".index:saveCurrent" ;
98 Command = ".index:resetCurrent" ;
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx193 void GalleryPreview::Command(const CommandEvent& rCEvt ) in Command() function in GalleryPreview
195 Window::Command( rCEvt ); in Command()
548 void GalleryIconView::Command( const CommandEvent& rCEvt ) in Command() function in GalleryIconView
550 ValueSet::Command( rCEvt ); in Command()
887 void GalleryListView::Command( const CommandEvent& rCEvt ) in Command() function in GalleryListView
889 BrowseBox::Command( rCEvt ); in Command()
/trunk/main/sc/source/ui/drawfunc/
H A Dfupoor.cxx218 sal_uInt8 FuPoor::Command(const CommandEvent& rCEvt) in Command() function in FuPoor
229 return pOutView->HasSelection() ? pView->Command(rCEvt,pWindow) : SC_CMD_NONE; in Command()
231 return pView->Command(rCEvt,pWindow); in Command()
234 return pView->Command(rCEvt,pWindow); in Command()
/trunk/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl215 means in case the <member>Command</member> specifies an SQL statement, the inherited
227 [attribute,bound] string Command;
231 … <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
233 <p>This property is only meaningful together with the <member>Command</member>
244 … <p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
256 …/** specifies if the <member>Command</member> should be analyzed on the client side before sending…
262 <p>This property is usually present together with the <member>Command</member> and
/trunk/main/forms/qa/integration/forms/
H A DMasterDetailForms.java43 import com.sun.star.ucb.Command;
232 Command command = new Command(); in checkDetailFormDefaults()
308 Command command = new Command(); in checkDetailFormDefaults()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx154 void MediaChildWindow::Command( const CommandEvent& rCEvt ) in Command() function in avmedia::priv::MediaChildWindow
159 SystemChildWindow::Command( rCEvt ); in Command()
160 GetParent()->Command( aTransformedEvent ); in Command()
508 void MediaWindowImpl::Command( const CommandEvent& rCEvt ) in Command() function in avmedia::priv::MediaWindowImpl
513 pMediaWindow->Command( rCEvt ); in Command()
/trunk/main/autodoc/inc/ary/
H A Dactions.hxx71 class Command class
74 virtual ~Command() {} in ~Command()
89 Command::Run(n22::RepositoryCenter & io_rReposy) in Run()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx265 const Command& rArg
398 Command m_aArg;
645 const Command& rArg in Moderator()
928 const Command& rArg,
938 const Command& rArg, in UCBOpenContentSync()
1186 const Command& rArg, in _UCBOpenContentSync()
1677 Command aCommand; in CreateLockBytes()
1717 Command aCommand; in CreateLockBytes()
1728 Command aCommand; in CreateLockBytes()
/trunk/main/sd/source/ui/func/
H A Dsmarttag.cxx71 bool SmartTag::Command( const CommandEvent& /*rCEvt*/ ) in Command() function in sd::SmartTag
312 bool SmartTagSet::Command( const CommandEvent& rCEvt ) in Command() function in sd::SmartTagSet
326 return xTag->Command( rCEvt ); in Command()
333 return mxSelectedTag->Command( rCEvt ); in Command()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd.hxx70 class Command : public Context class
96 Command::Run() const in Run()
99 Command::RunningRank() const in RunningRank()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSlotManager.hxx44 class Command;
70 void ExecuteCommandAsynchronously (::std::auto_ptr<Command> pCommand);
91 typedef ::std::queue<Command*> CommandQueue;
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx219 void AnnotationTextWindow::Command( const CommandEvent& rCEvt ) in Command() function in sd::AnnotationTextWindow
223 mpAnnotationWindow->Command(rCEvt); in Command()
228 mpOutlinerView->Command( rCEvt ); in Command()
230 Window::Command(rCEvt); in Command()
775 void AnnotationWindow::Command( const CommandEvent& rCEvt ) in Command() function in sd::AnnotationWindow
785 FloatingWindow::Command(rCEvt); in Command()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1002 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in ~Path2DContext()
1006 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in ~Path2DContext()
1020 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in createFastChildContext()
1028 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in createFastChildContext()
1040 …if ( !mrSegments.empty() && ( mrSegments.back().Command == EnhancedCustomShapeSegmentCommand::LINE… in createFastChildContext()
1045 aSegment.Command = EnhancedCustomShapeSegmentCommand::LINETO; in createFastChildContext()
1056 …if ( !mrSegments.empty() && ( mrSegments.back().Command == EnhancedCustomShapeSegmentCommand::ARCT… in createFastChildContext()
1061 aSegment.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in createFastChildContext()
1087 aSegment.Command = EnhancedCustomShapeSegmentCommand::QUADRATICCURVETO; in createFastChildContext()
1102 …if ( !mrSegments.empty() && ( mrSegments.back().Command == EnhancedCustomShapeSegmentCommand::CURV… in createFastChildContext()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx411 void TextViewOutWin::Command( const CommandEvent& rCEvt ) in Command() function in TextViewOutWin
433 pTextView->Command( rCEvt ); in Command()
435 Window::Command(rCEvt); in Command()
852 void SwSrcEditWindow::Command( const CommandEvent& rCEvt ) in Command() function in SwSrcEditWindow
866 Window::Command(rCEvt); in Command()
872 pTextView->Command(rCEvt); in HandleWheelCommand()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java274 final com.sun.star.ucb.Command aCommand = new com.sun.star.ucb.Command(); in store()
424 com.sun.star.ucb.Command aCommand = new com.sun.star.ucb.Command(); in loadReportFromDocumentDefinition()
726 getRecordParser().Command = _sCommand; in setCommand()
/trunk/main/svx/inc/svx/
H A Dgalctrl.hxx70 SVX_DLLPRIVATE virtual void Command(const CommandEvent& rCEvt);
114 virtual void Command( const CommandEvent& rCEvt );
159 virtual void Command( const CommandEvent& rCEvt );
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx142 void OTableRowView::Command(const CommandEvent& rEvt) in Command() function in OTableRowView
151 EditBrowseBox::Command(rEvt); in Command()
197 EditBrowseBox::Command(rEvt); in Command()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx286 void TextViewOutWin::Command( const CommandEvent& rCEvt ) in Command() function in TextViewOutWin
306 pTextView->Command( rCEvt ); in Command()
308 Window::Command(rCEvt); in Command()
443 void XMLFileWindow::Command( const CommandEvent& rCEvt ) in Command() function in XMLFileWindow
457 Window::Command(rCEvt); in Command()
463 pTextView->Command(rCEvt); in HandleWheelCommand()

Completed in 122 milliseconds

12345678910>>...23