/trunk/main/scripting/workben/mod/_scripting/ |
H A D | TestDataLoader.java | 57 String s, previous, current; in setupData() local 63 current = previous = st.nextToken(); in setupData() 75 if (!current.equals(previous)) { in setupData() 76 tEnv.addObjRelation(previous, list); in setupData() 77 previous = current; in setupData() 84 tEnv.addObjRelation(previous, list); in setupData()
|
/trunk/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 146 String[] previous = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() local 158 (previous[0].equals(RL_TB[0]) && previous[0].equals(LR_TB[0]))); in checkInfluenceOfSpreadsheetChange() 160 2100, (Integer.valueOf(previous[1]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange() 165 3*Integer.valueOf(previous[2]).intValue(), in checkInfluenceOfSpreadsheetChange() 166 (Integer.valueOf(previous[2]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange() 171 (previous[3].equals(LR_TB[3]) && in checkInfluenceOfSpreadsheetChange() 172 ((Integer.valueOf(previous[3]).intValue() * (-1)) - in checkInfluenceOfSpreadsheetChange()
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | javatypemaker.cxx | 141 bool previous = false; in printConstructorParameters() local 149 previous = printConstructorParameters(o, in printConstructorParameters() 153 if ( previous ) { in printConstructorParameters() 156 previous = true; in printConstructorParameters() 183 return previous; in printConstructorParameters() 199 typereg::Reader const & reader, sal_uInt16 method, bool previous, in printMethodParameters() argument 203 if ( previous ) in printMethodParameters() 206 previous = true; in printMethodParameters()
|
H A D | cpptypemaker.cxx | 148 bool previous = false; in printConstructorParameters() local 156 previous = printConstructorParameters(o, in printConstructorParameters() 160 if (previous) in printConstructorParameters() 163 previous = true; in printConstructorParameters() 189 return previous; in printConstructorParameters() 207 typereg::Reader const & reader, sal_uInt16 method, bool previous, in printMethodParameters() argument 212 if (previous) in printMethodParameters() 215 previous = true; in printMethodParameters()
|
/trunk/main/scripting/java/org/openoffice/idesupport/xml/ |
H A D | Manifest.java | 146 int previous = reader.read(); in replaceNewlines() local 147 out.write(previous); in replaceNewlines() 152 (char)previous == '\n') in replaceNewlines() 156 previous = current; in replaceNewlines()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/ |
H A D | _XDictionaryList.java | 180 short previous = oObj.getCount(); in _addDictionary() local 189 tRes.tested( "addDictionary()", (after > previous) ); in _addDictionary() 199 short previous = oObj.getCount(); in _removeDictionary() local 202 tRes.tested("removeDictionary()",(after < previous) ); in _removeDictionary()
|
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer_Test.java | 818 r[i++]= it.previous() == it_list1.previous(); in ListIterator_previous() 822 it.previous(); in ListIterator_previous() 879 it.previous(); in ListIterator_previousIndex() 881 it.previous(); in ListIterator_previousIndex() 883 it.previous(); in ListIterator_previousIndex() 907 r[i++]= it.previous() == obj3; in ListIterator_add() 908 r[i++]= it.previous() == obj2; in ListIterator_add() 909 r[i++]= it.previous() == obj1; in ListIterator_add()
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | XBreakIterator.idl | 114 <p> If the previous character is a space character and 123 referring to the Asian character, which is then the previous 148 of one word and EndPos of previous word. In this situation, the 290 /** Traverses in Text from <em>nStartPos</em> to the previous start 297 The position where the previous script type starts. 353 /** Traverses in Text from <em>nStartPos</em> to the previous start 360 The position where the previous character type starts.
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 516 end = words.previous(); in getBeforeIndex() 517 int start = words.previous(); in getBeforeIndex() 534 end = sentence.previous(); in getBeforeIndex() 535 int start = sentence.previous(); in getBeforeIndex() 594 return s.substring(words.previous(), end); in getAtIndex() 607 return s.substring(sentence.previous(), end); in getAtIndex()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
H A D | _TextGraphicObject.java | 114 int previous = imgMap.getCount(); in _ImageMap() local 115 log.println("Count (previous) " + previous); in _ImageMap() 126 result = previous < after; in _ImageMap()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer.java | 823 public synchronized Object previous() in previous() method in InterfaceContainer.LstItr 827 Object previous = dataIt.get(--cursor); in previous() local 829 lastRetObj= previous; in previous() 830 return previous; in previous()
|
/trunk/main/offapi/com/sun/star/style/ |
H A D | TabAlign.idl | 42 /** The text range is left-aligned between the previous tabulator 50 /** The text range is centered between the previous tabulator 58 /** The text range is right-aligned between the previous tabulator
|
/trunk/main/offapi/com/sun/star/presentation/ |
H A D | XSlideShow.idl | 97 has never been triggered. If there is no previous effect on the 100 previous slide. Note that this command is executed asynchronously. 105 @return <TRUE/>, if the previous effect was successfully 108 triggered, or the implementation failed to trigger the previous 171 effect leads to the previous slide. On that slide all 180 back one effect leads to the previous slide. Typically used
|
H A D | XSlideShowController.idl | 117 <p>If there is no previous effect that can be undone then the 118 previous slide will be displayed. 135 /** goto and display previous slide.
|
H A D | EffectNodeType.idl | 52 /** This node contains an effect that starts with a previous effect. 56 /** This node contains an effect that starts after a previous effect has finished.
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XAsyncOutputMonitor.idl | 62 waits for the completion of any previous calls to 73 blocks long enough so that any errors encountered during previous calls 81 if any previous call to <member
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSet.idl | 239 /** moves the cursor to the previous row in the result set. 244 <code>previous()</code> 248 <code>previous()</code> 256 boolean previous() raises (SQLException);
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | OfficeWatcher.java | 74 final int previous = StoredPing; in run() local 77 if ((StoredPing == previous) && timeOut != 0) { in run()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | SetupActionListener.java | 83 String previous = panel.getPrevious(); in actionPerformed() local 84 setupFrame.setCurrentPanel(previous, true, false); in actionPerformed()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | ChainedTextFrame.idl | 51 /** name of the previous frame in the chain 53 <p>An empty string indicates that there is no previous frame.</p>
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XSubTotalCalculatable.idl | 57 <FALSE/>, fills the descriptor with previous settings of the 72 if set to <TRUE/>, replaces previous subtotal results.
|
/trunk/main/forms/qa/integration/complex/forms/tools/ |
H A D | ResultSet.java | 131 boolean previous() throws SQLException in previous() method in ResultSet 133 return m_resultSet.previous(); in previous()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
H A D | _XAccessibleText.java | 478 int[] previous = (int[]) tEnv.getObjRelation("PreviousUsed"); in _getIndexAtPoint() local 480 if (previous != null) { in _getIndexAtPoint() 481 for (int k = 0; k < previous.length; k++) { in _getIndexAtPoint() 482 if (i == previous[k]) { in _getIndexAtPoint()
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 637 assertTrue("|previous| after |deleteRow| failed", m_resultSet.previous()); in testDeleteBehavior() 761 m_resultSet.previous(); in testCloneMovesPlusDeletions() 776 clone.previous(); in testCloneMovesPlusDeletions() 786 clone.previous(); in testCloneMovesPlusDeletions()
|
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaCompiler.java | 207 iter.previous(); in extractParameter() 214 iter.previous(); in extractParameter()
|