Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 177) sorted by relevance

12345678

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java86 for (final Run<TokenType> aRun : aLine) in paintComponent()
217 final Run<TokenType> aRun = aRunIterator.next(); in UpdateHighlightedLine()
257 private void HighlightGroup (final Run<TokenType> aRun) in HighlightGroup()
316 public Run<TokenType> GetRun (final int nOffset) in GetRun()
345 public void MarkError (final Run<TokenType> aRun) in MarkError()
354 public void ShowRun (final Run<TokenType> aRun) in ShowRun()
384 private Run<TokenType> maHighlightedGroup0;
385 private Run<TokenType> maHighlightedGroup1;
386 private Run<TokenType> maHighlightedGroup2;
387 private Run<TokenType> maHighlightedErrorRun;
[all …]
H A DLine.java30 implements Iterable<Run<TokenType>>
34 maRuns = new Vector<Run<TokenType>>(); in Line()
45 public void AddRun (final Run<TokenType> aRun) in AddRun()
74 for (final Run<TokenType> aRun : maRuns) in Format()
137 public Iterator<Run<TokenType>> iterator() in iterator()
145 public Run<TokenType> GetRunForX (final int nX) in GetRunForX()
148 for (final Run<TokenType> aRun : maRuns) in GetRunForX()
162 public Run<TokenType> GetRunForOffset (int nOffset) in GetRunForOffset()
178 public Iterable<Run<TokenType>> GetRunsForOffsets ( in GetRunsForOffsets()
184 for (final Run<TokenType> aRun : maRuns) in GetRunsForOffsets()
[all …]
H A DRun.java28 public class Run<TokenType> class
30 Run ( in Run() method in Run
144 public void SetGroupParent (final Run<TokenType> aParent) in SetGroupParent()
152 public void SetGroupEnd (final Run<TokenType> aRun) in SetGroupEnd()
160 public Run<TokenType> GetGroupEnd() in GetGroupEnd()
181 public Run<TokenType> GetParent () in GetParent()
245 private Run<TokenType> maParent;
246 private Run<TokenType> maGroupEnd;
H A DDocumentFactory.java44 maGroupStartStack = new Stack<Run<TokenType>>(); in DocumentFactory()
59 final Run<TokenType> aRun = new Run<TokenType>(sText, eTokenType, aStyle, nOffset); in AddText()
124 private Stack<Run<TokenType>> maGroupStartStack;
125 private Run<TokenType> maLastRun;
126 private Run<TokenType> maCurrentGroup;
H A DRunRange.java28 RunRange (final Vector<Run<TokenType>> aRuns) in RunRange()
78 public Run<TokenType> Get (final int nIndex) in Get()
86 private final Vector<Run<TokenType>> maRuns;
/trunk/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv7 …t=false;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=false;exp…
8 …t=false;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=false;exp…
9 …ist=false;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=false;exp…
10 …se;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;checkpath=false;exp…
11 …;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;checkpath=false;exp…
12 …;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;checkpath=false;exp…
13 …list=true;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=false;exp…
14 …ue;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;checkpath=false;exp…
15 …list=false;confirm=true;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=true;expe…
16 …thlist=true;confirm=true;warning=true;dialog=true;checkbox=true;buttonName=Run;checkpath=true;expe…
[all …]
/trunk/main/autodoc/source/exes/adc_uni/
H A Dcmd_run.cxx99 Get_IdlParser().Run(*pFiles); in Perform()
104 Get_CppParser().Run( *pFiles ); in Perform()
316 CommandRunner::Run( const CommandLine & i_rCL )
325 pCommandLine->Run();
372 Get_CppParser().Run( (*it)->Name(),
379 Get_IdlParser().Run(*pFiles);
573 pHtmlDisplay->Run( pCommandLine->Cmd_CreateHtml()->OutputDir(),
598 pNewDisplay->Run( pCommandLine->Cmd_CreateHtml()->OutputDir(),
H A Dadc_cmd.hxx86 bool Run() const;
96 Command::Run() const in Run() function in autodoc::command::Command
H A Dadc_cmds.cxx147 pDisplay->Run( sOutputRootDirectory, in run_Idl()
165 pDisplay->Run( sOutputRootDirectory, in run_Cpp()
/trunk/main/autodoc/inc/autodoc/
H A Ddsp_html_std.hxx144 void Run(
162 HtmlDisplay_UdkStd::Run( const char * i_sOutputDirectory, in Run() function in autodoc::HtmlDisplay_UdkStd
178 void Run(
198 HtmlDisplay_Idl_Ifc::Run( const char * i_sOutputDirectory, in Run() function in autodoc::HtmlDisplay_Idl_Ifc
/trunk/main/sw/source/core/except/
H A Ddbgloop.cxx130 void Run() const;
133 void Test::Run() const in Run() function in Test
156 aTest1.Run(); in main()
158 aTest2.Run(); in main()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheCompactor.cxx64 virtual void Run (void) { /* Do nothing */ }; in Run() function in __anon692071720111::NoCacheCompaction
86 virtual void Run (void);
170 Run(); in IMPL_LINK()
203 void CacheCompactionByCompression::Run (void) in Run() function in __anon692071720211::CacheCompactionByCompression
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx52 bool Run (const double nGlobalTime);
245 bExpired |= (*iAnimation)->Run(nTime); in ProcessAnimations()
328 Run(nGlobalTime); in Animation()
341 bool Animator::Animation::Run (const double nGlobalTime) in Run() function in sd::slidesorter::controller::Animator::Animation
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProxyRunner.idl48 // DocMerge from xml: method com::sun::star::mozilla::XProxyRunner::Run
49 /** attempts to Run XPCOM code in a managered environment
57 long Run( [in]XCodeProxy aCode);
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java33 import org.apache.openoffice.ooxml.viewer.tokenview.Run;
49 public void Run ( in AddSemanticInformation()
129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation()
/trunk/main/rhino/
H A Drhino1_7R3.patch263 + } else if (cmd.equals("Run")) {
352 …Wrapper.showMessageDialog(this, "Can't load scripts: no scope available", "Run", JOptionPane.ERROR…
606 - String[] fileItems = {"Open...", "Run...", "", "Exit"};
608 + // String[] fileItems = {"Open...", "Run...", "", "Exit"};
610 + String[] fileItems = {"Run", "Save", "", "Exit"};
611 + String[] fileCmds = {"Run", "Save", "", "Exit"};
660 debugGui, ex.getMessage(), "Run error for "+fileName,
/trunk/main/migrationanalysis/src/wizard/
H A DRunServer.bas100 wrdApp.Run ("AnalysisTool.AnalysisDriver.AnalyseDirectory")
127 excelApp.Run ("AnalysisTool.AnalysisDriver.AnalyseDirectory")
157 ppApp.Run ("AnalysisDriver.AnalyseDirectory")
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java36 public class Run { class
52 System.out.print(FileUtil.readStreamAsString(Run.class.getResourceAsStream("Run.help"), "utf-8")); in printUsage()
108 Logger log = Logger.getLogger(Run.class); in main()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java128 @Override public void Run( in AddSomeActions()
148 @Override public void Run( in AddSomeActions()
172 @Override public void Run( in AddSomeActions()
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt73 -Run the update in the Extension Manager
120 -Run the update in the Extension Manager
162 -Run the update in the Extension Manager
205 -Run the update in the Extension Manager
/trunk/main/migrationanalysis/src/driver_docs/
H A DDocAnalysisRunMacro.vbs100 daWrd.Run ("AnalysisTool." & macro)
159 daXl.Run ("AnalysisTool." & macro)
229 daPP.Run (daFso.GetFileName(driver) & "!" & macro)
/trunk/main/
H A Daclocal.m4247 dnl Run any user-specified action, or abort.
353 dnl Run any user-specified action.
362 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
363 # Run ACTION-IF-FALSE otherwise.
387 # Run COMMAND, save the exit status in ac_status, and log it.
/trunk/main/autodoc/inc/ary/
H A Dactions.hxx76 void Run(
89 Command::Run(n22::RepositoryCenter & io_rReposy) in Run() function in ary::Command
/trunk/main/toolkit/workben/layout/
H A DREADME23 * Run it on any .xml file
27 * Run it for specific dialogs, see test.cxx
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java97 public void Run( in ContentTypes()
114 public void Run( in ContentTypes()

Completed in 63 milliseconds

12345678