Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 265) sorted by relevance

1234567891011

/trunk/main/scripting/workben/mod/_scripting/
H A DTestDataLoader.java57 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 DCalcRTL.java166 String[] previous = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() local
178 (previous[0].equals(RL_TB[0]) && previous[0].equals(LR_TB[0]))); in checkInfluenceOfSpreadsheetChange()
180 2100, (Integer.valueOf(previous[1]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange()
185 3*Integer.valueOf(previous[2]).intValue(), in checkInfluenceOfSpreadsheetChange()
186 (Integer.valueOf(previous[2]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange()
191 (previous[3].equals(LR_TB[3]) && in checkInfluenceOfSpreadsheetChange()
192 ((Integer.valueOf(previous[3]).intValue() * (-1)) - in checkInfluenceOfSpreadsheetChange()
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx141 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 Dcpptypemaker.cxx148 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 DManifest.java146 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.java180 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 DInterfaceContainer_Test.java818 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 DXBreakIterator.idl114 <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 DAccessibleTextImpl.java516 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.java114 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 DInterfaceContainer.java823 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 DTabAlign.idl42 /** 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 DXSlideShow.idl97 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 DXSlideShowController.idl117 <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 DEffectNodeType.idl52 /** 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 DXAsyncOutputMonitor.idl62 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 DXResultSet.idl239 /** 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 DOfficeWatcher.java74 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 DSetupActionListener.java83 String previous = panel.getPrevious(); in actionPerformed() local
84 setupFrame.setCurrentPanel(previous, true, false); in actionPerformed()
/trunk/main/offapi/com/sun/star/text/
H A DChainedTextFrame.idl51 /** name of the previous frame in the chain
53 <p>An empty string indicates that there is no previous frame.</p>
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java131 boolean previous() throws SQLException in previous() method in ResultSet
133 return m_resultSet.previous(); in previous()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSubTotalCalculatable.idl57 <FALSE/>, fills the descriptor with previous settings of the
72 if set to <TRUE/>, replaces previous subtotal results.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java478 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 DRowSet.java637 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 DFormulaCompiler.java207 iter.previous(); in extractParameter()
214 iter.previous(); in extractParameter()

Completed in 213 milliseconds

1234567891011