/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaCompiler.java | 96 public Vector RPN2Infix(Vector tokens) { in RPN2Infix() 97 Vector infixExpr = new Vector(15); in RPN2Infix() 105 Vector expr = new Vector(5); in RPN2Infix() 128 public Vector infix2RPN(Vector tokens) { in infix2RPN() 129 Vector rpnExpr = new Vector(15); in infix2RPN() 196 Vector param = new Vector(5); in extractParameter() 230 Vector tmp = new Vector(5); in makeExpression() 239 tmp.addAll((Vector)args.elementAt(0)); in makeExpression() 243 tmp.addAll((Vector)args.elementAt(0)); in makeExpression() 253 Vector v = (Vector)args.pop(); in makeExpression() [all …]
|
H A D | TokenEncoder.java | 27 import java.util.Vector; 140 Vector tmpByteArray = new Vector(); in operatorEncoder() 154 Vector tmpByteArray = new Vector(); in stringEncoder() 172 private Vector numEncoder(Token t) { in numEncoder() 174 Vector tmpByteArray = new Vector(); in numEncoder() 323 Vector tmpByteArray = new Vector(); in nameDefinitionEncoder() 357 Vector tmpByteArray = new Vector(); in cellRefEncoder() 403 Vector tmpByteArray = new Vector(); in threeDCellRefEncoder() 447 Vector tmpByteArray = new Vector(); in threeDAreaRefEncoder() 504 Vector tmpByteArray = new Vector(); in areaRefEncoder() [all …]
|
/trunk/main/basegfx/source/inc/ |
H A D | PolygonPoint.hxx | 66 Vector maBackward; 67 Vector maForward; 71 : maBackward(Vector::getEmptyVector()), in SimpleBezierEntry() 72 maForward(Vector::getEmptyVector()) in SimpleBezierEntry() 76 SimpleBezierEntry(const Vector& rInitBackward, const Vector& rInitForward) in SimpleBezierEntry() 82 const Vector& getBackwardVector() const in getBackwardVector() 92 const Vector& getForwardVector() const in getForwardVector() 97 void setForwardVector(const Vector& rValue) in setForwardVector() 104 if(maBackward != Vector::getEmptyVector() || maForward != Vector::getEmptyVector()) in isBezierNeeded() 285 return Vector::getEmptyVector(); in getBackwardVector() [all …]
|
H A D | polygontemplate.hxx | 66 Vector maBackward; 67 Vector maForward; 71 : maBackward(Vector::getEmptyVector()), in ImplSimpleBezierEntry() 72 maForward(Vector::getEmptyVector()) in ImplSimpleBezierEntry() 76 ImplSimpleBezierEntry(const Vector& rInitBackward, const Vector& rInitForward) in ImplSimpleBezierEntry() 82 const Vector& getBackwardVector() const in getBackwardVector() 87 void setBackwardVector(const Vector& rValue) in setBackwardVector() 92 const Vector& getForwardVector() const in getForwardVector() 97 void setForwardVector(const Vector& rValue) in setForwardVector() 285 return Vector::getEmptyVector(); in getBackwardVector() [all …]
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ |
H A D | LinuxInstaller.java | 118 Vector returnVector = new Vector(); in getChangeInstallDir() 119 Vector returnErrorVector = new Vector(); in getChangeInstallDir() 228 Vector rpmVector = new Vector(); in installPackage() 276 Vector returnVector = new Vector(); in installPackage() 367 Vector rpmVector = new Vector(); in uninstallPackage() 408 Vector returnVector = new Vector(); in uninstallPackage() 409 Vector returnErrorVector = new Vector(); in uninstallPackage() 537 Vector returnVector = new Vector(); in queryAllDatabase() 538 Vector returnErrorVector = new Vector(); in queryAllDatabase() 673 Vector versionVector = new Vector(); in findOlderPackage() [all …]
|
H A D | SolarisInstaller.java | 37 import java.util.Vector; 129 Vector returnVector = new Vector(); in getChangeInstallDir() 130 Vector returnErrorVector = new Vector(); in getChangeInstallDir() 173 Vector returnVector = new Vector(); in installPackage() 174 Vector returnErrorVector = new Vector(); in installPackage() 274 Vector returnVector = new Vector(); in uninstallPackage() 275 Vector returnErrorVector = new Vector(); in uninstallPackage() 401 Vector returnVector = new Vector(); in queryAllDatabase() 402 Vector returnErrorVector = new Vector(); in queryAllDatabase() 516 Vector returnVector = new Vector(); in findOlderPackage() [all …]
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ChildrenRetriever.java | 34 import java.util.Vector; 49 private Vector m_propnames = new Vector(); 84 public Vector getChildren() in getChildren() 86 Vector properties = getProperties(); in getChildren() 99 public Vector getChildren( Vector properties ) in getChildren() 102 Vector result = null; in getChildren() 132 result = new Vector(); in getChildren() 145 Vector propsValues = new Vector(); in getChildren() 179 public Vector getProperties() { in getProperties() 310 Vector cont = new Vector(); in main() [all …]
|
H A D | PropertiesComposer.java | 24 import java.util.Vector; 42 private Vector m_propNames = new Vector(); 43 private Vector m_propValues = new Vector(); 82 Vector properties = getProperties(); in setProperties() 83 Vector propertyValues = getPropertyValues(); in setProperties() 97 public Object[] setProperties( Vector properties, Vector propertiesValues ) in setProperties() 154 public Vector getProperties() { in getProperties() 163 public Vector getPropertyValues() { in getPropertyValues() 256 Vector properties = setProp.getProperties(); in main() 257 Vector propertiesValues = setProp.getPropertyValues(); in main()
|
H A D | PropertiesRetriever.java | 24 import java.util.Vector; 44 private Vector m_propNames = new Vector(); 79 public Vector getPropertyValues() in getPropertyValues() 81 Vector properties = getProperties(); in getPropertyValues() 93 public Vector getPropertyValues( Vector properties ) in getPropertyValues() 95 Vector m_propValues = null; in getPropertyValues() 116 m_propValues = new Vector(); in getPropertyValues() 147 public Vector getProperties() { in getProperties() 214 Vector properties = obtProperty.getProperties(); in main() 215 Vector propertiesValues = obtProperty.getPropertyValues( properties ); in main()
|
/trunk/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 735 java.util.Vector lList = (java.util.Vector)aMap.get(PROPNAME_URLPATTERN); in convertTypePropsToExternal() 835 java.util.Vector lList = (java.util.Vector)aMap.get(PROPNAME_USERDATA); in convertFilterPropsToExternal() 1236 java.util.Vector lFlags = (java.util.Vector)aMap.get(PROPNAME_FLAGS); in convertFilterPropsToInternal() 1393 java.util.Vector lFlags = new java.util.Vector(); in convertFilterFlagValues2Names() 1543 java.util.Vector lNames = new java.util.Vector(); in getItemNames() 1575 java.util.Vector lNames = new java.util.Vector(); in getMatchedItemNames() 1767 java.util.Vector lTokens = new java.util.Vector(); in splitTokenString() 1862 java.util.Vector lTypeReg = (java.util.Vector)aItem.get(PROPNAME_TYPES); in analyze() 1876 java.util.Vector lTypeReg = (java.util.Vector)aItem.get(PROPNAME_TYPES); in analyze() 2107 java.util.Vector lPreferredFilters = new java.util.Vector(); in transform60to6Y() [all …]
|
H A D | XMLHelper.java | 127 … java.util.Vector lChildNodes = XMLHelper.extractChildNodesByTagName(aNode, XMLTAG_PROP); in convertNodeToPropSet() 152 …java.util.Vector lChildValues = XMLHelper.extractChildNodesByTagName(aChildNode, XMLTAG_VALUE… in convertNodeToPropSet() 212 java.util.Vector lList = new java.util.Vector(); in convertNodeToPropSet() 323 if (aVal instanceof java.util.Vector) in convertPropSetToXML() 325 java.util.Vector lVal = (java.util.Vector)aVal; in convertPropSetToXML() 460 java.util.Vector aValue , in convertListToXML() 689 public static java.util.Vector extractChildNodesByTagName(org.w3c.dom.Node aNode, in extractChildNodesByTagName() 694 …java.util.Vector lChilds = XMLHelper.extractChildNodesByType(aNode,org.w3c.dom.Node.ELEME… in extractChildNodesByTagName() 695 java.util.Vector lExtractedChilds = new java.util.Vector(lChilds.size()); in extractChildNodesByTagName() 727 public static java.util.Vector extractChildNodesByType(org.w3c.dom.Node aNode, in extractChildNodesByType() [all …]
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | TypeInspector.java | 25 import java.util.Vector; 77 Vector<String> aTypeNameVector = new Vector<String>(); in TypeInspector() 78 Vector<Integer> aTypeVector = new Vector<Integer>(); in TypeInspector() 79 Vector<Integer> aNullableVector = new Vector<Integer>(); in TypeInspector() 80 Vector<Boolean> aAutoIncrementVector = new Vector<Boolean>(); in TypeInspector() 81 Vector<Integer> aPrecisionVector = new Vector<Integer>(); in TypeInspector() 82 Vector<Integer> aMinScaleVector = new Vector<Integer>(); in TypeInspector() 83 Vector<Integer> aMaxScaleVector = new Vector<Integer>(); in TypeInspector() 84 Vector<Integer> aSearchableVector = new Vector<Integer>(); in TypeInspector()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | SolarisHelper.java | 37 import java.util.Vector; 55 Vector returnVector = new Vector(); in createLocalTempDir() 56 Vector returnErrorVector = new Vector(); in createLocalTempDir() 106 Vector adminFile = new Vector(); in getAdminFileContent() 180 private Vector getVectorOfNumbers(String version) { in getVectorOfNumbers() 181 Vector numbers = new Vector(); in getVectorOfNumbers() 212 Vector firstVector = getVectorOfNumbers(firstVersion); in compareVersion() 213 Vector secondVector = getVectorOfNumbers(secondVersion); in compareVersion() 240 Vector logContent = LogManager.getModulesLogFile(); in saveModulesLogFile() 267 Vector removeFiles = data.getRemoveFiles(); in createAdminFile() [all …]
|
H A D | LinuxHelper.java | 35 import java.util.Vector;public class LinuxHelper { 41 private void getPackageNamesContent(PackageDescription packageData, Vector packageNames) { in getPackageNamesContent() 71 Vector returnVector = new Vector(); in getPackageNameFromRpm() 72 Vector returnErrorVector = new Vector(); in getPackageNameFromRpm() 398 Vector returnVector = new Vector(); in investigateDebian() 399 Vector returnErrorVector = new Vector(); in investigateDebian() 475 Vector returnVector = new Vector(); in getRelocationString() 476 Vector returnErrorVector = new Vector(); in getRelocationString() 500 Vector packageNames = new Vector(); in createPackageNameFileAtPostinstall() 511 Vector fileContent = SystemManager.readCharFileVector(file.getPath()); in readPackageNamesFile() [all …]
|
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Workbook.java | 29 import java.util.Vector; 50 private Vector fonts = new Vector(); 51 private Vector extendedFormats = new Vector(); 52 private Vector worksheets = new Vector(); 53 private Vector boundsheets = new Vector(); 54 private Vector definedNames = new Vector(); 317 Vector settingsVector = new Vector(); in getSettings() 336 public Vector getWorksheetNames() { in getWorksheetNames() 338 Vector wsNames = new Vector(); in getWorksheetNames() 431 public void addColInfo(Vector columnRows) throws IOException { in addColInfo() [all …]
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | LogManager.java | 26 import java.util.Vector; 30 static private Vector logfile; /* collects all logging information during installation */ 31 …static private Vector commandsLogFile; /* collects all system commands information during install… 32 static private Vector saveLogFile; /* contains the content of the saved log file */ 33 static private Vector modulesLogFile; 38 static public Vector getSaveLogfile() { in getSaveLogfile() 90 static public Vector getModulesLogFile() { in getModulesLogFile() 95 logfile = new Vector(); 96 commandsLogFile = new Vector(); 97 saveLogFile = new Vector(); [all …]
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 66 import java.util.Vector; 217 Vector specificVeto = null; in prepareSet() 218 Vector unspecificVeto = null; in prepareSet() 226 specificVeto = (Vector) ((Vector) o).clone(); in prepareSet() 230 unspecificVeto = (Vector) ((Vector) o).clone(); in prepareSet() 237 bound.specificListeners = (Vector) ((Vector) o).clone(); in prepareSet() 241 bound.unspecificListeners = (Vector) ((Vector) o).clone(); in prepareSet() 378 Vector v = (Vector) boundListeners.get(propertyName); in addPropertyChangeListener() 403 Vector v = (Vector) boundListeners.get(propertyName); in removePropertyChangeListener() 428 Vector v = (Vector) vetoListeners.get(propertyName); in addVetoableChangeListener() [all …]
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | InstallData.java | 32 import java.util.Vector; 109 …static private Vector removeFiles = new Vector(); /* Files to remove, if installation is aborted … 110 static private Vector installPackages = new Vector(); 111 static private Vector oldPackages = new Vector(); 112 static private Vector systemLanguages = new Vector(); 712 public Vector getRemoveFiles() { in getRemoveFiles() 716 public Vector getInstallPackages() { in getInstallPackages() 720 public void setInstallPackages(Vector packages) { in setInstallPackages() 724 public Vector getOldPackages() { in getOldPackages() 728 public void setOldPackages(Vector packages) { in setOldPackages() [all …]
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | OnewayExecutor.java | 24 import java.util.Vector; 70 private Vector m_lParams ; 96 Vector lParams ) in OnewayExecutor() 136 boolean bEncode, Vector[] lParams, in codeFrameAction() 141 lParams[0] = new Vector(1); in codeFrameAction() 154 boolean bEncode, Vector[] lParams, in codeStatusChanged() 159 lParams[0] = new Vector(1); in codeStatusChanged() 172 boolean bEncode, Vector[] lParams, in codeAddOrRemoveStatusListener() 178 lParams[0] = new Vector(2); in codeAddOrRemoveStatusListener() 193 boolean bEncode, Vector[] lParams, in codeDispatch() [all …]
|
/trunk/main/l10ntools/java/jpropex/java/ |
H A D | JPropEx.java | 36 private Vector forcedLangsArg; 37 private Vector langsArg; 74 private Vector getComplexArg( String[] args , int x ) in getComplexArg() 83 Vector values = new Vector( Arrays.asList( value.split(",") ) ); in getComplexArg() 171 private Vector readFileList( String filename ) in readFileList() 173 Vector lines = new Vector(); in readFileList() 192 Vector langs = getLanguages( data ); in mergeFile() 383 private Vector getLanguages( SdfData data ) in getLanguages() 385 Vector langs = new Vector(); in getLanguages() 397 private Vector removeDupes( Vector vec ) in removeDupes() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | DFACreator.java | 34 import java.util.Vector; 51 final Vector<Attribute> aAttributes, in CreateDFAforNFA() 83 maAcceptingDFAStates = new Vector<>(); in DFACreator() 121 final Map<String,Vector<Transition>> aTransitions = GetTransitionFront(aSet); in ProcessTransitionFront() 125 for (final Entry<String,Vector<Transition>> aEntry : aTransitions.entrySet()) in ProcessTransitionFront() 162 private QualifiedName GetElementName (final Vector<Transition> aTransitions) in GetElementName() 172 private String GetElementTypeName (final Vector<Transition> aTransitions) in GetElementTypeName() 220 private Map<String, Vector<Transition>> GetTransitionFront (final StateSet aSet) in GetTransitionFront() 222 final Map<String, Vector<Transition>> aTransitions = new HashMap<>(); in GetTransitionFront() 237 aElementTransitions = new Vector<>(); in GetTransitionFront() [all …]
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/ |
H A D | ActionDescriptor.java | 24 import java.util.Vector; 72 private Vector<IAction> GetActionsForTrigger ( in GetActionsForTrigger() 76 Vector<IAction> aActions = null; in GetActionsForTrigger() 83 aActions = new Vector<>(); in GetActionsForTrigger() 91 aActions = new Vector<>(); in GetActionsForTrigger() 99 aActions = new Vector<>(); in GetActionsForTrigger() 111 private Vector<IAction> maElementStartActions; 112 private Vector<IAction> maElementEndActions; 113 private Vector<IAction> maTextActions;
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | InstallationOngoingCtrl.java | 39 import java.util.Vector; 76 Vector installPackages = installData.getInstallPackages(); in beforeShow() 78 Vector sortedPackages = new Vector(); in beforeShow() 85 Vector sortedUninstallPackages = new Vector(); in beforeShow() 100 Vector installPackages = installData.getInstallPackages(); in duringShow() 101 Vector removePackages = installData.getOldPackages(); in duringShow() 102 private Vector installedPackages = new Vector(); in duringShow() 176 Vector removeFiles = installData.getRemoveFiles(); in duringShow()
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | AttributeListHelper.java | 26 import java.util.Vector; 38 private Vector m_AttributeList; 42 m_AttributeList = new Vector(); in AttributeListHelper() 59 Vector attribute = (Vector)m_AttributeList.get(i); in setAttribute() 69 Vector attribute = new Vector(); in setAttribute() 83 Vector attribute = (Vector)m_AttributeList.get(index); in getAttributeItem()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | CommonTools.hxx | 81 typedef std::vector< VectorVal > Vector; typedef in connectivity::ORefVector 139 OSQLColumns::Vector::const_iterator find( OSQLColumns::Vector::const_iterator __first, 140 OSQLColumns::Vector::const_iterator __last, 147 OSQLColumns::Vector::const_iterator findRealName( OSQLColumns::Vector::const_iterator __first, 148 OSQLColumns::Vector::const_iterator __last, 158 OSQLColumns::Vector::const_iterator find( OSQLColumns::Vector::const_iterator __first, 159 OSQLColumns::Vector::const_iterator __last,
|