/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XScenario.idl | 41 /** provides access to the settings of a scenario sheet. 49 /** returns <TRUE/> if the current object is a scenario. 55 /** returns the comment for the scenario. 61 /** sets a new comment for the scenario. 67 /** adds more ranges to the scenario. 74 /** applies the scenario. 76 <p>The contents of the scenario ranges are copied into the first 77 non-scenario sheet which is in front of the sheet containing 78 the scenario by itself.</p>
|
H A D | Scenario.idl | 49 /** represents a scenario in a spreadsheet document. 64 /** specifies if the scenario is active. 70 /** specifies the color of the border of the scenario. 76 /** specifies if the scenario is protected. 82 /** specifies if the scenario shows a border. 88 /** specifies if the scenario prints a border. 94 /** specifies if the data should be copied back into the scenario.
|
H A D | XScenarios.idl | 51 /** creates a new scenario and adds it to the collection. 54 the name of the scenario (used i.e. for collection access). 57 the cell ranges contained in the scenario. 60 the user defined comment for the scenario. 69 /** removes a scenario from the collection.
|
H A D | XScenarioEnhanced.idl | 41 /** provides enhanced access to the settings of a scenario sheet. 56 /** gets the ranges to the scenario.
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | APIDescGetter.java | 144 if (scenario == null) in getDescriptionFor() 149 for (int i = 0; i < scenario.length; i++) in getDescriptionFor() 156 util.dbg.printArray(scenario); in getDescriptionFor() 772 String[] scenario = null; in createScenario() local 790 scenario = getScenarioFromClassPath(job, debug); in createScenario() 793 return scenario; in createScenario() 849 scenario[i] = (String) componentList.get(i); in getScenarioFromDirectory() 852 return scenario; in getScenarioFromDirectory() 916 String[] scenario = new String[scenarioList.size()]; in getScenarioFromClassPath() local 921 scenario[i] = (String) scenarioList.get(i); in getScenarioFromClassPath() [all …]
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | FileExport.java | 96 private String scenario = null; field in FileExport 378 sourceFile.length(), scenario, "", "", "Fail", reason); in Open() 405 scenario = FileUtil.getFileExtName(file).toLowerCase() + " to " + extName; in savetosameformat() 433 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetosameformat() 443 sourceFile.length(), scenario, "", "", "Fail", exception); in savetosameformat() 474 scenario = extName + " to " + targetExtName; in savetodiffformat() 498 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetodiffformat() 508 sourceFile.length(), scenario, "", "", "Fail", exception); in savetodiffformat() 610 scenario = FileUtil.getFileExtName(file).toLowerCase() + " to pdf"; in savetopdfformat() 638 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetopdfformat() [all …]
|
/aoo41x/main/qadevOOo/runner/share/ |
H A D | DescGetter.java | 56 BufferedReader scenario = null; in getScenario() local 61 scenario = new BufferedReader(new FileReader(url)); in getScenario() 143 line = scenario.readLine(); in getScenario() 156 scenario.close(); in getScenario()
|
/aoo41x/test/testuno/source/pvt/uno/ |
H A D | Conversion.java | 114 private String scenario = null; field in Conversion 135 …scenario = FileUtil.getFileExtName(sourceFile.getName()).toLowerCase() + " to " + FileUtil.getFile… in before() 139 … + sourceFileId + "] [Size: " + (sourceFile.length() / 1024) + "KB] [Scenario: " + scenario + "]"); in before() 145 …result.addRow("data", sourceFileId, scenario, counter % repeat , closeTime, saveTime, loadTime, so… in after()
|
/aoo41x/main/udkapi/com/sun/star/test/ |
H A D | XSimpleTest.idl | 51 perform their full test scenario. 71 Note : Each test scenario should be independent of each other, so even if a scenario
|
H A D | XTest.idl | 54 There are some components, that cannot perform their full test scenario. 74 scenario should be independent of each other, so even if a scenario
|
/aoo41x/main/oox/source/xls/ |
H A D | scenariocontext.cxx | 47 case XLS_TOKEN( scenario ): in onCreateContext() 90 … if( nElement == XLS_TOKEN( scenario ) ) return new ScenarioContext( *this, mrSheetScenarios ); in onCreateContext()
|
/aoo41x/main/sc/source/ui/src/ |
H A D | globstr.src | 216 Text [ en-US ] = "Use scenario" ; 220 Text [ en-US ] = "Create scenario" ; 224 Text [ en-US ] = "Edit scenario" ; 668 Text [ en-US ] = "Add selected ranges to current scenario?" ; 672 …Text [ en-US ] = "The scenario ranges must be selected in order to be able to create a new scenari… 1020 Text [ en-US ] = "Are you sure you want to delete the selected scenario?" ;
|
/aoo41x/main/helpcontent2/source/text/scalc/guide/ |
H A D | makefile.mk | 114 scenario.xhp \
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | DataPilotReadme.txt | 28 Simple usage scenario:
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | scendlg.src | 154 Text [ en-US ] = "~Name of scenario";
|
/aoo41x/main/udkapi/com/sun/star/io/ |
H A D | XAsyncOutputMonitor.idl | 42 <p>A typical scenario where this interface is useful is when an
|
/aoo41x/main/udkapi/com/sun/star/bridge/ |
H A D | XBridgeSupplier2.idl | 61 To prevent this, implementations of this interface should be aware of this scenario and
|
/aoo41x/main/offapi/com/sun/star/form/binding/ |
H A D | ValueBinding.idl | 67 <p>In a more complex scenario, where different form controls are bound to different
|
/aoo41x/main/offapi/com/sun/star/form/component/ |
H A D | DatabaseImageControl.idl | 67 <p>In a usual data form, the scenario will be as follows:
|
/aoo41x/main/desktop/test/deployment/options/ |
H A D | readme.txt | 19 scenario when a Node had been added to an existing Module and later the Module
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XSingleSelectQueryComposer.idl | 245 <p>If, in such a scenario, you would be interested in the filter part of the
|
/aoo41x/main/offapi/com/sun/star/deployment/ |
H A D | XPackage.idl | 142 startup scenario. That is, it is set to true, when called
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.ini | 1813 0x0010=scenario 2084 0x00000002=edit-scenario
|
H A D | xlsbdumper.ini | 709 shortlist=PCDSOURCE-TYPE,0,worksheet,external,consolidation,scenario
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | Content.idl | 397 command can't be implemented efficiently for this scenario,
|