Home
last modified time | relevance | path

Searched refs:rCommand (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupquery/
H A DCommandCompletion.cpp88 BackupQueries::ParsedCommand& rCommand, \
150 BackupQueries::ParsedCommand& rCommand,
153 std::string availableOptions = rCommand.pSpec->opts;
211 BackupQueries::ParsedCommand& rCommand, in CompleteRemoteFileOrDirectory() argument
222 if(rCommand.mArgCount == rCommand.mCmdElements.size()) in CompleteRemoteFileOrDirectory()
246 rCommand.mOptions.find(LIST_OPTION_ALLOWOLD) in CompleteRemoteFileOrDirectory()
248 rCommand.mOptions.find(LIST_OPTION_ALLOWDELETED) in CompleteRemoteFileOrDirectory()
285 listFlags, GetExcludeFlags(rCommand), in CompleteRemoteFileOrDirectory()
365 int16_t excludeFlags = GetExcludeFlags(rCommand);
395 if(rCommand.mOptions.find('i') != std::string::npos)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/uitest/uno/
H A Duitest_uno.cxx41 sal_Bool SAL_CALL executeCommand(const OUString& rCommand) override;
43 sal_Bool SAL_CALL executeCommandWithParameters(const OUString& rCommand,
46 sal_Bool SAL_CALL executeDialog(const OUString& rCommand) override;
67 sal_Bool SAL_CALL UITestUnoObj::executeCommand(const OUString& rCommand) in executeCommand() argument
70 return UITest::executeCommand(rCommand); in executeCommand()
73 sal_Bool SAL_CALL UITestUnoObj::executeCommandWithParameters(const OUString& rCommand, in executeCommandWithParameters() argument
77 return UITest::executeCommandWithParameters(rCommand,rArgs); in executeCommandWithParameters()
80 sal_Bool SAL_CALL UITestUnoObj::executeDialog(const OUString& rCommand) in executeDialog() argument
83 return UITest::executeDialog(rCommand); in executeDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/uitest/uno/
H A Duitest_uno.cxx41 sal_Bool SAL_CALL executeCommand(const OUString& rCommand) override;
43 sal_Bool SAL_CALL executeCommandWithParameters(const OUString& rCommand,
46 sal_Bool SAL_CALL executeDialog(const OUString& rCommand) override;
65 sal_Bool SAL_CALL UITestUnoObj::executeCommand(const OUString& rCommand) in executeCommand() argument
68 return UITest::executeCommand(rCommand); in executeCommand()
71 sal_Bool SAL_CALL UITestUnoObj::executeCommandWithParameters(const OUString& rCommand, in executeCommandWithParameters() argument
75 return UITest::executeCommandWithParameters(rCommand,rArgs); in executeCommandWithParameters()
78 sal_Bool SAL_CALL UITestUnoObj::executeDialog(const OUString& rCommand) in executeDialog() argument
81 return UITest::executeDialog(rCommand); in executeDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilcmd.cxx85 [&aName](const CommandInfo& rCommand) { return rCommand.Name == aName; }); in getCommandInfoByName() argument
98 [&Handle](const CommandInfo& rCommand) { return rCommand.Handle == Handle; }); in getCommandInfoByHandle() argument
111 [&aName](const CommandInfo& rCommand) { return rCommand.Name == aName; }); in hasCommandByName() argument
120 [&Handle](const CommandInfo& rCommand) { return rCommand.Handle == Handle; }); in hasCommandByHandle() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfilcmd.cxx85 [&aName](const CommandInfo& rCommand) { return rCommand.Name == aName; }); in getCommandInfoByName() argument
98 [&Handle](const CommandInfo& rCommand) { return rCommand.Handle == Handle; }); in getCommandInfoByHandle() argument
111 [&aName](const CommandInfo& rCommand) { return rCommand.Name == aName; }); in hasCommandByName() argument
120 [&Handle](const CommandInfo& rCommand) { return rCommand.Handle == Handle; }); in hasCommandByHandle() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dnavipi.cxx184 if (rCommand == ".uno:ScrollToPrevious" || rCommand == ".uno:ScrollToNext") in IMPL_LINK()
191 else if (rCommand == "root") in IMPL_LINK()
211 else if (rCommand == "footer") in IMPL_LINK()
224 else if (rCommand == "header") in IMPL_LINK()
237 else if (rCommand == "anchor") in IMPL_LINK()
271 rCommand == "edit") in IMPL_LINK()
283 else if (rCommand == "contenttoggle" || rCommand == "globaltoggle") in IMPL_LINK()
291 else if (rCommand == "save") in IMPL_LINK()
318 if (rCommand == "update") in IMPL_LINK()
329 if (rCommand != "dragmode") in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/uitest/
H A Duitest.cxx21 bool UITest::executeCommand(const OUString& rCommand) in executeCommand() argument
24 rCommand, in executeCommand()
29 bool UITest::executeCommandWithParameters(const OUString& rCommand, in executeCommandWithParameters() argument
43 return comphelper::dispatchCommand(rCommand,lNewArgs); in executeCommandWithParameters()
46 bool UITest::executeDialog(const OUString& rCommand) in executeDialog() argument
49 rCommand, in executeDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/uitest/
H A Duitest.cxx22 bool UITest::executeCommand(const OUString& rCommand) in executeCommand() argument
25 rCommand, in executeCommand()
30 bool UITest::executeCommandWithParameters(const OUString& rCommand, in executeCommandWithParameters() argument
44 return comphelper::dispatchCommand(rCommand,lNewArgs); in executeCommandWithParameters()
47 bool UITest::executeDialog(const OUString& rCommand) in executeDialog() argument
50 rCommand, in executeDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/misc/
H A Downlist.cxx35 const OUString & rCommand, /* The command */ in Append() argument
39 aCommandList.emplace_back( rCommand, rArg ); in Append()
46 for( const auto& rCommand : aCommandSequence ) in FillFromSequence() local
48 aCommand = rCommand.Name; in FillFromSequence()
49 if( !( rCommand.Value >>= aApiArg ) ) in FillFromSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/misc/
H A Downlist.cxx35 const OUString & rCommand, /* The command */ in Append() argument
39 aCommandList.emplace_back( rCommand, rArg ); in Append()
46 for( const auto& rCommand : aCommandSequence ) in FillFromSequence() local
48 aCommand = rCommand.Name; in FillFromSequence()
49 if( !( rCommand.Value >>= aApiArg ) ) in FillFromSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/toolbox/
H A Dweldutils.cxx115 void ToolbarUnoDispatcher::CreateController(const OUString& rCommand) in CreateController() argument
119 *m_pToolbar, *m_pBuilder, rCommand, m_xFrame, m_xFrame->getController(), m_bSideBar)); in CreateController()
122 maControllers.insert(std::make_pair(rCommand, xController)); in CreateController()
126 ToolbarUnoDispatcher::GetControllerForCommand(const OUString& rCommand) const in GetControllerForCommand()
128 ControllerContainer::const_iterator iController(maControllers.find(rCommand)); in GetControllerForCommand()
135 IMPL_LINK(ToolbarUnoDispatcher, SelectHdl, const OString&, rCommand, void) in IMPL_LINK() argument
138 GetControllerForCommand(OUString::fromUtf8(rCommand))); in IMPL_LINK()
144 IMPL_LINK(ToolbarUnoDispatcher, ToggleMenuHdl, const OString&, rCommand, void) in IMPL_LINK() argument
147 GetControllerForCommand(OUString::fromUtf8(rCommand))); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A DFixedImageToolbarController.cxx43 FixedImageControl(vcl::Window* pParent, const OUString& rCommand);
52 FixedImageControl::FixedImageControl(vcl::Window* pParent, const OUString& rCommand) in FixedImageControl() argument
62 = Graphic(AddonsOptions().GetImageFromURL(rCommand, bBigImages, true)).GetXGraphic(); in FixedImageControl()
83 ToolBox* pToolbar, ToolBoxItemId nID, const OUString& rCommand) in FixedImageToolbarController() argument
84 : ComplexToolbarController(rxContext, rFrame, pToolbar, nID, rCommand) in FixedImageToolbarController()
87 m_pFixedImageControl = VclPtr<FixedImageControl>::Create(m_xToolbar, rCommand); in FixedImageToolbarController()
H A Dgenerictoolbarcontroller.cxx45 static bool isEnumCommand( const OUString& rCommand ) in isEnumCommand() argument
47 INetURLObject aURL( rCommand ); in isEnumCommand()
53 static OUString getEnumCommand( const OUString& rCommand ) in getEnumCommand() argument
55 INetURLObject aURL( rCommand ); in getEnumCommand()
66 static OUString getMasterCommand( const OUString& rCommand ) in getMasterCommand() argument
68 OUString aMasterCommand( rCommand ); in getMasterCommand()
69 INetURLObject aURL( rCommand ); in getMasterCommand()
H A Dpopuptoolbarcontroller.cxx74 virtual void functionExecuted( const OUString &rCommand );
300 void functionExecuted(const OUString &rCommand) override;
379 void GenericPopupToolbarController::functionExecuted( const OUString& rCommand ) in functionExecuted() argument
388 m_aCommandURL = aRealCommand.isEmpty() ? rCommand : aRealCommand; in functionExecuted()
395 pToolBox->SetItemCommand( nId, rCommand ); in functionExecuted()
628 void functionExecuted( const OUString &rCommand ) override;
631 sal_uInt16 getMenuIdForCommand( std::u16string_view rCommand );
717 void NewToolbarController::functionExecuted( const OUString &rCommand ) in functionExecuted() argument
719 m_nMenuId = getMenuIdForCommand( rCommand ); in functionExecuted()
725 if ( m_xPopupMenu.is() && !rCommand.empty() ) in getMenuIdForCommand()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/uitest/
H A Duitest.hxx26 static bool executeCommand(const OUString& rCommand);
28 static bool executeCommandWithParameters(const OUString& rCommand,
31 static bool executeDialog(const OUString& rCommand);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/uitest/
H A Duitest.hxx30 static bool executeCommand(const OUString& rCommand);
32 static bool executeCommandWithParameters(const OUString& rCommand,
35 static bool executeDialog(const OUString& rCommand);
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Ddispatchcommand.cxx34 bool dispatchCommand(const OUString& rCommand, const uno::Reference<css::frame::XFrame>& rFrame, co… in dispatchCommand() argument
41 aCommandURL.Complete = rCommand; in dispatchCommand()
66 bool dispatchCommand(const OUString& rCommand, const css::uno::Sequence<css::beans::PropertyValue>&… in dispatchCommand() argument
76 return dispatchCommand(rCommand, xFrame, rArguments, rListener); in dispatchCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Ddispatchcommand.cxx34 bool dispatchCommand(const OUString& rCommand, const uno::Reference<css::frame::XFrame>& rFrame, co… in dispatchCommand() argument
41 aCommandURL.Complete = rCommand; in dispatchCommand()
66 bool dispatchCommand(const OUString& rCommand, const css::uno::Sequence<css::beans::PropertyValue>&… in dispatchCommand() argument
76 return dispatchCommand(rCommand, xFrame, rArguments, rListener); in dispatchCommand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Downlist.hxx40 SvCommand( const OUString & rCommand, const OUString & rArg ) in SvCommand() argument
42 aCommand = rCommand; in SvCommand()
60 void Append( const OUString & rCommand, const OUString & rArg );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Downlist.hxx45 SvCommand( const OUString & rCommand, const OUString & rArg ) in SvCommand() argument
47 aCommand = rCommand; in SvCommand()
65 void Append( const OUString & rCommand, const OUString & rArg );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dutilsexc.cpp128 long wxExecute( const wxString& rCommand, in wxExecute() argument
133 if (rCommand.empty()) in wxExecute()
159 ,rCommand.c_str() in wxExecute()
163 wxLogSysError(_("Execution of command '%s' failed with error: %ul"), rCommand.c_str(), rc); in wxExecute()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dutilsexc.cpp128 long wxExecute( const wxString& rCommand, in wxExecute() argument
133 if (rCommand.empty()) in wxExecute()
159 ,rCommand.c_str() in wxExecute()
163 wxLogSysError(_("Execution of command '%s' failed with error: %ul"), rCommand.c_str(), rc); in wxExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dnavigatr.cxx210 IMPL_LINK(SdNavigatorWin, SelectToolboxHdl, const OString&, rCommand, void) in IMPL_LINK() argument
214 if (rCommand == "first") in IMPL_LINK()
216 else if (rCommand == "previous") in IMPL_LINK()
218 else if (rCommand == "next") in IMPL_LINK()
220 else if (rCommand == "last") in IMPL_LINK()
222 else if (rCommand == "dragmode") in IMPL_LINK()
224 else if (rCommand == "shapes") in IMPL_LINK()
235 IMPL_LINK(SdNavigatorWin, DropdownClickToolBoxHdl, const OString&, rCommand, void) in IMPL_LINK() argument
237 if (!mxToolbox->get_menu_item_active(rCommand)) in IMPL_LINK()
240 if (rCommand == "dragmode") in IMPL_LINK()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DGraphImplementation.cxx393 OSS rCommand; in makeRLegendCommand() local
394 rCommand << "legend(\"" << legendPosition_ << "\"," in makeRLegendCommand()
403 return rCommand; in makeRLegendCommand()
543 OSS rCommand; in draw() local
544 rCommand << makeRHeaderCommand(); in draw()
548rCommand << "postscript(\"" << file + (matchedExtension ? "" : extensionMap[EPS]) << "\", horizont… in draw()
552rCommand << "pdf(\"" << file + (matchedExtension ? "" : extensionMap[PDF]) << "\", onefile = FALSE… in draw()
556rCommand << "png(\"" << file + (matchedExtension ? "" : extensionMap[PNG]) << "\",height=" << heig… in draw()
560rCommand << "xfig(\"" << file + (matchedExtension ? "" : extensionMap[FIG]) << "\", horizontal = F… in draw()
562 LOGDEBUG(OSS() << "R command=" << String(rCommand)); in draw()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx78 virtual void functionExecuted( const OUString &rCommand );
278 void functionExecuted(const OUString &rCommand) override;
357 void GenericPopupToolbarController::functionExecuted( const OUString& rCommand ) in functionExecuted() argument
365 m_aCommandURL = aRealCommand.isEmpty() ? rCommand : aRealCommand; in functionExecuted()
372 pToolBox->SetItemCommand( nId, rCommand ); in functionExecuted()
599 void functionExecuted( const OUString &rCommand ) override;
602 void setItemImage( const OUString &rCommand );
692 void NewToolbarController::functionExecuted( const OUString &rCommand ) in functionExecuted() argument
694 setItemImage( rCommand ); in functionExecuted()
775 void NewToolbarController::setItemImage( const OUString &rCommand ) in setItemImage() argument
[all …]

1234567891011