diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:24:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:26:58 +0200 |
commit | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch) | |
tree | 94fe4823ec33e39359006c986372c5caceb85db0 | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
27 files changed, 77 insertions, 77 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java index b742fb3a7027..97250172ed01 100644 --- a/bean/com/sun/star/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/beans/LocalOfficeConnection.java @@ -136,7 +136,7 @@ public class LocalOfficeConnection } /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * This method can return <code>null</code> if it fails to connect @@ -304,7 +304,7 @@ public class LocalOfficeConnection } /** - * Retrives a path to the office program folder. + * Retrieves a path to the office program folder. * * @return The path to the office program folder. */ @@ -557,7 +557,7 @@ public class LocalOfficeConnection implements NativeService { /** - * Retrive the office service identifier. + * Retrieve the office service identifier. * * @return The identifier of the office service. */ @@ -595,7 +595,7 @@ public class LocalOfficeConnection } /** - * Retrives the ammount of time to wait for the startup. + * Retrieves the ammount of time to wait for the startup. * * @return The ammount of time to wait in seconds(?). */ diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java index 9388dcd6f1d7..8f79b9909378 100644 --- a/bean/com/sun/star/beans/LocalOfficeWindow.java +++ b/bean/com/sun/star/beans/LocalOfficeWindow.java @@ -62,7 +62,7 @@ public class LocalOfficeWindow } /** - * Retrives an AWT component object associated with the OfficeWindow. + * Retrieves an AWT component object associated with the OfficeWindow. * * @return The AWT component object associated with the OfficeWindow. */ @@ -72,7 +72,7 @@ public class LocalOfficeWindow } /** - * Retrives an UNO XWindowPeer object associated with the OfficeWindow. + * Retrieves an UNO XWindowPeer object associated with the OfficeWindow. * * @return The UNO XWindowPeer object associated with the OfficeWindow. */ @@ -238,14 +238,14 @@ public class LocalOfficeWindow } /** - * Retrives a platform dependent system window identifier. + * Retrieves a platform dependent system window identifier. * * @return The system window identifier. */ private native long getNativeWindow(); /** - * Retrives a platform dependent system window type. + * Retrieves a platform dependent system window type. * * @return The system window type. */ diff --git a/bean/com/sun/star/beans/OfficeConnection.java b/bean/com/sun/star/beans/OfficeConnection.java index 014c050ecc72..4301600590c0 100644 --- a/bean/com/sun/star/beans/OfficeConnection.java +++ b/bean/com/sun/star/beans/OfficeConnection.java @@ -48,7 +48,7 @@ public interface OfficeConnection void setContainerFactory(ContainerFactory containerFactory); /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * diff --git a/bean/com/sun/star/beans/OfficeWindow.java b/bean/com/sun/star/beans/OfficeWindow.java index 8fad77b15adc..ebc46b8335de 100644 --- a/bean/com/sun/star/beans/OfficeWindow.java +++ b/bean/com/sun/star/beans/OfficeWindow.java @@ -31,14 +31,14 @@ import com.sun.star.awt.XWindowPeer; public interface OfficeWindow { /** - * Retrives an AWT component object associated with the OfficeWindow. + * Retrieves an AWT component object associated with the OfficeWindow. * * @return The AWT component object associated with the OfficeWindow. */ Component getAWTComponent(); /** - * Retrives an UNO XWindowPeer object associated with the OfficeWindow. + * Retrieves an UNO XWindowPeer object associated with the OfficeWindow. * * @return The UNO XWindowPeer object associated with the OfficeWindow. */ diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java b/bean/com/sun/star/comp/beans/OfficeConnection.java index 71c74a377efd..2786810654d8 100644 --- a/bean/com/sun/star/comp/beans/OfficeConnection.java +++ b/bean/com/sun/star/comp/beans/OfficeConnection.java @@ -49,7 +49,7 @@ public interface OfficeConnection void setContainerFactory(ContainerFactory containerFactory); /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * diff --git a/connectivity/source/drivers/mork/MResultSet.cxx b/connectivity/source/drivers/mork/MResultSet.cxx index 99f7275559a8..5ccb98d4e38e 100644 --- a/connectivity/source/drivers/mork/MResultSet.cxx +++ b/connectivity/source/drivers/mork/MResultSet.cxx @@ -1499,7 +1499,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) m_pStatement->getOwnConnection()->throwSQLException( STR_ILLEGAL_MOVEMENT, *this ); sal_Int32 nNumberOfRecords = m_aQueryHelper.getResultCount(); - sal_Int32 nRetrivedRows = currentRowCount(); + sal_Int32 nRetrievedRows = currentRowCount(); sal_Int32 nCurPos = m_nRowPos; OSL_TRACE("seekRow: nCurPos = %d", nCurPos ); @@ -1521,7 +1521,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) case LAST_POS: OSL_TRACE("seekRow: LAST"); - nCurPos = nRetrivedRows; + nCurPos = nRetrievedRows; break; case ABSOLUTE_POS: OSL_TRACE("seekRow: ABSOLUTE : %d", nOffset); @@ -1543,7 +1543,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) { nCurCard = (m_pKeySet->get())[nCurPos-1]; } - else //The requested row has not been retrived until now. We should get the right card for it. + else //The requested row has not been retrieved until now. We should get the right card for it. nCurCard = nCurPos + deletedCount(); if ( nCurCard > nNumberOfRecords) { @@ -1552,7 +1552,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) OSL_TRACE("seekRow: return False, m_nRowPos = %u", m_nRowPos ); return sal_False; } - //Insert new retrived items for later use + //Insert new retrieved items for later use fillKeySet(nNumberOfRecords); m_nRowPos = (sal_uInt32)nCurPos; OSL_TRACE("seekRow: return True, m_nRowPos = %u", m_nRowPos ); diff --git a/connectivity/source/drivers/mozab/MResultSet.cxx b/connectivity/source/drivers/mozab/MResultSet.cxx index d0e449e4be7a..aeb5bea51dd0 100644 --- a/connectivity/source/drivers/mozab/MResultSet.cxx +++ b/connectivity/source/drivers/mozab/MResultSet.cxx @@ -1491,7 +1491,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) m_pStatement->getOwnConnection()->throwSQLException( STR_ILLEGAL_MOVEMENT, *this ); sal_Int32 nNumberOfRecords = m_aQuery.getRealRowCount(); - sal_Int32 nRetrivedRows = currentRowCount(); + sal_Int32 nRetrievedRows = currentRowCount(); sal_Int32 nCurPos = m_nRowPos; OSL_TRACE("seekRow: nCurPos = %d", nCurPos ); @@ -1513,7 +1513,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) case LAST_POS: OSL_TRACE("seekRow: LAST"); - nCurPos = nRetrivedRows; + nCurPos = nRetrievedRows; break; case ABSOLUTE_POS: OSL_TRACE("seekRow: ABSOLUTE : %d", nOffset); @@ -1535,7 +1535,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) { nCurCard = (m_pKeySet->get())[nCurPos-1]; } - else //The requested row has not been retrived until now. We should get the right card for it. + else //The requested row has not been retrieved until now. We should get the right card for it. nCurCard = nCurPos + deletedCount(); while ( nCurCard > nNumberOfRecords && !m_aQuery.queryComplete() ) { @@ -1553,7 +1553,7 @@ sal_Bool OResultSet::seekRow( eRowPosition pos, sal_Int32 nOffset ) OSL_TRACE("seekRow: return False, m_nRowPos = %u", m_nRowPos ); return sal_False; } - //Insert new retrived items for later use + //Insert new retrieved items for later use fillKeySet(nNumberOfRecords); m_nRowPos = (sal_uInt32)nCurPos; OSL_TRACE("seekRow: return True, m_nRowPos = %u", m_nRowPos ); diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 606c2385f711..314631868913 100644 --- a/extensions/source/ole/jscriptclasses.hxx +++ b/extensions/source/ole/jscriptclasses.hxx @@ -36,7 +36,7 @@ // "InitInOutParam" // If the object represents an out parameter then the value can after the call -// be retrived by "Get". +// be retrieved by "Get". // From JavaScript the functions Get, Set, InitOutParam and InitInOutParam are // used, that is they are accessible through IDispatch. The functions are used diff --git a/forms/qa/integration/forms/FormControlTest.java b/forms/qa/integration/forms/FormControlTest.java index 8d4ee1e84670..f591be402ca1 100644 --- a/forms/qa/integration/forms/FormControlTest.java +++ b/forms/qa/integration/forms/FormControlTest.java @@ -491,7 +491,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE } /* ------------------------------------------------------------------ */ - /** retrives the control model with the given name + /** retrieves the control model with the given name */ private XPropertySet getControlModel( String name ) throws com.sun.star.uno.Exception, java.lang.Exception { diff --git a/include/registry/registry.h b/include/registry/registry.h index 9caa1331d2eb..b4add7f9bd53 100644 --- a/include/registry/registry.h +++ b/include/registry/registry.h @@ -240,11 +240,11 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getLongListValue(RegKeyHandle hKey, /** This function gets the string list value of a key. - @param[in] hKey identifies a currently open key. The key whose value will be retrived by this + @param[in] hKey identifies a currently open key. The key whose value will be retrieved by this function is a subkey of the key identified by hKey. @param[in] keyName points to a null terminated string specifying the name of a key whose value - will be retrived. If keyName is NULL, then the value of the key specified by - hKey will be retrived. + will be retrieved. If keyName is NULL, then the value of the key specified by + hKey will be retrieved. @param[out] pValueList a Pointer to an ascii value list which returns the data of the value. @param[out] pLen returns the length of the value list. @return REG_NO_ERROR if succeeds else an error code. @@ -257,11 +257,11 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getStringListValue(RegKeyHandle hKe /** This function gets the unicode list value of a key. - @param[in] hKey identifies a currently open key. The key whose value will be retrived by this + @param[in] hKey identifies a currently open key. The key whose value will be retrieved by this function is a subkey of the key identified by hKey. @param[in] keyName points to a null terminated string specifying the name of a key whose value - will be retrived. If keyName is NULL, then the value of the key specified by - hKey will be retrived. + will be retrieved. If keyName is NULL, then the value of the key specified by + hKey will be retrieved. @param[out] pValueList a Pointer to an unicode value list which returns the data of the value. @param[out] pLen returns the length of the value list. @return REG_NO_ERROR if succeeds else an error code. diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index 61c37d68c210..e69799580746 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -217,7 +217,7 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis public String getImageUrl(String _sRegistryPath, String _sImageName) { String sImageUrl = ""; try { - // retrive the configuration node of the extension + // retrieve the configuration node of the extension XNameAccess xNameAccess = getRegistryKeyContent(_sRegistryPath); if (xNameAccess != null){ if (xNameAccess.hasByName(_sImageName)){ diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java index 0b30d844d4d5..f811655d160b 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java @@ -85,7 +85,7 @@ public class ScCellsEnumeration extends TestCase { * Creating a Testenvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document * and takes one of them. Replaces text of some cells. - * Retrives a cell range of the visible cells using the interface + * Retrieves a cell range of the visible cells using the interface * <code>XCellRangesQuery</code>. Retrieves a collection of cells from * this cell range and creates it's enumeration using the interface * <code>XEnumerationAccess</code>.The created enumeration is the instance diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java index 0ee2b1ecc5e5..a22119fea43a 100644 --- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java @@ -89,7 +89,7 @@ public class ScCellsObj extends TestCase { * Creating a Testenvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document, * and takes one of them. Replaces text of some cells. - * Retrives a cell range of the visible cells using the interface + * Retrieves a cell range of the visible cells using the interface * <code>XCellRangesQuery</code>. Retrieves a collection of cells from * this cell range, this collection is instance of the service * <code>com.sun.star.sheet.Cells</code>. diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java index f669f387af8a..b98783087ed5 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java @@ -100,8 +100,8 @@ public class ScDDELinkObj extends TestCase { * spreadsheets from a document and takes one of them. Sets specific formula * to some cells in the spreadsheet(the formula specify DDE links to the * testdocument). Retrieves the collection of DDE links in the document and - * retrives first DDE link from the collection. - * The retrived DDE link is the instance of the service + * retrieves first DDE link from the collection. + * The retrieved DDE link is the instance of the service * <code>com.sun.star.sheet.DDELink</code>. * Object relations created : * <ul> diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java index e00da2372f80..b9af7133ea5a 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java @@ -97,7 +97,7 @@ public class ScDDELinksObj extends TestCase { * spreadsheets from a document and takes one of them. Sets specific formula * to some cells in the spreadsheet(the formula specify DDE links to the * testdocument). Retrieves the collection of DDE links in the document. - * The retrived collection of DDE link is the instance of the service + * The retrieved collection of DDE link is the instance of the service * <code>com.sun.star.sheet.DDELinks</code>. * @see com.sun.star.frame.Desktop * @see com.sun.star.sheet.DDELinks diff --git a/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java b/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java index b96da0233a79..74ab48fff4a8 100644 --- a/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java @@ -97,7 +97,7 @@ public class ScViewPaneObj extends TestCase { * Retieves the current controller of the spreadsheet document using the * interface <code>XModel</code>. The controller contains the collection * of the view panes so retrieves the view pane with index 0 from - * the collection. The retrived view pane is the instance of the service + * the collection. The retrieved view pane is the instance of the service * <code>com.sun.star.sheet.SpreadsheetViewPane</code>. Retrieves the address * of the cell range that consists of the cells which are visible in the pane. * Object relations created : diff --git a/qadevOOo/tests/java/mod/_sd/SdLayerManager.java b/qadevOOo/tests/java/mod/_sd/SdLayerManager.java index 1ceca527ff14..a80e88709196 100644 --- a/qadevOOo/tests/java/mod/_sd/SdLayerManager.java +++ b/qadevOOo/tests/java/mod/_sd/SdLayerManager.java @@ -101,7 +101,7 @@ public class SdLayerManager extends TestCase { * {@link ifc.drawing._XLayerManager}(the created shape)</li> * <li> <code>'Shapes'</code> for * {@link ifc.drawing._XLayerManager}(the shape collection of - * the retrived draw page)</li> + * the retrieved draw page)</li> * </ul> * @see com.sun.star.drawing.XLayerSupplier * @see com.sun.star.drawing.LayerManager diff --git a/qadevOOo/tests/java/mod/_sd/SdXShape.java b/qadevOOo/tests/java/mod/_sd/SdXShape.java index c5a78d45b222..c342c8c4f3b3 100644 --- a/qadevOOo/tests/java/mod/_sd/SdXShape.java +++ b/qadevOOo/tests/java/mod/_sd/SdXShape.java @@ -103,11 +103,11 @@ public class SdXShape extends TestCase { * <ul> * <li> <code>'Style1'</code> for * {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape} - * (the value of the property 'Style' that was retrived from the created + * (the value of the property 'Style' that was retrieved from the created * rectangle shape) </li> * <li> <code>'Style2'</code> for * {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape} - * (the value of the property 'Style' that was retrived from the created + * (the value of the property 'Style' that was retrieved from the created * ellipse shape) </li> * </ul> * @see com.sun.star.drawing.XDrawPagesSupplier diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 11ce5ecaa06b..1da398aeac71 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -5579,7 +5579,7 @@ namespace osl_Directory nError1 = testDirectory.close(); CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError1 ); - CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrive three items and check their names.", + CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrieve three items and check their names.", ( sal_True == bOk1 ) && ( sal_True == bOk2 ) && ( sal_True == bOk3 ) ); } @@ -5588,7 +5588,7 @@ namespace osl_Directory ::osl::Directory testDirectory( aTmpName3 ); //constructor nError1 = testDirectory.getNextItem( rItem ); - CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrive an item in a directory which is not opened, also test for nHint's default value.", + CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrieve an item in a directory which is not opened, also test for nHint's default value.", ( ::osl::FileBase::E_INVAL == nError1 ) ); } @@ -5609,7 +5609,7 @@ namespace osl_Directory nError1 = testDirectory.close(); CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError1 ); - CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrive 4 times in a directory which contain only 3 files.", + CPPUNIT_ASSERT_MESSAGE( "test for getNextItem function: retrieve 4 times in a directory which contain only 3 files.", ( ::osl::FileBase::E_NOENT == nError2 ) ); } diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index 6fb065ad91af..f24d404c4114 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -583,35 +583,35 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *, #endif /// print the information. - t_print("#\n#Retrived system information is below:\n"); + t_print("#\n#Retrieved system information is below:\n"); t_print("Computer Name: "); if ( strComputerName.isEmpty()) - t_print("Not retrived\n" ); + t_print("Not retrieved\n" ); else printUString( strComputerName ); t_print("Current User Name: "); if ( strUserName.isEmpty()) - t_print("Not retrived\n" ); + t_print("Not retrieved\n" ); else printUString( strUserName ); t_print("Current User Home Directory:"); if ( strHomeDirectory.isEmpty()) - t_print("Not retrived\n" ); + t_print("Not retrieved\n" ); else printUString( strHomeDirectory ); t_print("Current Config Directory: "); if ( strConfigDirectory.isEmpty()) - t_print("Not retrived\n" ); + t_print("Not retrieved\n" ); else printUString( strConfigDirectory ); t_print("Current UserID: "); if ( strUserID.isEmpty()) - t_print("Not retrived\n" ); + t_print("Not retrieved\n" ); else printUString( strUserID ); diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java index c6c55d5ecac0..ffb4a5febaed 100644 --- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java +++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java @@ -149,7 +149,7 @@ public class OpenOfficeDocFileSystem } /** - * Retrives the 'document' property. + * Retrieves the 'document' property. */ public File getDocument() { @@ -200,7 +200,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /** - * Retrives 'readonly' property. + * Retrieves 'readonly' property. * NOTE: The portion of the mounted document available to the user is * always editable. */ @@ -436,7 +436,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /* - * Retrives or creates a file. + * Retrieves or creates a file. */ private Entry getFileEntry(String name) throws IOException @@ -462,7 +462,7 @@ System.out.println(" exception: " + ioe.getMessage()); } /* - * Retrives or creates a folder. + * Retrieves or creates a folder. */ private Entry getFolderEntry(String name) throws IOException diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java index 4ec0f0ba7647..4e4b8fb54404 100644 --- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java +++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java @@ -41,7 +41,7 @@ public class OpenOfficeDocFileSystemBeanInfo ICONLOCATION + File.separator + "OpenOfficeDocFileSystemIcon32.png"; /** - * Retrives an additional bean information. + * Retrieves an additional bean information. */ public BeanInfo[] getAdditionalBeanInfo() { @@ -64,7 +64,7 @@ public class OpenOfficeDocFileSystemBeanInfo } */ /** - * Retrives bean property descriptors. + * Retrieves bean property descriptors. */ public PropertyDescriptor[] getPropertyDescriptors() { @@ -99,7 +99,7 @@ public class OpenOfficeDocFileSystemBeanInfo } /** - * Retrives an icon by the icon type. + * Retrieves an icon by the icon type. */ public Image getIcon(int type) { diff --git a/shell/inc/internal/metainforeader.hxx b/shell/inc/internal/metainforeader.hxx index 7365d18e2b51..b9f86fd1756b 100644 --- a/shell/inc/internal/metainforeader.hxx +++ b/shell/inc/internal/metainforeader.hxx @@ -41,7 +41,7 @@ public: /** check if the Tag is in the target meta.xml file. @param TagName - the name of the tag that will be retrive. + the name of the tag that will be retrieved. */ bool hasTag(std::wstring TagName) const; @@ -49,7 +49,7 @@ public: /** Get a specific tag content, compound tags will be returned as comma separated list. @param TagName - the name of the tag that will be retrive. + the name of the tag that will be retrieved. */ std::wstring getTagData( const std::wstring& TagName); diff --git a/shell/source/win32/ooofilereader/metainforeader.cxx b/shell/source/win32/ooofilereader/metainforeader.cxx index 75bca87c71e7..9edecc97a1b1 100644 --- a/shell/source/win32/ooofilereader/metainforeader.cxx +++ b/shell/source/win32/ooofilereader/metainforeader.cxx @@ -130,7 +130,7 @@ CMetaInfoReader::~CMetaInfoReader( void ) /** check if the Tag is in the target meta.xml file. @param TagName - the name of the tag that will be retrive. + the name of the tag that will be retrieve. */ bool CMetaInfoReader::hasTag( std::wstring TagName ) const { @@ -140,7 +140,7 @@ bool CMetaInfoReader::hasTag( std::wstring TagName ) const /** Get a specific tag content, compound tags will be returned as comma separated list. @param TagName - the name of the tag that will be retrive. + the name of the tag that will be retrieve. */ std::wstring CMetaInfoReader::getTagData( const std::wstring& TagName) { diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx index 94df159c5251..6fd350b8ec93 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx @@ -141,8 +141,8 @@ private: virtual ~COooFilter(); long m_lRefs; // Reference count - CContentReader * m_pContentReader; // A content reader that retrive document content. - CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrive document metainfo. + CContentReader * m_pContentReader; // A content reader that retrieves document content. + CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrieves document metainfo. FilterState m_eState; // State of filtering ::std::wstring m_pwszFileName; // Name of input file to filter ULONG m_ulUnicodeBufferLen; // UNICODE Characters read from file to chunk buffer diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx index e026ca513635..88e6e88bdf89 100644 --- a/sw/source/filter/ww8/writerhelper.hxx +++ b/sw/source/filter/ww8/writerhelper.hxx @@ -274,8 +274,8 @@ namespace sw and receiving a SfxPoolItem reference which must then typically be cast back to its original type which is both tedious and verbose. - ItemGet uses item_cast () on the retrived reference to test that the - retrived property is of the type that the developer thinks it is. + ItemGet uses item_cast () on the retrieved reference to test that the + retrieved property is of the type that the developer thinks it is. @param rNode The SwCntntNode to retrieve the property from @@ -305,8 +305,8 @@ namespace sw and receiving a SfxPoolItem reference which must then typically be cast back to its original type which is both tedious and verbose. - ItemGet uses item_cast () on the retrived reference to test that the - retrived property is of the type that the developer thinks it is. + ItemGet uses item_cast () on the retrieved reference to test that the + retrieved property is of the type that the developer thinks it is. @param rFmt The SwFmt to retrieve the property from @@ -334,8 +334,8 @@ namespace sw and receiving a SfxPoolItem reference which must then typically be cast back to its original type which is both tedious and verbose. - ItemGet uses item_cast () on the retrived reference to test that the - retrived property is of the type that the developer thinks it is. + ItemGet uses item_cast () on the retrieved reference to test that the + retrieved property is of the type that the developer thinks it is. @param rSet The SfxItemSet to retrieve the property from @@ -368,8 +368,8 @@ namespace sw DefaultItemGet returns a reference to the default property of a given SfxItemPool for a given property id, e.g. default fontsize - DefaultItemGet uses item_cast () on the retrived reference to test - that the retrived property is of the type that the developer thinks + DefaultItemGet uses item_cast () on the retrieved reference to test + that the retrieved property is of the type that the developer thinks it is. @param rPool @@ -404,8 +404,8 @@ namespace sw given SwDoc (Writer Document) for a given property id, e.g default fontsize - DefaultItemGet uses item_cast () on the retrived reference to test - that the retrived property is of the type that the developer thinks + DefaultItemGet uses item_cast () on the retrieved reference to test + that the retrieved property is of the type that the developer thinks it is. @param rPool @@ -441,8 +441,8 @@ namespace sw property id if it exists in the SfxItemSet or its chain of parents, e.g. fontsize - HasItem uses item_cast () on the retrived pointer to test that the - retrived property is of the type that the developer thinks it is. + HasItem uses item_cast () on the retrieved pointer to test that the + retrieved property is of the type that the developer thinks it is. @param rSet The SfxItemSet whose property we want @@ -474,8 +474,8 @@ namespace sw HasItem returns a pointer to the requested SfxPoolItem for a given property id if it exists in the SwFmt e.g. fontsize - HasItem uses item_cast () on the retrived pointer to test that the - retrived property is of the type that the developer thinks it is. + HasItem uses item_cast () on the retrieved pointer to test that the + retrieved property is of the type that the developer thinks it is. @param rSet The SwFmt whose property we want diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index ee3eb883b349..082a5aa3b434 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -390,7 +390,7 @@ OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode) cons /****** XMLDocumentWrapper_XmlSecImpl/getNodeQName **************************** * * NAME - * getNodeQName -- Retrives the qualified name of a node + * getNodeQName -- Retrieves the qualified name of a node * * SYNOPSIS * name = getNodeQName(pNode); @@ -399,7 +399,7 @@ OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode) cons * see NAME * * INPUTS - * pNode - the node whose name will be retrived + * pNode - the node whose name will be retrieved * * RESULT * name - the node's qualified name @@ -428,7 +428,7 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c /****** XMLDocumentWrapper_XmlSecImpl/checkElement **************************** * * NAME - * checkElement -- Retrives the node wrapped by an XXMLElementWrapper + * checkElement -- Retrieves the node wrapped by an XXMLElementWrapper * interface * * SYNOPSIS |