| /aoo4110/main/scripting/workben/mod/_scripting/ | 
| H A D | TestDataLoader.java | 57             String s, previous, current;  in setupData()  local63                 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()
 
 | 
| /aoo4110/main/sc/qa/complex/sc/ | 
| H A D | CalcRTL.java | 166         String[] previous = getShapeProps(shapeProps, oShape);  in checkInfluenceOfSpreadsheetChange()  local178                (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()
 
 | 
| /aoo4110/main/unodevtools/source/skeletonmaker/ | 
| H A D | javatypemaker.cxx | 141     bool previous = false;  in printConstructorParameters()  local149         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()  local156         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()
 
 | 
| /aoo4110/main/scripting/java/org/openoffice/idesupport/xml/ | 
| H A D | Manifest.java | 146         int previous = reader.read();  in replaceNewlines()  local147         out.write(previous);  in replaceNewlines()
 152                 (char)previous == '\n')  in replaceNewlines()
 156                 previous = current;  in replaceNewlines()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/linguistic2/ | 
| H A D | _XDictionaryList.java | 180         short previous = oObj.getCount();  in _addDictionary()  local189         tRes.tested( "addDictionary()", (after > previous) );  in _addDictionary()
 199         short previous = oObj.getCount();  in _removeDictionary()  local
 202         tRes.tested("removeDictionary()",(after < previous) );  in _removeDictionary()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/main/offapi/com/sun/star/i18n/ | 
| H A D | XBreakIterator.idl | 114             <p> If the previous character is a space character and123             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.
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/text/ | 
| H A D | _TextGraphicObject.java | 114             int previous = imgMap.getCount();  in _ImageMap()  local115             log.println("Count (previous) " + previous);  in _ImageMap()
 126             result = previous < after;  in _ImageMap()
 
 | 
| /aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ | 
| H A D | AccessibleTextImpl.java | 515                 end = words.previous();  in getBeforeIndex()516                 int start = words.previous();  in getBeforeIndex()
 533                 end = sentence.previous();  in getBeforeIndex()
 534                 int start = sentence.previous();  in getBeforeIndex()
 593                 return s.substring(words.previous(), end);  in getAtIndex()
 606                 return s.substring(sentence.previous(), end);  in getAtIndex()
 
 | 
| /aoo4110/main/offapi/com/sun/star/style/ | 
| H A D | TabAlign.idl | 42 	/** The text range is left-aligned between the previous tabulator50 	/** The text range is centered between the previous tabulator
 58 	/** The text range is right-aligned between the previous tabulator
 
 | 
| /aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/ | 
| H A D | InterfaceContainer.java | 823         public synchronized Object previous()  in previous()  method in InterfaceContainer.LstItr827                 Object previous = dataIt.get(--cursor);  in previous()  local
 829                 lastRetObj= previous;  in previous()
 830                 return previous;  in previous()
 
 | 
| /aoo4110/main/offapi/com/sun/star/presentation/ | 
| H A D | XSlideShow.idl | 97         has never been triggered.  If there is no previous effect on the100         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 the118 		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.
 
 | 
| /aoo4110/main/udkapi/com/sun/star/io/ | 
| H A D | XAsyncOutputMonitor.idl | 62        waits for the completion of any previous calls to73        blocks long enough so that any errors encountered during previous calls
 81        if any previous call to <member
 
 | 
| /aoo4110/main/qadevOOo/runner/helper/ | 
| H A D | OfficeWatcher.java | 74             final int previous = StoredPing;  in run()  local77             if ((StoredPing == previous) && timeOut != 0) {  in run()
 
 | 
| /aoo4110/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);
 
 | 
| /aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ | 
| H A D | SetupActionListener.java | 83             String previous = panel.getPrevious();          in actionPerformed()  local84             setupFrame.setCurrentPanel(previous, true, false);  in actionPerformed()
 
 | 
| /aoo4110/main/offapi/com/sun/star/text/ | 
| H A D | ChainedTextFrame.idl | 51     /** name of the previous frame in the chain53         <p>An empty string indicates that there is no previous frame.</p>
 
 | 
| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 131     boolean previous() throws SQLException  in previous()  method in ResultSet133         return m_resultSet.previous();  in previous()
 
 | 
| /aoo4110/main/offapi/com/sun/star/sheet/ | 
| H A D | XSubTotalCalculatable.idl | 57 			<FALSE/>, fills the descriptor with previous settings of the72 			if set to <TRUE/>, replaces previous subtotal results.
 
 | 
| /aoo4110/main/xmerge/source/pexcel/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()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/accessibility/ | 
| H A D | _XAccessibleText.java | 478             int[] previous = (int[]) tEnv.getObjRelation("PreviousUsed");  in _getIndexAtPoint()  local480             if (previous != null) {  in _getIndexAtPoint()
 481                 for (int k = 0; k < previous.length; k++) {  in _getIndexAtPoint()
 482                     if (i == previous[k]) {  in _getIndexAtPoint()
 
 | 
| /aoo4110/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()
 
 |