You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2014/04/29 21:25:24 UTC

svn commit: r1591062 [14/15] - in /openoffice/trunk/main: registry/inc/registry/ registry/tools/ rhino/ ridljar/com/sun/star/lib/util/ ridljar/com/sun/star/uno/ rsc/inc/ rsc/source/parser/ rsc/source/rscpp/ sal/inc/osl/ sal/inc/rtl/ sal/inc/sal/ sal/in...

Modified: openoffice/trunk/main/wizards/com/sun/star/wizards/web/data/TypeDetection.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/wizards/com/sun/star/wizards/web/data/TypeDetection.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/wizards/com/sun/star/wizards/web/data/TypeDetection.java (original)
+++ openoffice/trunk/main/wizards/com/sun/star/wizards/web/data/TypeDetection.java Tue Apr 29 19:25:03 2014
@@ -64,11 +64,11 @@ public class TypeDetection
      */
     public final static String PDF_DOC = "pdf";
     /**
-     * a Sound file (mp3/wav ect.)
+     * a Sound file (mp3/wav etc.)
      */
     public final static String SOUND_FILE = "sound";
     /**
-     * a File which can not be handled by neither SO or a Web browser (exe, jar, zip ect.)
+     * a File which can not be handled by neither SO or a Web browser (exe, jar, zip etc.)
      */
     public final static String NO_TYPE = "other";
 }

Modified: openoffice/trunk/main/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java (original)
+++ openoffice/trunk/main/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java Tue Apr 29 19:25:03 2014
@@ -46,7 +46,7 @@ public class ImpressHTMLExporter extends
     {
 
         /* here set some filter specific properties.
-         * other properties, which are not dependant on
+         * other properties, which are not dependent on
          * user input are set through the exporter
          * configuration.
          */

Modified: openoffice/trunk/main/wizards/source/formwizard/tools.xba
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/wizards/source/formwizard/tools.xba?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/wizards/source/formwizard/tools.xba (original)
+++ openoffice/trunk/main/wizards/source/formwizard/tools.xba Tue Apr 29 19:25:03 2014
@@ -228,7 +228,7 @@ Function SetNumerics(ByVal oLocObject as
 ' Todo Why does this not work?:		oLocObject.DefaultDate = CurDefaultValue
 	ElseIf CurControlType = cTimeBox Then	' com.sun.star.sdbc.DataType.DATE, com.sun.star.sdbc.DataType.TIME
 		oLocObject.DefaultTime = CurDefaultValue
-' Todo: Property TimeFormat? frome where?
+' Todo: Property TimeFormat? from where?
 	ElseIf CurControlType = cCheckBox Then
 ' Todo Why does this not work?:		oLocObject.DefautState = CurDefaultValue
 	End If

Modified: openoffice/trunk/main/writerfilter/inc/doctok/WW8Document.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/inc/doctok/WW8Document.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/inc/doctok/WW8Document.hxx (original)
+++ openoffice/trunk/main/writerfilter/inc/doctok/WW8Document.hxx Tue Apr 29 19:25:03 2014
@@ -290,7 +290,7 @@ public:
     virtual WW8DocumentIterator & operator++() = 0;
 
     /**
-       Recedes iterator to previous character postion of the document.
+       Recedes iterator to previous character position of the document.
      */
     virtual WW8DocumentIterator & operator--() = 0;
 

Modified: openoffice/trunk/main/writerfilter/inc/resourcemodel/TableManager.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/inc/resourcemodel/TableManager.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/inc/resourcemodel/TableManager.hxx (original)
+++ openoffice/trunk/main/writerfilter/inc/resourcemodel/TableManager.hxx Tue Apr 29 19:25:03 2014
@@ -547,7 +547,7 @@ public:
     virtual void props(PropertiesPointer pProps);
 
     /**
-       Handle occurance of character 0x7.
+       Handle occurrence of character 0x7.
      */
     virtual void handle0x7();
 

Modified: openoffice/trunk/main/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx (original)
+++ openoffice/trunk/main/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx Tue Apr 29 19:25:03 2014
@@ -91,7 +91,7 @@ public:
     /** 
         Pointer to reference
 
-        @attention The ownership of a reference is transfered when
+        @attention The ownership of a reference is transferred when
         the reference is passed.
     */
     typedef boost::shared_ptr< Reference<T> > Pointer_t;

Modified: openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx Tue Apr 29 19:25:03 2014
@@ -1528,7 +1528,7 @@ void DomainMapper::lcl_attribute(Id nNam
                     vertical text flow (0x01), or
                     two lines in one layout (0x02).
                 For 0x01, if the higher byte of YYYY is zero, the text is not scaled to fit the line height,
-                    in oposite case, it is to be scaled.
+                    in opposite case, it is to be scaled.
                 For 0x02, the higher byte of YYYY is determinig the prefix and suffix of the run:
                     no brackets (0x00) ,
                     () round brackets (0x01),

Modified: openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx Tue Apr 29 19:25:03 2014
@@ -3880,7 +3880,7 @@ void DomainMapper_Impl::ApplySettingsTab
 SectionPropertyMap * DomainMapper_Impl::GetSectionContext()
 {
     SectionPropertyMap* pSectionContext = 0;
-    //the section context is not availabe before the first call of startSectionGroup()
+    //the section context is not available before the first call of startSectionGroup()
     if( !IsAnyTableImport() )
     {
         PropertyMapPtr pContext = GetTopContextOfType(CONTEXT_SECTION);

Modified: openoffice/trunk/main/writerfilter/source/dmapper/NumberingManager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/NumberingManager.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/NumberingManager.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/NumberingManager.cxx Tue Apr 29 19:25:03 2014
@@ -674,7 +674,7 @@ void ListsManager::lcl_attribute( Id nNa
         {    
             //this strings contains the definition of the level
             //the level number is marked as %n
-            //these numbers can be mixed randomly toghether with seperators pre- and suffixes
+            //these numbers can be mixed randomly together with seperators pre- and suffixes
             //the Writer supports only a number of upper levels to show, separators is always a dot
             //and each level can have a prefix and a suffix
             if(pCurrentLvl.get())

Modified: openoffice/trunk/main/writerfilter/source/dmapper/PropertyMap.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/PropertyMap.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/PropertyMap.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/PropertyMap.cxx Tue Apr 29 19:25:03 2014
@@ -730,7 +730,7 @@ void SectionPropertyMap::CopyLastHeaderF
         catch ( const uno::Exception& e )
         {
 #if DEBUG
-            clog << "An exception occured in SectionPropertyMap::CopyLastHeaderFooter( ) - ";
+            clog << "An exception occurred in SectionPropertyMap::CopyLastHeaderFooter( ) - ";
             clog << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr( ) << endl;
 #endif
         }

Modified: openoffice/trunk/main/writerfilter/source/dmapper/StyleSheetTable.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/StyleSheetTable.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/StyleSheetTable.cxx (original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/StyleSheetTable.cxx Tue Apr 29 19:25:03 2014
@@ -447,7 +447,7 @@ void StyleSheetTable::lcl_attribute(Id N
         /* WRITERFILTERSTATUS: done: 0, planned: 0, spent: 0 */
         case NS_rtf::LN_UNUSED8_3:
         /* WRITERFILTERSTATUS: done: 0, planned: 0, spent: 0 */
-            //noone seems to care about it
+            //no one seems to care about it
         break;
         case NS_rtf::LN_XSTZNAME:
         /* WRITERFILTERSTATUS: done: 100, planned: 0, spent: 0 */

Modified: openoffice/trunk/main/writerfilter/source/doctok/WW8StructBase.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/doctok/WW8StructBase.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/doctok/WW8StructBase.hxx (original)
+++ openoffice/trunk/main/writerfilter/source/doctok/WW8StructBase.hxx Tue Apr 29 19:25:03 2014
@@ -210,15 +210,15 @@ public:
     /**
        Return bit value from a 32-bit unsigned value.
 
-       @param nValue     value to retreive bit from
-       @param nBit       number of bit to retreive (0 = least significant)
+       @param nValue     value to retrieve bit from
+       @param nBit       number of bit to retrieve (0 = least significant)
      */
     sal_Bool getBit(sal_uInt32 nValue, sal_uInt16 nBit) const;
 
     /** 
         Return nibble from a 32-bit unsigned value.
 
-        @param nValue   value to retreive nibble from (most significant bit left)
+        @param nValue   value to retrieve nibble from (most significant bit left)
         @param nShift   amount of bits to shift right before returning least significant nibble
     */
     sal_uInt8 getNibble(sal_uInt32 nValue, sal_uInt16 nShift) const;

Modified: openoffice/trunk/main/writerfilter/source/doctok/resources.xmi
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/doctok/resources.xmi?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/doctok/resources.xmi (original)
+++ openoffice/trunk/main/writerfilter/source/doctok/resources.xmi Tue Apr 29 19:25:03 2014
@@ -30059,7 +30059,7 @@
             <UML:Attribute name="unknown">
               <UML:ModelElement.taggedValue>
                 <UML:TaggedValue>
-                  <UML:TaggedValue.dataValue>unkonwn</UML:TaggedValue.dataValue>
+                  <UML:TaggedValue.dataValue>unknown</UML:TaggedValue.dataValue>
                   <UML:TaggedValue.type>
                     <UML:TagDefinition xmi.idref="comment"/>
                   </UML:TaggedValue.type>
@@ -30117,7 +30117,7 @@
             <UML:Attribute name="dropdownIndex">
               <UML:ModelElement.taggedValue>
                 <UML:TaggedValue>
-                  <UML:TaggedValue.dataValue>unkonwn</UML:TaggedValue.dataValue>
+                  <UML:TaggedValue.dataValue>unknown</UML:TaggedValue.dataValue>
                   <UML:TaggedValue.type>
                     <UML:TagDefinition xmi.idref="comment"/>
                   </UML:TaggedValue.type>

Modified: openoffice/trunk/main/writerfilter/source/ooxml/README.efforts
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/ooxml/README.efforts?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/ooxml/README.efforts (original)
+++ openoffice/trunk/main/writerfilter/source/ooxml/README.efforts Tue Apr 29 19:25:03 2014
@@ -29,7 +29,7 @@ Efforts are marked up in the code with c
 
 The comments have to follow a case-label immediately. Consecutive
 case-labels can be marked up, too. In the latter case the efforts are
-counted for the preceeding case-labels as a whole.
+counted for the preceding case-labels as a whole.
 
 2. Extraction process
 

Modified: openoffice/trunk/main/xmerge/source/activesync/XMergeFilter.cpp
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/activesync/XMergeFilter.cpp?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/activesync/XMergeFilter.cpp (original)
+++ openoffice/trunk/main/xmerge/source/activesync/XMergeFilter.cpp Tue Apr 29 19:25:03 2014
@@ -222,7 +222,7 @@ STDMETHODIMP CXMergeFilter::NextConvertF
 
 	/*
 	 * First step: Locate Java and establish the classpath.  If these can't 
-	 *             be done succesfully, then avoid all further processing.
+	 *             be done successfully, then avoid all further processing.
 	 */
 
 	// Locate Java Home if it hasn't already been done.

Modified: openoffice/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java (original)
+++ openoffice/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java Tue Apr 29 19:25:03 2014
@@ -119,7 +119,7 @@ public final class SxcDocumentDeserializ
                 PalmDocument palmDoc = (PalmDocument) e.nextElement();
                 worksheetName[i] = palmDoc.getName();
                 
-                // Search for the "-", which seperates workbook from worksheet
+                // Search for the "-", which separates workbook from worksheet
                 int start = worksheetName[i].indexOf("-");
                 
                 if (start != -1) {

Modified: openoffice/trunk/main/xmerge/source/palmtests/qa/comparator/pdbcomparison.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/palmtests/qa/comparator/pdbcomparison.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/palmtests/qa/comparator/pdbcomparison.java (original)
+++ openoffice/trunk/main/xmerge/source/palmtests/qa/comparator/pdbcomparison.java Tue Apr 29 19:25:03 2014
@@ -249,7 +249,7 @@ public class pdbcomparison
 
    /**
    * This method populates the pdb arrays with the names of the pdbs to 
-   * compare. Ths listFile lists a series of entries, wherein each
+   * compare. This listFile lists a series of entries, wherein each
    * line indicates the PDB names to be compared.
    * <pdbname1>=<pdbname2>
    *   

Modified: openoffice/trunk/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html (original)
+++ openoffice/trunk/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html Tue Apr 29 19:25:03 2014
@@ -152,7 +152,7 @@ export the document.</BLOCKQUOTE>
 	</P>
 </UL>
 <H2>5.0 Test Cases</H2>
-<BLOCKQUOTE>The test cases are divided into seperate sections for
+<BLOCKQUOTE>The test cases are divided into separate sections for
 each PDB format supported by XMerge, and further divided into
 Convert and Merge tests within each format.&nbsp; The Convert tests
 validate that XMerge can perform the round trip conversion from
@@ -389,7 +389,7 @@ than the Style-retaining functionality i
 			<P><B>Expected result:</B> <BR>The resultant document should
 			contain: 
 			</P>
-			<BLOCKQUOTE>This line is using First Line indent style. Now isnt
+			<BLOCKQUOTE>This line is using First Line indent style. Now isn't
 			that Kool... Also Im running short of words to say here, to wrap
 			this particular sentence.</BLOCKQUOTE>
 		</TD>
@@ -1431,7 +1431,7 @@ than the Style-retaining functionality i
 			c_alignment.pdb.&nbsp; <BR>Merge c_alignment.pdb to
 			c_alignment.sxc.&nbsp; 
 			</P>
-			<P>Logical Funtion test B4: 
+			<P>Logical Function test B4: 
 			</P>
 			<P>IF(Logical Test; Then Value;Else Value) 
 			</P>
@@ -1481,7 +1481,7 @@ than the Style-retaining functionality i
 			TRUE in formula bar.&nbsp; <BR>Export the doc back to
 			c_boolean.pdb.&nbsp; <BR>Merge c_boolean.pdb to c_boolean.sxc.&nbsp;
 						</P>
-			<P>Logical Funtion test : cells A1, A2: 
+			<P>Logical Function test : cells A1, A2: 
 			</P>
 			<P>A1=TRUE 
 			</P>
@@ -1567,7 +1567,7 @@ than the Style-retaining functionality i
 			c_cellfloatvalue.sxc.&nbsp; 
 			</P>
 			<P>The original sheet has selected Format -&gt; Cells... -&gt;
-			Numbers Tab -&gt; &amp; Numbers from the list box, choosen
+			Numbers Tab -&gt; &amp; Numbers from the list box, chosen
 			-1234.12, tho set the Format Code to 0.00 preventing the sheet
 			display rounding values to two decimal places. It also has
 			fraction display enabled in certain cells.</P>
@@ -2265,7 +2265,7 @@ than the Style-retaining functionality i
 			c_multi_boolean.pdb.&nbsp; <BR>Merge c_multi_boolean.pdb to
 			c_multi_boolean.sxc.&nbsp; 
 			</P>
-			<P>Logical Funtion test : cells A1-A4: 
+			<P>Logical Function test : cells A1-A4: 
 			</P>
 			<P>A1-A4 = FALSE 
 			</P>

Modified: openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java (original)
+++ openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java Tue Apr 29 19:25:03 2014
@@ -192,7 +192,7 @@ public class DefinedName implements BIFF
 	 * @return the <code>String</code> containing the definition 
 	 */
 	private String getDefinition() {
-		// pexcel sometimes creates Name definition with no defintion, bug??
+		// pexcel sometimes creates Name definition with no definition, bug??
 		if(EndianConverter.readShort(cce)!=0) {				
 			definition = fh.convertPXLToCalc(rgce);	
 			definition = definition.substring(1);	// remove the '='
@@ -202,7 +202,7 @@ public class DefinedName implements BIFF
     }
 	
 	/**
-	 * Returns the defintion 
+	 * Returns the definition 
 	 *
 	 * @return the <code>String</code> containing the definition 
 	 */
@@ -211,7 +211,7 @@ public class DefinedName implements BIFF
 		return fh.isRangeType();			
     }
 	/**
-	 * Returns the defintion 
+	 * Returns the definition 
 	 *
 	 * @return the <code>String</code> containing the definition 
 	 */

Modified: openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java (original)
+++ openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java Tue Apr 29 19:25:03 2014
@@ -208,7 +208,7 @@ OfficeConstants {
 	}
 	
 	/**
- 	 *	Adds a font recrod to the workbook 
+ 	 *	Adds a font record to the workbook 
 	 *
  	 * @param	f the font record to add	
  	 */	
@@ -236,7 +236,7 @@ OfficeConstants {
 	/**
  	 *	Adds a ExtendedFormat record to the workbook 
 	 *
- 	 * @param	f the font recrod to add	
+ 	 * @param	f the font record to add	
  	 */	
 	public int addExtendedFormat(Format fmt) throws IOException {
 

Modified: openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java (original)
+++ openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java Tue Apr 29 19:25:03 2014
@@ -229,7 +229,7 @@ public class Worksheet {
  	 * Adds a cell to this worksheet. Current valdid celltypes are
 	 * <code>FloatNumber</code>, <code>LabelCell</code> or <code>Formula</code>
 	 *
- 	 * @param	f the font recrod to add	
+ 	 * @param	f the font record to add	
  	 */
 	public void addCell(BIFFRecord br) {
 		cells.add(br);

Modified: openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java (original)
+++ openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java Tue Apr 29 19:25:03 2014
@@ -27,7 +27,7 @@ import java.util.HashMap;
 
 /**
  * This interface defines the attributes of a lookup table for this plugin.
- * Symbols will generally be either operators (_, -, *, etc) or funtion names.
+ * Symbols will generally be either operators (_, -, *, etc) or function names.
  */
 public abstract class SymbolLookup {
 

Modified: openoffice/trunk/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java (original)
+++ openoffice/trunk/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java Tue Apr 29 19:25:03 2014
@@ -130,7 +130,7 @@ class DocumentDescriptor {
     
 
     /*
-     * This method loads the intial fixed portion of the descriptor and the
+     * This method loads the initial fixed portion of the descriptor and the
      * mid-section.  The mid-section is variable but Pocket Word doesn't seem
      * to mind default values.
      */  

Modified: openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java (original)
+++ openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java Tue Apr 29 19:25:03 2014
@@ -227,7 +227,7 @@ public final class DocumentDeserializerI
 		  throw sOE;
 	   }
 	   catch(Exception e){
-	          System.out.println("An error occured in the transformation : "+e);
+	          System.out.println("An error occurred in the transformation : "+e);
 	   }
 	    return baos;
      }

Modified: openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java (original)
+++ openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java Tue Apr 29 19:25:03 2014
@@ -97,7 +97,7 @@ public final class DocumentSerializerImp
     /**
      *  Method to convert a <code>Document</code> with an xsl stylesheet.
      *  It creates a <code>Document</code> object, which is then transformed 
-     *  with the Xslt processer. A <code>ConvertData </code> object is 
+     *  with the Xslt processor. A <code>ConvertData </code> object is 
      *  constructed and returned.
      *
      *  @return cd     A <code>ConvertData</code> object.
@@ -283,7 +283,7 @@ public final class DocumentSerializerImp
 		  */
 	   }
 	   catch(Exception e){
-	          System.out.println("An error occured in the transformation : "+e);
+	          System.out.println("An error occurred in the transformation : "+e);
 	   }
 	   return baos;
      }

Modified: openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java (original)
+++ openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java Tue Apr 29 19:25:03 2014
@@ -257,7 +257,7 @@ public class ColourConverter {
 	  	int blue = colour.getBlue();
 
 		// We need to convert the pale colors to their base color rather than
-		// white so we modify the rgb values if the colour is sufficently
+		// white so we modify the rgb values if the colour is sufficiently
 		// white
 	   	if(red>0xC0 && green>0xC0 && blue>0xC0) {
 			
@@ -307,7 +307,7 @@ public class ColourConverter {
          * is closest to White.
          *
          * Shades of grey will be converted to either Silver or White, where
-         * Grey may be a more appropraite colour.  This is handled specially
+         * Grey may be a more appropriate colour.  This is handled specially
          * only for Silver and White matches.
          */
         switch (matchedRGB) {

Modified: openoffice/trunk/main/xmerge/workben/jstyle.pl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/workben/jstyle.pl?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmerge/workben/jstyle.pl (original)
+++ openoffice/trunk/main/xmerge/workben/jstyle.pl Tue Apr 29 19:25:03 2014
@@ -238,7 +238,7 @@ line: while (<STDIN>) {
 		}
 	}
 #	this is the fastest way to check line length,
-#	but it doesnt work with perl 3.0.
+#	but it doesn't work with perl 3.0.
 #	if ($line =~ tr/\t/\t/ * 7 + length($line) > 80) {
 #		$pos = $oldp = $p = 0;
 #		while (($p = index($line, "\t", $p)) >= 0) {

Modified: openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/databases.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/databases.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/databases.hxx (original)
+++ openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/databases.hxx Tue Apr 29 19:25:03 2014
@@ -227,7 +227,7 @@ namespace chelp {
 
 
 		/**
-		 *  Returns the cascading stlye sheet used to format the HTML-output.
+		 *  Returns the cascading style sheet used to format the HTML-output.
 		 *  First try is language directory, second try is main installation directory.
 		 */
 		

Modified: openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/provider.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/provider.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/provider.cxx (original)
+++ openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/provider.cxx Tue Apr 29 19:25:03 2014
@@ -392,7 +392,7 @@ ContentProvider::getConfiguration() cons
 		}
 		catch( const uno::Exception& )
 		{
-            OSL_ENSURE( sProvider.is(), "cant instantiate configuration" );
+            OSL_ENSURE( sProvider.is(), "can't instantiate configuration" );
 		}
 	}
 
@@ -495,7 +495,7 @@ void ContentProvider::subst( rtl::OUStri
 		catch( const uno::Exception&)
 		{
 			OSL_ENSURE( xCfgMgr.is(),
-                        "cant instantiate the special config manager " );
+                        "can't instantiate the special config manager " );
 		}
     }
 

Modified: openoffice/trunk/main/xmlhelp/source/treeview/tvread.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlhelp/source/treeview/tvread.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmlhelp/source/treeview/tvread.cxx (original)
+++ openoffice/trunk/main/xmlhelp/source/treeview/tvread.cxx Tue Apr 29 19:25:03 2014
@@ -831,7 +831,7 @@ TVChildTarget::getConfiguration(const Re
 		}
 		catch( const com::sun::star::uno::Exception& )
 		{
-			OSL_ENSURE( sProvider.is(),"cant instantiate configuration" );
+			OSL_ENSURE( sProvider.is(),"can't instantiate configuration" );
 		}
 	}
 	
@@ -932,7 +932,7 @@ void TVChildTarget::subst( const Referen
 		}
 		catch( const com::sun::star::uno::Exception& )
 		{
-			OSL_ENSURE( xCfgMgr.is()," cant instantiate the special config manager " );
+			OSL_ENSURE( xCfgMgr.is()," can't instantiate the special config manager " );
 		}
     }
 	

Modified: openoffice/trunk/main/xmloff/inc/txtflde.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/txtflde.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/txtflde.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/txtflde.hxx Tue Apr 29 19:25:03 2014
@@ -282,7 +282,7 @@ protected:
 		sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty
 		sal_uInt16 nPrefix = XML_NAMESPACE_TEXT);	/// attribute name prefix
 
-	/// export a string attribute taht gets a QName value
+	/// export a string attribute that gets a QName value
 	void ProcessString(
 		enum ::xmloff::token::XMLTokenEnum eXmlName,		/// attribute token (namespace text)
 		sal_uInt16 nValuePrefix,

Modified: openoffice/trunk/main/xmloff/inc/txtfldi.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/txtfldi.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/txtfldi.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/txtfldi.hxx Tue Apr 29 19:25:03 2014
@@ -630,7 +630,7 @@ public:
 };
 
 
-/** import docinfo fields with only fixed atribute */
+/** import docinfo fields with only fixed attribute */
 class XMLSimpleDocInfoImportContext : public XMLTextFieldImportContext
 {
 	const ::rtl::OUString sPropertyFixed;
@@ -1265,7 +1265,7 @@ protected:
 	virtual void ProcessAttribute( sal_uInt16 nAttrToken,
 								   const ::rtl::OUString& sAttrValue );
 
-	/// no atributes -> empty method
+	/// no attributes -> empty method
 	virtual void PrepareField(
 		const ::com::sun::star::uno::Reference<
 		::com::sun::star::beans::XPropertySet> & xPropertySet);
@@ -1298,7 +1298,7 @@ protected:
 	virtual void ProcessAttribute( sal_uInt16 nAttrToken,
 								   const ::rtl::OUString& sAttrValue );
 
-	/// no atributes -> empty method
+	/// no attributes -> empty method
 	virtual void PrepareField(
 		const ::com::sun::star::uno::Reference<
 		::com::sun::star::beans::XPropertySet> & xPropertySet);

Modified: openoffice/trunk/main/xmloff/inc/xmloff/XMLEventsImportContext.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/XMLEventsImportContext.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/XMLEventsImportContext.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/XMLEventsImportContext.hxx Tue Apr 29 19:25:03 2014
@@ -52,7 +52,7 @@ typedef ::std::vector< EventNameValuesPa
 /**
  * Import <script:events> element. 
  * 
- * The import context usually sets the events immediatly at the event
+ * The import context usually sets the events immediately at the event
  * XNameReplace. If none was given on construction, it operates in 
  * delayed mode: All events are collected and may then be set
  * with the setEvents() method.  

Modified: openoffice/trunk/main/xmloff/inc/xmloff/maptype.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/maptype.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/maptype.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/maptype.hxx Tue Apr 29 19:25:03 2014
@@ -38,7 +38,7 @@ struct XMLPropertyMapEntry
 {
 	const sal_Char*	msApiName;		/// Property-Name
     sal_Int32       nApiNameLength; /// length of property name
-	sal_uInt16		mnNameSpace;	/** declares the Namespace in wich this
+	sal_uInt16		mnNameSpace;	/** declares the Namespace in which this
 										property exists */
 	enum ::xmloff::token::XMLTokenEnum meXMLName;		/// XML-Name
 	sal_Int32		mnType;			/** Bit 0..23 : XML-Type of its value

Modified: openoffice/trunk/main/xmloff/inc/xmloff/shapeexport.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/shapeexport.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/shapeexport.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/shapeexport.hxx Tue Apr 29 19:25:03 2014
@@ -281,7 +281,7 @@ public:
 	/** initializes some internal structures for fast access to the given XShapes collection
 
 		<p>This method has to be called before you use exportShape or collectShapeAutoStyles.
-		It is automaticly called if you use collectShapesAutoStyles and exportShapes.
+		It is automatically called if you use collectShapesAutoStyles and exportShapes.
 
 		@see collectShapeAutoStyles
 		@see exportShape

Modified: openoffice/trunk/main/xmloff/inc/xmloff/txtparae.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/txtparae.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/txtparae.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/txtparae.hxx Tue Apr 29 19:25:03 2014
@@ -570,7 +570,7 @@ public:
 	/// Record tracked changes for this particular XText
 	/// (empty reference stop recording)
 	/// This should be used if tracked changes for e.g. footers are to
-	/// be exported seperately via the exportTrackedChanges(sal_Bool,
+	/// be exported separately via the exportTrackedChanges(sal_Bool,
 	/// Reference<XText>) method.
 	void recordTrackedChangesForXText(
 		const ::com::sun::star::uno::Reference <

Modified: openoffice/trunk/main/xmloff/inc/xmloff/uniref.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/uniref.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/uniref.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/uniref.hxx Tue Apr 29 19:25:03 2014
@@ -31,9 +31,9 @@
 
 /**
  * An instance of this class holds a pointer to an object. The lifetime of 
- * the object is controled by the instance. The constructor calls
+ * the object is controlled by the instance. The constructor calls
  * acquire() and the destructor calls release().
- * You could delive your class from the baseclass UniRefBase wich implements
+ * You could delive your class from the baseclass UniRefBase which implements
  * the methods acquire and release, yet.
  */
 template< class T > class UniReference
@@ -201,7 +201,7 @@ inline sal_Bool UniReference< T >::is() 
 }
 /**
  * Return true if both interfaces refer to the same object. The operation can be
- * much more expensive than a pointer comparision.<BR>
+ * much more expensive than a pointer comparison.<BR>
  *
  * @param rRef		another interface reference
  */
@@ -212,7 +212,7 @@ inline sal_Bool UniReference< T >::opera
 }
 /**
  * Return true if both interfaces does not refer to the same object. The operation can be
- * much more expensive than a pointer comparision.<BR>
+ * much more expensive than a pointer comparison.<BR>
  *
  * @param rRef		another interface reference
  */

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmlexp.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmlexp.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmlexp.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmlexp.hxx Tue Apr 29 19:25:03 2014
@@ -531,7 +531,7 @@ public:
     void IgnorableWhitespace();
 
     /**
-     * Record an error condition that occured during export. The
+     * Record an error condition that occurred during export. The
      * behavior of SetError can be modified using the error flag
      * constants.
      */

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmlimp.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmlimp.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmlimp.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmlimp.hxx Tue Apr 29 19:25:03 2014
@@ -357,7 +357,7 @@ public:
     ::rtl::OUString GetODFVersion() const;
 
 	/**
-     * Record an error condition that occured during import. The
+     * Record an error condition that occurred during import. The
      * behavior of SetError can be modified using the error flag
      * constants.
      */

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx Tue Apr 29 19:25:03 2014
@@ -42,7 +42,7 @@ public:
     multiImageImportHelper();
     virtual ~multiImageImportHelper();
 
-    /// solve multiple imported images. The most valuable one is choosen,
+    /// solve multiple imported images. The most valuable one is chosen,
     /// see imlementation for evtl. changing weights and/or adding filetypes.
     /// returns the winner of the contest (which can be 0 when no candidates)
     const SvXMLImportContext* solveMultipleImages();

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmlprmap.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmlprmap.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmlprmap.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmlprmap.hxx Tue Apr 29 19:25:03 2014
@@ -154,7 +154,7 @@ public:
 								   sal_uInt32 nPropType,
 								   sal_Int32 nStartAt = -1 ) const;
 
-	/** Retrieves a PropertyHandler for that property wich placed at nIndex in the XMLPropertyMapEntry-array */
+	/** Retrieves a PropertyHandler for that property which placed at nIndex in the XMLPropertyMapEntry-array */
 	const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nIndex ) const
 	{
 		DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid entry!" );

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmltypes.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmltypes.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmltypes.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmltypes.hxx Tue Apr 29 19:25:03 2014
@@ -68,8 +68,8 @@
 #define MID_FLAG_MERGE_PROPERTY			0x01000000
 
 // Export only: If an xml attribute with the same name has been exported
-// already, supply its value to teh exportXML call and delete the existing
-// atribute afterwards.
+// already, supply its value to the exportXML call and delete the existing
+// attribute afterwards.
 #define MID_FLAG_MERGE_ATTRIBUTE		0x00800000
 
 // Import and Export: The property in question must exist. No call to

Modified: openoffice/trunk/main/xmloff/inc/xmloff/xmluconv.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/inc/xmloff/xmluconv.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/inc/xmloff/xmluconv.hxx (original)
+++ openoffice/trunk/main/xmloff/inc/xmloff/xmluconv.hxx Tue Apr 29 19:25:03 2014
@@ -337,7 +337,7 @@ public:
             the string. See <arg>nSecondsFraction</arg>
 
         @param pSecondsFraction
-            recieves fractions of whole seconds, in milliseconds. May be <NULL/>
+            receives fractions of whole seconds, in milliseconds. May be <NULL/>
             This parameter is necessary since neither <type>Time</type> nor <type scope="com::sun::star::util">Time</type>
             have a sufficient resolution to transport milliseconds.
         @see http://www.w3.org/TR/xmlschema-2/#duration

Modified: openoffice/trunk/main/xmloff/source/chart/MultiPropertySetHandler.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/chart/MultiPropertySetHandler.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/chart/MultiPropertySetHandler.hxx (original)
+++ openoffice/trunk/main/xmloff/source/chart/MultiPropertySetHandler.hxx Tue Apr 29 19:25:03 2014
@@ -132,7 +132,7 @@ public:
 	/**	@descr	Create a handler of the property set of the given
 			object.
 		@param	xObject	A reference to any of the object's interfaces.
-			not neccessarily XPropertySet or XMultiPropertySet.  It
+			not necessarily XPropertySet or XMultiPropertySet.  It
 			is casted later to one of the two of them.
 	*/
 	MultiPropertySetHandler	(::com::sun::star::uno::Reference<

Modified: openoffice/trunk/main/xmloff/source/chart/PropertyMap.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/chart/PropertyMap.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/chart/PropertyMap.hxx (original)
+++ openoffice/trunk/main/xmloff/source/chart/PropertyMap.hxx Tue Apr 29 19:25:03 2014
@@ -201,7 +201,7 @@ const XMLPropertyMapEntry aXMLChartPropM
 	MAP_SPECIAL( "TextRotation", STYLE, XML_ROTATION_ANGLE, XML_TYPE_NUMBER, XML_SCH_CONTEXT_SPECIAL_TEXT_ROTATION ),	// convert 1/100th degrees to degrees
     MAP_ENTRY( "StackedText", STYLE, XML_DIRECTION, XML_SCH_TYPE_TEXT_ORIENTATION ),
 
-    // for compatability to pre 6.0beta documents
+    // for compatibility to pre 6.0beta documents
 //     MAP_SPECIAL( "SymbolBitmapURL", CHART, XML_SYMBOL_IMAGE_NAME, XML_TYPE_STRING, XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE_NAME ),
 
     MAP_ENTRY( "ChartUserDefinedAttributes", TEXT, XML_XMLNS, XML_TYPE_ATTRIBUTE_CONTAINER | MID_FLAG_SPECIAL_ITEM ),

Modified: openoffice/trunk/main/xmloff/source/chart/SchXMLExport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/chart/SchXMLExport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/chart/SchXMLExport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/chart/SchXMLExport.cxx Tue Apr 29 19:25:03 2014
@@ -1567,7 +1567,7 @@ void SchXMLExportHelper_Impl::parseDocum
             if( mxAdditionalShapes.is())
             {
                 // can't call exportShapes with all shapes because the
-                // initialisation happend with the complete draw page and not
+                // initialisation happened with the complete draw page and not
                 // the XShapes object used here. Thus the shapes have to be
                 // exported one by one
                 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport();
@@ -1622,7 +1622,7 @@ void SchXMLExportHelper_Impl::parseDocum
                 }
 
                 // can't call collectShapesAutoStyles with all shapes because
-                // the initialisation happend with the complete draw page and
+                // the initialisation happened with the complete draw page and
                 // not the XShapes object used here. Thus the shapes have to be
                 // exported one by one
                 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport();

Modified: openoffice/trunk/main/xmloff/source/core/xmlerror.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/core/xmlerror.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/core/xmlerror.cxx (original)
+++ openoffice/trunk/main/xmloff/source/core/xmlerror.cxx Tue Apr 29 19:25:03 2014
@@ -69,8 +69,8 @@ public:
     OUString sExceptionMessage;/// message of original exception (if available)
 
     // XLocator information:
-    sal_Int32 nRow;     /// row number where error occured (or -1 for unknown)
-    sal_Int32 nColumn;  /// column number where error occured (or -1)
+    sal_Int32 nRow;     /// row number where error occurred (or -1 for unknown)
+    sal_Int32 nColumn;  /// column number where error occurred (or -1)
     OUString sPublicId; /// public identifier
     OUString sSystemId; /// public identifier
 
@@ -125,7 +125,7 @@ void XMLErrors::AddRecord( 
 
     OUStringBuffer sMessage;
 
-    sMessage.appendAscii( "An error or a warning has occured during XML import/export!\n" );
+    sMessage.appendAscii( "An error or a warning has occurred during XML import/export!\n" );
 
     // ID & flags
     sMessage.appendAscii( "Error-Id: 0x");

Modified: openoffice/trunk/main/xmloff/source/core/xmlexp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/core/xmlexp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/core/xmlexp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/core/xmlexp.cxx Tue Apr 29 19:25:03 2014
@@ -946,7 +946,7 @@ sal_Bool SAL_CALL SvXMLExport::filter( c
                   aSeq, e.Message, NULL );
 	}
 
-    // return true only if no error occured
+    // return true only if no error occurred
     return (GetErrorFlags() & (ERROR_DO_NOTHING|ERROR_ERROR_OCCURED)) == 0;
 }
 

Modified: openoffice/trunk/main/xmloff/source/core/xmlimp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/core/xmlimp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/core/xmlimp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/core/xmlimp.cxx Tue Apr 29 19:25:03 2014
@@ -828,7 +828,7 @@ void SAL_CALL SvXMLImport::startElement(
 
 	pContext->AddRef();
 
-	// Remeber old namespace map.
+	// Remember old namespace map.
 	if( pRewindMap )
 		pContext->SetRewindMap( pRewindMap );
 

Modified: openoffice/trunk/main/xmloff/source/draw/eventimp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/eventimp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/eventimp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/eventimp.cxx Tue Apr 29 19:25:03 2014
@@ -465,7 +465,7 @@ void SdXMLEventContext::EndElement()
                 pProperties++;
 
                 // ClickAction_BOOKMARK and ClickAction_DOCUMENT share the same xml event
-                // so check here if its realy a bookmark or maybe a document
+                // so check here if its really a bookmark or maybe a document
                 if( meClickAction == ClickAction_BOOKMARK )
                 {
                     if( msBookmark.compareToAscii( "#", 1 ) != 0 )

Modified: openoffice/trunk/main/xmloff/source/draw/sdxmlexp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/sdxmlexp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/sdxmlexp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/sdxmlexp.cxx Tue Apr 29 19:25:03 2014
@@ -897,7 +897,7 @@ sal_Bool SdXMLExport::ImpPrepAutoLayoutI
 					}
 				}
 
-				// create entry and look for existance
+				// create entry and look for existence
 				ImpXMLAutoLayoutInfo* pNew = new ImpXMLAutoLayoutInfo(nType, pInfo);
 				sal_Bool bDidExist(sal_False);
 

Modified: openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx Tue Apr 29 19:25:03 2014
@@ -176,7 +176,7 @@ void XMLShapeExport::ImpExportNewTrans_F
 	aStr = sStringBuffer.makeStringAndClear();
 	mrExport.AddAttribute(XML_NAMESPACE_SVG, XML_HEIGHT, aStr);
 
-	// decide if transformation is neccessary
+	// decide if transformation is necessary
 	sal_Bool bTransformationIsNeccessary(fTRShear != 0.0 || fTRRotate != 0.0);
 
 	if(bTransformationIsNeccessary)
@@ -644,7 +644,7 @@ void XMLShapeExport::ImpExportGroupShape
 		ImpExportEvents( xShape );
 		ImpExportGluePoints( xShape );
 
-		// #89764# if export of position is supressed for group shape,
+		// #89764# if export of position is suppressed for group shape,
 		// positions of contained objects should be written relative to
 		// the upper left edge of the group.
 		awt::Point aUpperLeft;
@@ -1603,7 +1603,7 @@ void XMLShapeExport::ImpExportOLE2Shape(
 
 				if ( bInternal )
 				{
-					// OOo internal links have no storage persistance, URL is stored in the XML file
+					// OOo internal links have no storage persistence, URL is stored in the XML file
 					// the result LinkURL is empty in case the object is not a link
 					xPropSet->getPropertyValue( OUString::createFromAscii( "LinkURL" ) ) >>= sURL;
 				}

Modified: openoffice/trunk/main/xmloff/source/draw/shapeexport3.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/shapeexport3.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/shapeexport3.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/shapeexport3.cxx Tue Apr 29 19:25:03 2014
@@ -81,7 +81,7 @@ void XMLShapeExport::ImpExport3DSceneSha
 			// write 3DSceneLights
 			export3DLamps( xPropSet );
 
-			// #89764# if export of position is supressed for group shape,
+			// #89764# if export of position is suppressed for group shape,
 			// positions of contained objects should be written relative to
 			// the upper left edge of the group.
 			awt::Point aUpperLeft;

Modified: openoffice/trunk/main/xmloff/source/draw/ximpcustomshape.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/ximpcustomshape.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/ximpcustomshape.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/ximpcustomshape.cxx Tue Apr 29 19:25:03 2014
@@ -868,7 +868,7 @@ void XMLEnhancedCustomShapeContext::Star
                         // entries for CustomShapes. To allow for a better ODF user experience, just correct this
                         // here by getting the real object scale from the already set transformation from the xShape.
                         // Hopefully LO will fix that bug (but this will still leave the files with the error), but
-                        // even when not this will do no harm as long noone uses this state explicitely for some
+                        // even when not this will do no harm as long no one uses this state explicitely for some
                         // purpose (e.g. to really have CustomShapes without content, but unlikely).
                         // When they do fix this they will need this fix anyways to read their own misformed ODF files 
                         // again, so I guess it will be taken, too...

Modified: openoffice/trunk/main/xmloff/source/forms/elementimport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/elementimport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/elementimport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/elementimport.cxx Tue Apr 29 19:25:03 2014
@@ -1937,7 +1937,7 @@ namespace xmloff
 	//---------------------------------------------------------------------
 	void OColumnWrapperImport::StartElement(const Reference< sax::XAttributeList >& _rxAttrList)
 	{
-		OSL_ENSURE(!m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: aready have the cloned list!");
+		OSL_ENSURE(!m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: already have the cloned list!");
 
 		// clone the attributes
 		Reference< XCloneable > xCloneList(_rxAttrList, UNO_QUERY);

Modified: openoffice/trunk/main/xmloff/source/forms/eventimport.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/eventimport.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/eventimport.hxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/eventimport.hxx Tue Apr 29 19:25:03 2014
@@ -63,7 +63,7 @@ namespace xmloff
 			OPropertySetCompare,																	// compare method
 			MapPropertySet2ScriptSequence);															// class name
 		// usually an event attacher manager will need to collect all script events registered, 'cause
-		// the _real_ XEventAttacherManager handles it's events by index, but out indicies are not fixed
+		// the _real_ XEventAttacherManager handles it's events by index, but out indices are not fixed
 		// until _all_ controls have been inserted.
 
 		MapPropertySet2ScriptSequence	m_aEvents;

Modified: openoffice/trunk/main/xmloff/source/forms/formcellbinding.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/formcellbinding.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/formcellbinding.hxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/formcellbinding.hxx Tue Apr 29 19:25:03 2014
@@ -254,7 +254,7 @@ namespace xmloff
                 the AddressConversion service
 
             @return
-                <TRUE/> if any only if the conversion was successfull
+                <TRUE/> if any only if the conversion was successful
 
             @see com::sun::star::table::CellAddressConversion
             @see com::sun::star::table::CellRangeAddressConversion

Modified: openoffice/trunk/main/xmloff/source/forms/layerexport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/layerexport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/layerexport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/layerexport.cxx Tue Apr 29 19:25:03 2014
@@ -387,7 +387,7 @@ namespace xmloff
         // (This behaviour of examineForms is a performance optimization, to not force
         // the page to create a forms container just to see that it's empty.)
 
-        // So, in such a case, seekPage is considered to be successfull, too, though the
+        // So, in such a case, seekPage is considered to be successful, too, though the
         // page was not yet known
 		Reference< XFormsSupplier2 > xFormsSupp( _rxDrawPage, UNO_QUERY );
         if ( xFormsSupp.is() && !xFormsSupp->hasForms() )

Modified: openoffice/trunk/main/xmloff/source/forms/layerexport.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/layerexport.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/layerexport.hxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/layerexport.hxx Tue Apr 29 19:25:03 2014
@@ -103,7 +103,7 @@ namespace xmloff
 
 		MapPropertySet2Map	m_aReferringControls;
 			// for a given page (iter->first), and a given control (iter->second->first), this is the comma-separated
-			// lists of ids of the controls refering to the control given.
+			// lists of ids of the controls referring to the control given.
 
         MapPropertySet2Map::iterator
 							m_aCurrentPageIds;

Modified: openoffice/trunk/main/xmloff/source/forms/propertyexport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/propertyexport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/propertyexport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/propertyexport.cxx Tue Apr 29 19:25:03 2014
@@ -284,7 +284,7 @@ namespace xmloff
 			const ::rtl::OUString& _rPropertyName, const sal_Int8 _nBooleanAttributeFlags)
 	{
 		DBG_CHECK_PROPERTY_NO_TYPE( _rPropertyName );
-		// no check of the property value type: this method is allowed to be called with any interger properties
+		// no check of the property value type: this method is allowed to be called with any integer properties
 		// (e.g. sal_Int32, sal_uInt16 etc)
 
 		sal_Bool bDefault = (BOOLATTR_DEFAULT_TRUE == (BOOLATTR_DEFAULT_MASK & _nBooleanAttributeFlags));

Modified: openoffice/trunk/main/xmloff/source/forms/propertyexport.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/forms/propertyexport.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/forms/propertyexport.hxx (original)
+++ openoffice/trunk/main/xmloff/source/forms/propertyexport.hxx Tue Apr 29 19:25:03 2014
@@ -44,7 +44,7 @@ namespace xmloff
 #define BOOLATTR_DEFAULT_MASK			0x03
 
 #define BOOLATTR_INVERSE_SEMANTICS		0x04
-	// if sal_True, indicates that the semantic of the property refered by <arg>_pPropertyName</arg>
+	// if sal_True, indicates that the semantic of the property referred by <arg>_pPropertyName</arg>
 	// is inverse to the semantic of the XML attribute.<br/>
 	// I.e. if the property value is <TRUE/>, <FALSE/> has to be written and vice versa.
 	// <p>Be careful with <arg>_bDefault</arg> and <arg>_bInverseSemantics</arg>: if <arg>_bInverseSemantics</arg>
@@ -251,7 +251,7 @@ namespace xmloff
 
 		/** add an arbitrary attribute extracted from an arbitrary property to the export context
 
-			<p>The current value of the property specified wiht <arg>_pPropertyName</arg> is taken and converted
+			<p>The current value of the property specified with <arg>_pPropertyName</arg> is taken and converted
 			into a string, no matter what type it has. (Okay, there are the usual limitations: We know Date, Datetime,
 			double, integer ... to name just a few).</p>
 
@@ -280,13 +280,13 @@ namespace xmloff
 		/** exports a property value, which is a string sequence, as attribute
 
 			<p>The elements of the string sequence given are quoted and concatenated, with the characters used for
-			this to be choosen by the caller</p>
+			this to be chosen by the caller</p>
 
 			<p>If you use the quote character, no check (except assertions) is made if one of the list items
-			containes the quote character</p>
+			contains the quote character</p>
 
 			<p>If you don't use the quote character, no check (except assertions) is made if one of the list items
-			containes the separator character (which would be deadly when reimporting the string)</p>
+			contains the separator character (which would be deadly when reimporting the string)</p>
 
 			@param _nNamespaceKey
 				the key of the namespace to use for the attribute name. Is used with the namespace map

Modified: openoffice/trunk/main/xmloff/source/meta/xmlversion.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/meta/xmlversion.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/meta/xmlversion.cxx (original)
+++ openoffice/trunk/main/xmloff/source/meta/xmlversion.cxx Tue Apr 29 19:25:03 2014
@@ -387,7 +387,7 @@ void SAL_CALL XMLVersionListPersistence:
 			if ( !xVerStream.is() )
 				throw uno::RuntimeException();
 
-//REMOVE	        	// SetSize should not be neccessary because OpenStream( WRITE|TRUNC ) should already
+//REMOVE	        	// SetSize should not be necessary because OpenStream( WRITE|TRUNC ) should already
 //REMOVE	        	// have set the size to zero
 //REMOVE		//      xVerStream->SetSize ( 0L );
 //REMOVE	        	xVerStream->SetBufferSize( 16*1024 );

Modified: openoffice/trunk/main/xmloff/source/style/impastp4.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/impastp4.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/impastp4.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/impastp4.cxx Tue Apr 29 19:25:03 2014
@@ -388,7 +388,7 @@ void SvXMLAutoStylePoolP_Impl::exportXML
 	{
 		/////////////////////////////////////////////////////////////////////////////////////
 		// create, initialize and fill helper-structure (SvXMLAutoStylePoolProperties_Impl)
-		// wich contains a parent-name and a SvXMLAutoStylePoolProperties_Impl
+		// which contains a parent-name and a SvXMLAutoStylePoolProperties_Impl
 		//
 		const SvXMLAutoStylePoolParentsP_Impl *pParents =
 			pFamily->mpParentList;

Modified: openoffice/trunk/main/xmloff/source/style/styleexp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/styleexp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/styleexp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/styleexp.cxx Tue Apr 29 19:25:03 2014
@@ -520,7 +520,7 @@ void XMLStyleExport::exportStyleFamily(
 				Reference< XPropertySet > xPropSet( xStyle, UNO_QUERY );
 				Reference< XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
 
-				// styles that aren't existing realy are ignored.
+				// styles that aren't existing really are ignored.
 				if( xPropSetInfo->hasPropertyByName( sIsPhysical ) )
 				{
 					Any aAny( xPropSet->getPropertyValue( sIsPhysical ) );

Modified: openoffice/trunk/main/xmloff/source/style/xmlaustp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/xmlaustp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/xmlaustp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/xmlaustp.cxx Tue Apr 29 19:25:03 2014
@@ -119,7 +119,7 @@ void SvXMLAutoStylePoolP::exportStyleAtt
 						if (bFoundControlShapeDataStyle)
 						{
 							DBG_ERROR("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the ControlShapeDataStyle context id!");
-							// already added the attribute for the first occurence
+							// already added the attribute for the first occurrence
 							break;
 						}
 
@@ -134,7 +134,7 @@ void SvXMLAutoStylePoolP::exportStyleAtt
 						if (bFoundNumberingRulesName)
 						{
 							DBG_ERROR("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the numbering rules name context id!");
-							// already added the attribute for the first occurence
+							// already added the attribute for the first occurrence
 							break;
 						}
 

Modified: openoffice/trunk/main/xmloff/source/style/xmlexppr.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/xmlexppr.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/xmlexppr.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/xmlexppr.cxx Tue Apr 29 19:25:03 2014
@@ -277,7 +277,7 @@ void FilterPropertiesInfo_Impl::AddPrope
     aPropInfos.push_back(FilterPropertyInfo_Impl(rApiName, nIndex));
     nCount++;
 
-	OSL_ENSURE( !pApiNames, "perfomance warning: API names already retrieved" );
+	OSL_ENSURE( !pApiNames, "performance warning: API names already retrieved" );
 	if( pApiNames )
 	{
 		delete pApiNames;

Modified: openoffice/trunk/main/xmloff/source/style/xmlnumfe.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/xmlnumfe.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/xmlnumfe.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/xmlnumfe.cxx Tue Apr 29 19:25:03 2014
@@ -1724,7 +1724,7 @@ void SvXMLNumFmtExport::Export( sal_Bool
 					DBG_ASSERT((pFormat->GetType() & NUMBERFORMAT_DEFINED) != 0, "a not user defined numberformat found");
 					//	user-defined and used formats are exported
 					ExportFormat_Impl( *pFormat, nKey );
-					// if it is a user-defined Format it will be added else nothing will hapen
+					// if it is a user-defined Format it will be added else nothing will happen
 					pUsedList->SetUsed(nKey);
 				}
 

Modified: openoffice/trunk/main/xmloff/source/style/xmlnumfi.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/style/xmlnumfi.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/style/xmlnumfi.cxx (original)
+++ openoffice/trunk/main/xmloff/source/style/xmlnumfi.cxx Tue Apr 29 19:25:03 2014
@@ -842,7 +842,7 @@ void lcl_EnquoteIfNecessary( rtl::OUStri
 	else if ( rParent.GetType() == XML_TOK_STYLES_PERCENTAGE_STYLE && nLength > 1 )
 	{
 		//	the percent character in percentage styles must be left out of quoting
-		//	(one occurence is enough even if there are several percent characters in the string)
+		//	(one occurrence is enough even if there are several percent characters in the string)
 
 		rtl::OUString aString( rContent.getStr() );
 		sal_Int32 nPos = aString.indexOf( (sal_Unicode) '%' );

Modified: openoffice/trunk/main/xmloff/source/table/XMLTableExport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/table/XMLTableExport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/table/XMLTableExport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/table/XMLTableExport.cxx Tue Apr 29 19:25:03 2014
@@ -268,7 +268,7 @@ static bool has_states( const std::vecto
 			Reference< XCellRange > xCellRange( xPropSet, UNO_QUERY_THROW );	
 			for ( sal_Int32 nColumn = 0; nColumn < nColumnCount; ++nColumn )
 			{
-				// get current cell, remarks row index is 0, because we get the range for each row seperate
+				// get current cell, remarks row index is 0, because we get the range for each row separate
 				Reference< XPropertySet > xCellSet( xCellRange->getCellByPosition(nColumn, 0), UNO_QUERY_THROW );
 
 				// get style
@@ -369,7 +369,7 @@ static bool has_states( const std::vecto
 
 			for ( sal_Int32 columnIndex = 0; columnIndex < columnCount; columnIndex++ )
 			{
-				// get current cell, remarks row index is 0, because we get the range for each row seperate
+				// get current cell, remarks row index is 0, because we get the range for each row separate
 				Reference< XCell > xCell( xCellRange->getCellByPosition(columnIndex, 0), UNO_QUERY_THROW );
 				
 				// use XMergeableCell interface from offapi

Modified: openoffice/trunk/main/xmloff/source/text/XMLChangedRegionImportContext.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/XMLChangedRegionImportContext.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/XMLChangedRegionImportContext.hxx (original)
+++ openoffice/trunk/main/xmloff/source/text/XMLChangedRegionImportContext.hxx Tue Apr 29 19:25:03 2014
@@ -47,7 +47,7 @@ class XMLChangedRegionImportContext : pu
 	const ::rtl::OUString sEmpty;
 
 	/// if we replace the current XTextCursor/XText by the ones for
-	/// the redline, we remeber the old cursor here.
+	/// the redline, we remember the old cursor here.
 	::com::sun::star::uno::Reference<
 		::com::sun::star::text::XTextCursor> xOldCursor;
 

Modified: openoffice/trunk/main/xmloff/source/text/XMLSectionExport.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/XMLSectionExport.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/XMLSectionExport.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/XMLSectionExport.cxx Tue Apr 29 19:25:03 2014
@@ -891,7 +891,7 @@ void XMLSectionExport::ExportBaseIndexSo
 		aAny = xLevelTemplates->getByIndex(i);
 		aAny >>= aTemplateSequence;
 
-		// export the sequence (abort export if an error occured; #91214#)
+		// export the sequence (abort export if an error occurred; #91214#)
 		sal_Bool bResult =
             ExportIndexTemplate(eType, i, rPropertySet, aTemplateSequence);
         if ( !bResult )

Modified: openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.cxx Tue Apr 29 19:25:03 2014
@@ -181,7 +181,7 @@ void XMLSectionImportContext::StartEleme
 					xPropSet->setPropertyValue( sIsVisible, aAny );
 
                     // #97450# hidden sections must be hidden on reload
-                    // For backwards compatibilty, set flag only if it is 
+                    // For backwards compatibility, set flag only if it is 
                     // present
                     if( bIsCurrentlyVisibleOK )
                     {

Modified: openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.hxx (original)
+++ openoffice/trunk/main/xmloff/source/text/XMLSectionImportContext.hxx Tue Apr 29 19:25:03 2014
@@ -45,7 +45,7 @@ class XMLTextImportHelper;
  */
 class XMLSectionImportContext : public SvXMLImportContext
 {
-	/// start position; ranges aquired via getStart(),getEnd() don't move
+	/// start position; ranges acquired via getStart(),getEnd() don't move
 	::com::sun::star::uno::Reference<
 		::com::sun::star::text::XTextRange> xStartRange;
 

Modified: openoffice/trunk/main/xmloff/source/text/XMLTextFrameContext.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/XMLTextFrameContext.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/XMLTextFrameContext.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/XMLTextFrameContext.cxx Tue Apr 29 19:25:03 2014
@@ -554,7 +554,7 @@ void XMLTextFrameContext_Impl::Create( s
 				}
 				else
 				{
-					// it should be an own OOo link that has no storage persistance
+					// it should be an own OOo link that has no storage persistence
 					xPropSet = GetImport().GetTextImport()
 							->createAndInsertOOoLink( GetImport(),
 														sURL,

Modified: openoffice/trunk/main/xmloff/source/text/txtflde.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtflde.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtflde.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtflde.cxx Tue Apr 29 19:25:03 2014
@@ -752,7 +752,7 @@ sal_Bool XMLTextFieldExport::IsStringFie
 	case FIELD_ID_DRAW_FOOTER:
 	case FIELD_ID_DRAW_DATE_TIME:
 	default:
-		DBG_ERROR("unkown field type/field has no content");
+		DBG_ERROR("unknown field type/field has no content");
 		return sal_True; // invalid info; string in case of doubt
 	}
 }
@@ -971,7 +971,7 @@ void XMLTextFieldExport::ExportFieldAuto
 
 	case FIELD_ID_UNKNOWN:
 	default:
-		DBG_ERROR("unkown field type!");
+		DBG_ERROR("unknown field type!");
 		// ignore -> no format for unkowns
 		break;
 	}
@@ -1869,7 +1869,7 @@ void XMLTextFieldExport::ExportFieldHelp
 
 	case FIELD_ID_UNKNOWN:
 	default:
-		DBG_ERROR("unkown field type encountered!");
+		DBG_ERROR("unknown field type encountered!");
 		// always export content
 		GetExport().Characters(sPresentation);
 	}
@@ -2973,8 +2973,8 @@ enum XMLTokenEnum XMLTextFieldExport::Ma
             break;
 
         default:
-            // unkown placeholder: XML_TEXT
-            DBG_ERROR("unkown placeholder type");
+            // unknown placeholder: XML_TEXT
+            DBG_ERROR("unknown placeholder type");
     }
 
 	return eType;
@@ -3115,7 +3115,7 @@ enum XMLTokenEnum XMLTextFieldExport::Ma
 			eName = XML_PLAIN_NUMBER;
 			break;
 		default:
-			DBG_ERROR("unkown chapter display format");
+			DBG_ERROR("unknown chapter display format");
 			eName = XML_TOKEN_INVALID;
 			break;
 	}
@@ -3225,7 +3225,7 @@ enum XMLTokenEnum XMLTextFieldExport::Ma
 			eElement = XML_NOTE_REF;
 			break;
 		default:
-			DBG_ERROR("unkown reference source");
+			DBG_ERROR("unknown reference source");
 			break;
 	}
 

Modified: openoffice/trunk/main/xmloff/source/text/txtfldi.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtfldi.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtfldi.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtfldi.cxx Tue Apr 29 19:25:03 2014
@@ -715,7 +715,7 @@ void XMLSenderFieldImportContext::Proces
 		sal_Bool bRet = GetImport().GetMM100UnitConverter().
 			convertBool(bVal, sAttrValue);
 
-		// set bFixed if successfull
+		// set bFixed if successful
 		if (bRet) {
 			bFixed = bVal;
 		}
@@ -1390,7 +1390,7 @@ SvXMLImportContext* XMLDatabaseFieldImpo
             }
         }
 
-        // we call ProcessAttribute in order to set bValid appropriatly
+        // we call ProcessAttribute in order to set bValid appropriately
         ProcessAttribute( XML_TOKEN_INVALID, OUString() );
     }
 
@@ -2314,7 +2314,7 @@ void XMLFileNameImportContext::ProcessAt
 			break;
 		}
 		default:
-			; // unkown attribute: ignore
+			; // unknown attribute: ignore
 			break;
 	}
 }
@@ -3135,7 +3135,7 @@ void XMLDdeFieldDeclImportContext::Start
 												 UNO_QUERY);
 		if( xFactory.is() )
 		{
-            /* #i6432# There might be multiple occurances of one DDE
+            /* #i6432# There might be multiple occurrences of one DDE
                declaration if it is used in more than one of
                header/footer/body. createInstance will throw an exception if we
                try to create the second, third, etc. instance of such a

Modified: openoffice/trunk/main/xmloff/source/text/txtimp.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtimp.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtimp.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtimp.cxx Tue Apr 29 19:25:03 2014
@@ -2094,7 +2094,7 @@ void XMLTextImportHelper::SetOutlineStyl
 
         const sal_Int32 nCount = m_pImpl->m_xChapterNumbering->getCount();
         // --> OD 2009-11-13 #i106218#
-        // First collect all paragraph styles choosen for assignment to each
+        // First collect all paragraph styles chosen for assignment to each
         // list level of the outline style, then perform the intrinsic assignment.
         // Reason: The assignment of a certain paragraph style to a list level
         //         of the outline style causes side effects on the children

Modified: openoffice/trunk/main/xmloff/source/text/txtparae.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtparae.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtparae.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtparae.cxx Tue Apr 29 19:25:03 2014
@@ -2169,7 +2169,7 @@ void XMLTextParagraphExport::exportParag
 	{
 		// For the auto styles, the multi property set helper is only used
 		// if hard attributes are existing. Therfor, it seems to be a better
-		// strategy to have the TextSection property seperate, because otherwise
+		// strategy to have the TextSection property separate, because otherwise
 		// we always retrieve the style names even if they are not required.
 		if( bAutoStyles )
 		{
@@ -3381,7 +3381,7 @@ void XMLTextParagraphExport::exportText(
 		}
 
 		// If there are spaces left that have not been exported and the
-		// current chracter is not a space , the pending spaces have to be
+		// current character is not a space , the pending spaces have to be
 		// exported now.
 		if( nSpaceChars > 0 && !bCurrCharIsSpace )
 		{

Modified: openoffice/trunk/main/xmloff/source/text/txtparai.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtparai.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtparai.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtparai.cxx Tue Apr 29 19:25:03 2014
@@ -1076,9 +1076,9 @@ protected:
 						   Reference<beans::XPropertySet>& rPropSet);
 
 	/**
-	 * All marks can be created immediatly. Since we don't care about
+	 * All marks can be created immediately. Since we don't care about
 	 * the element content, ProcessAttribute should set the properties
-	 * immediatly.
+	 * immediately.
 	 *
 	 * This method tolerates an empty PropertySet; subclasses however
 	 * are not expected to.
@@ -2091,7 +2091,7 @@ XMLParaContext::~XMLParaContext()
         xTxtImport->FindOutlineStyleName( sStyleName, nOutlineLevel );
 
 	// set style and hard attributes at the previous paragraph
-    // --> OD 2007-07-25 #i73509# - add paramter <mbOutlineLevelAttrFound>
+    // --> OD 2007-07-25 #i73509# - add parameter <mbOutlineLevelAttrFound>
     sStyleName = xTxtImport->SetStyleAndAttrs( GetImport(), xAttrCursor,
                                                sStyleName,
                                                sal_True,

Modified: openoffice/trunk/main/xmloff/source/text/txtprmap.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtprmap.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtprmap.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtprmap.cxx Tue Apr 29 19:25:03 2014
@@ -257,7 +257,7 @@ XMLPropertyMapEntry aXMLParaPropMap[] =
 	// RES_PARATR_WIDOWS
 	MP_E( "ParaWidows",			FO,		WIDOWS,				XML_TYPE_NUMBER8, 0 ),
 	// RES_PARATR_TABSTOP
-	MP_ED( "ParaTabStops",		STYLE,	TAB_STOPS,			MID_FLAG_ELEMENT_ITEM|XML_TYPE_TEXT_TABSTOP, CTF_TABSTOP ),	// this is not realy a string!
+	MP_ED( "ParaTabStops",		STYLE,	TAB_STOPS,			MID_FLAG_ELEMENT_ITEM|XML_TYPE_TEXT_TABSTOP, CTF_TABSTOP ),	// this is not really a string!
 	// RES_PARATR_HYPHENZONE
 	MT_E( "ParaIsHyphenation",	FO,		HYPHENATE,			XML_TYPE_BOOL, 0 ),
 	MT_E( "ParaHyphenationMaxLeadingChars", FO, HYPHENATION_REMAIN_CHAR_COUNT, XML_TYPE_NUMBER16, 0 ),

Modified: openoffice/trunk/main/xmloff/source/text/txtvfldi.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtvfldi.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/text/txtvfldi.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtvfldi.cxx Tue Apr 29 19:25:03 2014
@@ -943,7 +943,7 @@ XMLVariableDeclImportContext::XMLVariabl
 				break;
 			}
 			default:
-				DBG_ERROR("unkown varfield type");
+				DBG_ERROR("unknown varfield type");
 			} // switch
 		} // else: no field master found/constructed
 	} // else: no sequence-decl
@@ -1003,7 +1003,7 @@ sal_Bool XMLVariableDeclImportContext::F
 		{
 			OUString sNew;
 
-			// FIXME! cant find if name is taken already!!!!
+			// FIXME! can't find if name is taken already!!!!
 
 			nCollisionCount++;
 			OUStringBuffer aBuf;
@@ -1028,7 +1028,7 @@ sal_Bool XMLVariableDeclImportContext::F
 			// find new name that is not taken
 			OUString sNew;
 
-			// FIXME! cant find if name is taken already!!!!
+			// FIXME! can't find if name is taken already!!!!
 
 			nCollisionCount++;
 			OUStringBuffer aBuf;

Modified: openoffice/trunk/main/xmloff/source/transform/OOo2Oasis.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/transform/OOo2Oasis.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/transform/OOo2Oasis.cxx (original)
+++ openoffice/trunk/main/xmloff/source/transform/OOo2Oasis.cxx Tue Apr 29 19:25:03 2014
@@ -719,7 +719,7 @@ static XMLTransformerActionInit aStyleRe
 
 // OOO_SHAPE_ACTIONS
 // !!ATTENTION!! If you change something here, please also change
-// aConnectorActionTable if apropriate
+// aConnectorActionTable if appropriate
 static XMLTransformerActionInit aShapeActionTable[] =
 {
 	ENTRY0( SVG, X, XML_ATACTION_INCH2IN ),

Modified: openoffice/trunk/main/xmloff/source/transform/Oasis2OOo.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/transform/Oasis2OOo.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/transform/Oasis2OOo.cxx (original)
+++ openoffice/trunk/main/xmloff/source/transform/Oasis2OOo.cxx Tue Apr 29 19:25:03 2014
@@ -729,7 +729,7 @@ static XMLTransformerActionInit aParaAct
 };
 
 // !!ATTENTION!! If you change something here, please also change
-// aConnectorActionTable if apropriate
+// aConnectorActionTable if appropriate
 static XMLTransformerActionInit aShapeActionTable[] =
 {
 	ENTRY1( DRAW, STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,

Modified: openoffice/trunk/main/xmloff/source/transform/TransformerBase.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/transform/TransformerBase.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/transform/TransformerBase.cxx (original)
+++ openoffice/trunk/main/xmloff/source/transform/TransformerBase.cxx Tue Apr 29 19:25:03 2014
@@ -321,7 +321,7 @@ void SAL_CALL XMLTransformerBase::startE
 	if( !xContext.is() )
 		xContext = new XMLTransformerContext( *this, rName );
 
-	// Remeber old namespace map.
+	// Remember old namespace map.
 	if( pRewindMap )
 		xContext->SetRewindMap( pRewindMap );
 

Modified: openoffice/trunk/main/xmloff/source/transform/TransformerBase.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/transform/TransformerBase.hxx?rev=1591062&r1=1591061&r2=1591062&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/transform/TransformerBase.hxx (original)
+++ openoffice/trunk/main/xmloff/source/transform/TransformerBase.hxx Tue Apr 29 19:25:03 2014
@@ -85,7 +85,7 @@ protected:
 
 	// this method may return an empty reference when the transformer service
 	// was created outside the xmloff environment.
-	// It is strictly forbiden to use this as a write access to the model!
+	// It is strictly forbidden to use this as a write access to the model!
 	const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& getModel() const { return mxModel; }
 
 public: