Kaydet (Commit) 48f0a5ed authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
üst a9924d94
...@@ -153,7 +153,7 @@ namespace dxcanvas ...@@ -153,7 +153,7 @@ namespace dxcanvas
COMReference<IDirect3DTexture9> getTexture() const; COMReference<IDirect3DTexture9> getTexture() const;
private: private:
/// Guard local methods against concurrent acces to RenderModule /// Guard local methods against concurrent access to RenderModule
class ImplRenderModuleGuard : private ::boost::noncopyable class ImplRenderModuleGuard : private ::boost::noncopyable
{ {
public: public:
......
...@@ -174,7 +174,7 @@ namespace dxcanvas ...@@ -174,7 +174,7 @@ namespace dxcanvas
ENSURE_OR_THROW( pReadAccess.get() != NULL, ENSURE_OR_THROW( pReadAccess.get() != NULL,
"::dxcanvas::tools::bitmapFromVCLBitmapEx(): " "::dxcanvas::tools::bitmapFromVCLBitmapEx(): "
"Unable to acquire read acces to bitmap" ); "Unable to acquire read access to bitmap" );
if( rBmpEx.IsAlpha() ) if( rBmpEx.IsAlpha() )
{ {
...@@ -200,7 +200,7 @@ namespace dxcanvas ...@@ -200,7 +200,7 @@ namespace dxcanvas
ENSURE_OR_THROW( pAlphaReadAccess.get() != NULL, ENSURE_OR_THROW( pAlphaReadAccess.get() != NULL,
"::dxcanvas::tools::bitmapFromVCLBitmapEx(): " "::dxcanvas::tools::bitmapFromVCLBitmapEx(): "
"Unable to acquire read acces to alpha" ); "Unable to acquire read access to alpha" );
ENSURE_OR_THROW( pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || ENSURE_OR_THROW( pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ||
pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_TC_MASK, pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_TC_MASK,
...@@ -342,7 +342,7 @@ namespace dxcanvas ...@@ -342,7 +342,7 @@ namespace dxcanvas
ENSURE_OR_THROW( pMaskReadAccess.get() != NULL, ENSURE_OR_THROW( pMaskReadAccess.get() != NULL,
"::dxcanvas::tools::bitmapFromVCLBitmapEx(): " "::dxcanvas::tools::bitmapFromVCLBitmapEx(): "
"Unable to acquire read acces to mask" ); "Unable to acquire read access to mask" );
ENSURE_OR_THROW( pMaskReadAccess->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL, ENSURE_OR_THROW( pMaskReadAccess->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL,
"::dxcanvas::tools::bitmapFromVCLBitmapEx(): " "::dxcanvas::tools::bitmapFromVCLBitmapEx(): "
......
...@@ -76,7 +76,7 @@ public: ...@@ -76,7 +76,7 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private: //methods private: //methods
NameContainer();//no default contructor NameContainer();//no default constructor
private: //member private: //member
const ::com::sun::star::uno::Type m_aType; const ::com::sun::star::uno::Type m_aType;
......
...@@ -2240,8 +2240,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getDescription( ...@@ -2240,8 +2240,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getDescription(
else else
{ {
(void)osl_atomic_decrement( &pRef->pType->nRefCount ); (void)osl_atomic_decrement( &pRef->pType->nRefCount );
// detruction of this type in progress (another thread!) // destruction of this type in progress (another thread!)
// no acces through this weak reference // no access through this weak reference
pRef->pType = 0; pRef->pType = 0;
} }
} }
...@@ -2280,8 +2280,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getByName( ...@@ -2280,8 +2280,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getByName(
} }
else else
{ {
// detruction of this type in progress (another thread!) // destruction of this type in progress (another thread!)
// no acces through this weak reference // no access through this weak reference
(void)osl_atomic_decrement( &(*aIt).second->nRefCount ); (void)osl_atomic_decrement( &(*aIt).second->nRefCount );
} }
} }
......
...@@ -94,7 +94,7 @@ OPropertySetHelperInfo_Impl::OPropertySetHelperInfo_Impl( ...@@ -94,7 +94,7 @@ OPropertySetHelperInfo_Impl::OPropertySetHelperInfo_Impl(
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::RuntimeException, std::exception) Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::RuntimeException, std::exception)
{ {
...@@ -102,7 +102,7 @@ Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::co ...@@ -102,7 +102,7 @@ Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::co
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException, std::exception) Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException, std::exception)
{ {
...@@ -118,7 +118,7 @@ Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & Proper ...@@ -118,7 +118,7 @@ Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & Proper
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::uno::RuntimeException, std::exception) sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::uno::RuntimeException, std::exception)
{ {
......
...@@ -77,7 +77,7 @@ void SvxHlinkCtrl::StateChanged( sal_uInt16 nSID, SfxItemState eState, ...@@ -77,7 +77,7 @@ void SvxHlinkCtrl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
/************************************************************************* /*************************************************************************
|* |*
|* Contructor / Destructor |* Constructor / Destructor
|* |*
|************************************************************************/ |************************************************************************/
...@@ -203,7 +203,7 @@ void SvxHpLinkDlg::Apply() ...@@ -203,7 +203,7 @@ void SvxHpLinkDlg::Apply()
/************************************************************************* /*************************************************************************
|* |*
|* When extrawindow is visible and its never moved by user, then move that |* When extra window is visible and its never moved by user, then move that
|* window, too. |* window, too.
|* |*
|************************************************************************/ |************************************************************************/
......
...@@ -93,7 +93,7 @@ bool SvxHyperlinkNewDocTp::ImplGetURLObject( const OUString& rPath, const OUStri ...@@ -93,7 +93,7 @@ bool SvxHyperlinkNewDocTp::ImplGetURLObject( const OUString& rPath, const OUStri
/************************************************************************* /*************************************************************************
|* |*
|* Contructor / Destructor |* Constructor / Destructor
|* |*
|************************************************************************/ |************************************************************************/
......
...@@ -30,7 +30,7 @@ sal_Char const sFileScheme[] = INET_FILE_SCHEME; ...@@ -30,7 +30,7 @@ sal_Char const sFileScheme[] = INET_FILE_SCHEME;
/************************************************************************* /*************************************************************************
|* |*
|* Contructor / Destructor |* Constructor / Destructor
|* |*
|************************************************************************/ |************************************************************************/
......
...@@ -33,7 +33,7 @@ using namespace ::com::sun::star; ...@@ -33,7 +33,7 @@ using namespace ::com::sun::star;
/************************************************************************* /*************************************************************************
|* |*
|* Contructor / Destructor |* Constructor / Destructor
|* |*
|************************************************************************/ |************************************************************************/
......
...@@ -123,7 +123,7 @@ void SvxHlmarkTreeLBox::Paint( const Rectangle& rRect ) ...@@ -123,7 +123,7 @@ void SvxHlmarkTreeLBox::Paint( const Rectangle& rRect )
/************************************************************************* /*************************************************************************
|* |*
|* Contructor / Destructor |* Constructor / Destructor
|* |*
|************************************************************************/ |************************************************************************/
SvxHlinkDlgMarkWnd::SvxHlinkDlgMarkWnd( SvxHyperlinkTabPageBase *pParent ) SvxHlinkDlgMarkWnd::SvxHlinkDlgMarkWnd( SvxHyperlinkTabPageBase *pParent )
......
...@@ -66,13 +66,13 @@ namespace dbaui ...@@ -66,13 +66,13 @@ namespace dbaui
virtual short Execute() SAL_OVERRIDE; virtual short Execute() SAL_OVERRIDE;
/** getTableMap gives acces to the table window map /** getTableMap gives access to the table window map
@retrun the table window from the join view @retrun the table window from the join view
*/ */
OJoinTableView::OTableWindowMap* getTableMap() const { return m_pTableMap; } OJoinTableView::OTableWindowMap* getTableMap() const { return m_pTableMap; }
/** getConnectionData returns the current connection data /** getConnectionData returns the current connection data
@return the current connectiondata @return the current connection data
*/ */
virtual TTableConnectionData::value_type getConnectionData() const SAL_OVERRIDE; virtual TTableConnectionData::value_type getConnectionData() const SAL_OVERRIDE;
......
...@@ -30,7 +30,7 @@ namespace dbaui ...@@ -30,7 +30,7 @@ namespace dbaui
Link m_aUpScroll; Link m_aUpScroll;
Link m_aDownScroll; Link m_aDownScroll;
public: public:
/** default contructor /** default constructor
*/ */
OScrollHelper(); OScrollHelper();
......
...@@ -111,7 +111,7 @@ namespace dbaui ...@@ -111,7 +111,7 @@ namespace dbaui
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext); const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext);
/** fills a map and a vector with localized type names /** fills a map and a vector with localized type names
@param _rxConnection the connection to acces the metadata @param _rxConnection the connection to access the metadata
@param _rsTypeNames a list of localized type names separated with ';' @param _rsTypeNames a list of localized type names separated with ';'
@param _rTypeInfoMap the filled map with the type names @param _rTypeInfoMap the filled map with the type names
@param _rTypeInfoIters the vector filled with map iterators @param _rTypeInfoIters the vector filled with map iterators
......
...@@ -256,7 +256,7 @@ public class OptionsEventHandler { ...@@ -256,7 +256,7 @@ public class OptionsEventHandler {
throw new com.sun.star.lang.IllegalArgumentException( throw new com.sun.star.lang.IllegalArgumentException(
"The window is not supported by this handler", this, (short) -1); "The window is not supported by this handler", this, (short) -1);
//To acces the separate controls of the window we need to obtain the //To access the separate controls of the window we need to obtain the
//XControlContainer from window implementation //XControlContainer from window implementation
XControlContainer xContainer = UnoRuntime.queryInterface( XControlContainer xContainer = UnoRuntime.queryInterface(
XControlContainer.class, aWindow); XControlContainer.class, aWindow);
......
...@@ -582,7 +582,7 @@ bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue >& ...@@ -582,7 +582,7 @@ bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue >&
break; break;
} }
//copy in context the values default in the contructor or set by the FilterData sequence of properties //copy in context the values default in the constructor or set by the FilterData sequence of properties
aContext.Tagged = mbUseTaggedPDF; aContext.Tagged = mbUseTaggedPDF;
//values used in viewer //values used in viewer
......
...@@ -46,10 +46,10 @@ namespace framework{ ...@@ -46,10 +46,10 @@ namespace framework{
_________________________________________________________________________________________________________________*/ _________________________________________________________________________________________________________________*/
// private // private
// implementation of XInterface::aquire() // implementation of XInterface::acquire()
// XInterface::release() // XInterface::release()
#define PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \ #define PRIVATE_DEFINE_XINTERFACE_ACQUIRE_RELEASE( CLASS, BASECLASS ) \
void SAL_CALL CLASS::acquire() throw() \ void SAL_CALL CLASS::acquire() throw() \
{ \ { \
/* Don't use mutex in methods of XInterface! */ \ /* Don't use mutex in methods of XInterface! */ \
...@@ -124,15 +124,15 @@ ________________________________________________________________________________ ...@@ -124,15 +124,15 @@ ________________________________________________________________________________
// complete implementation of XInterface for different use cases // complete implementation of XInterface for different use cases
#define PRIVATE_DEFINE_XINTERFACE_PURE( CLASS, BASECLASS ) \ #define PRIVATE_DEFINE_XINTERFACE_PURE( CLASS, BASECLASS ) \
PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \ PRIVATE_DEFINE_XINTERFACE_ACQUIRE_RELEASE( CLASS, BASECLASS ) \
PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_PURE( CLASS, BASECLASS ) PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_PURE( CLASS, BASECLASS )
#define PRIVATE_DEFINE_XINTERFACE( CLASS, BASECLASS, INTERFACES ) \ #define PRIVATE_DEFINE_XINTERFACE( CLASS, BASECLASS, INTERFACES ) \
PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \ PRIVATE_DEFINE_XINTERFACE_ACQUIRE_RELEASE( CLASS, BASECLASS ) \
PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE( CLASS, BASECLASS, INTERFACES ) PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE( CLASS, BASECLASS, INTERFACES )
#define PRIVATE_DEFINE_XINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND ) \ #define PRIVATE_DEFINE_XINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND ) \
PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \ PRIVATE_DEFINE_XINTERFACE_ACQUIRE_RELEASE( CLASS, BASECLASS ) \
PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND ) PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND )
// private // private
......
...@@ -76,7 +76,7 @@ OPropertySetHelperInfo_Impl::OPropertySetHelperInfo_Impl( ...@@ -76,7 +76,7 @@ OPropertySetHelperInfo_Impl::OPropertySetHelperInfo_Impl(
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::RuntimeException, std::exception) Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::RuntimeException, std::exception)
{ {
...@@ -84,7 +84,7 @@ Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::co ...@@ -84,7 +84,7 @@ Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::co
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException, std::exception) Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException, std::exception)
{ {
...@@ -100,7 +100,7 @@ Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & Proper ...@@ -100,7 +100,7 @@ Property OPropertySetHelperInfo_Impl::getPropertyByName( const OUString & Proper
} }
/** /**
* Return the sequence of properties, which are provided throug the constructor. * Return the sequence of properties, which are provided through the constructor.
*/ */
sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::uno::RuntimeException, std::exception) sal_Bool OPropertySetHelperInfo_Impl::hasPropertyByName( const OUString & PropertyName ) throw(::com::sun::star::uno::RuntimeException, std::exception)
{ {
......
...@@ -65,7 +65,7 @@ public: ...@@ -65,7 +65,7 @@ public:
Return the property members Name and Attribute from the handle nHandle. Return the property members Name and Attribute from the handle nHandle.
@param nHandle the handle of a property. If the values of the handles @param nHandle the handle of a property. If the values of the handles
are sorted in the same way as the names and the highest handle value are sorted in the same way as the names and the highest handle value
is getCount() -1, than it must be an indexed acces to the property array. is getCount() -1, than it must be an indexed access to the property array.
@param pPropName is an out parameter filled with property name of the property with the @param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL. handle nHandle. May be NULL.
@param pAttributes is an out parameter filled with attributes of the property with the @param pAttributes is an out parameter filled with attributes of the property with the
...@@ -144,7 +144,7 @@ public: ...@@ -144,7 +144,7 @@ public:
Return the property members Name and Attribute from the handle nHandle. Return the property members Name and Attribute from the handle nHandle.
@param nHandle the handle of a property. If the values of the handles @param nHandle the handle of a property. If the values of the handles
are sorted in the same way as the names and the highest handle value are sorted in the same way as the names and the highest handle value
is getCount() -1, than it is only an indexed acces to the property array. is getCount() -1, than it is only an indexed access to the property array.
Otherwise it is a linear search through the array. Otherwise it is a linear search through the array.
@param pPropName is an out parameter filled with property name of the property with the @param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL. handle nHandle. May be NULL.
......
...@@ -240,7 +240,7 @@ public: ...@@ -240,7 +240,7 @@ public:
/** /**
Fill the string data in the new string and clear the buffer. Fill the string data in the new string and clear the buffer.
This method is more efficient than the contructor of the string. It does This method is more efficient than the constructor of the string. It does
not copy the buffer. not copy the buffer.
@return the string previously contained in the buffer. @return the string previously contained in the buffer.
......
...@@ -210,7 +210,7 @@ public: ...@@ -210,7 +210,7 @@ public:
/** /**
Fill the string data in the new string and clear the buffer. Fill the string data in the new string and clear the buffer.
This method is more efficient than the contructor of the string. It does This method is more efficient than the constructor of the string. It does
not copy the buffer. not copy the buffer.
@return the string previously contained in the buffer. @return the string previously contained in the buffer.
......
...@@ -68,7 +68,7 @@ typedef sal_Int32 FrameSearchFlags; ...@@ -68,7 +68,7 @@ typedef sal_Int32 FrameSearchFlags;
// macros for declaration and definition of uno-services // macros for declaration and definition of uno-services
// declaration of XInterface::queryInterface() // declaration of XInterface::queryInterface()
// XInterface::aquire() // XInterface::acquire()
// XInterface::release() // XInterface::release()
// XTypeProvider::getTypes() // XTypeProvider::getTypes()
// XTypeProvider::getImplementationId() // XTypeProvider::getImplementationId()
......
...@@ -156,7 +156,7 @@ namespace sdr ...@@ -156,7 +156,7 @@ namespace sdr
// implementation does nothing and does not create a new event. // implementation does nothing and does not create a new event.
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE; virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
// acces to AllowsAnimation flag // access to AllowsAnimation flag
bool allowsAnimation() const { return mbAllowsAnimation; } bool allowsAnimation() const { return mbAllowsAnimation; }
// stripe definition has changed. The OverlayManager does have // stripe definition has changed. The OverlayManager does have
......
...@@ -45,7 +45,7 @@ public interface InputRepository ...@@ -45,7 +45,7 @@ public interface InputRepository
InputStream createInputStream(final String name) throws IOException; InputStream createInputStream(final String name) throws IOException;
/** allows to acces sub repositories inside this repository /** allows to access sub repositories inside this repository
* *
* @param name describes the path to the sub repository * @param name describes the path to the sub repository
* @return the sub repository * @return the sub repository
......
...@@ -42,7 +42,7 @@ public interface OutputRepository ...@@ -42,7 +42,7 @@ public interface OutputRepository
*/ */
OutputStream createOutputStream(final String name, final String mimeType) throws IOException; OutputStream createOutputStream(final String name, final String mimeType) throws IOException;
/** allows to acces sub repositories inside this repository /** allows to access sub repositories inside this repository
* *
* @param name describes the path to the sub repository * @param name describes the path to the sub repository
* @param mimeType * @param mimeType
......
...@@ -931,7 +931,7 @@ void ScPrintFunc::InitParam( const ScPrintOptions* pOptions ) ...@@ -931,7 +931,7 @@ void ScPrintFunc::InitParam( const ScPrintOptions* pOptions )
// TabPage "Parts": // TabPage "Parts":
//! walk throuch all PrintAreas of the table !!! //! walk through all PrintAreas of the table !!!
const ScRange* pPrintArea = pDoc->GetPrintRange( nPrintTab, 0 ); const ScRange* pPrintArea = pDoc->GetPrintRange( nPrintTab, 0 );
const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab ); const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab );
const ScRange* pRepeatRow = pDoc->GetRepeatRowRange( nPrintTab ); const ScRange* pRepeatRow = pDoc->GetRepeatRowRange( nPrintTab );
...@@ -2247,7 +2247,7 @@ void ScPrintFunc::PrintPage( long nPageNo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCRO ...@@ -2247,7 +2247,7 @@ void ScPrintFunc::PrintPage( long nPageNo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCRO
LocateArea( nX1,nY1, nX2,nY2, nDataX,nDataY, false,false, *pLocationData ); LocateArea( nX1,nY1, nX2,nY2, nDataX,nDataY, false,false, *pLocationData );
// output column/row headers // output column/row headers
// after data (throug probably shadow) // after data (through probably shadow)
Color aGridColor( COL_BLACK ); Color aGridColor( COL_BLACK );
if ( bUseStyleColor ) if ( bUseStyleColor )
......
...@@ -86,7 +86,7 @@ public: ...@@ -86,7 +86,7 @@ public:
/** Return the model to which the pages belong for which the called /** Return the model to which the pages belong for which the called
cache manages the previews. Different caches that belong to the cache manages the previews. Different caches that belong to the
same model but have different preview sizes may acces previews of same model but have different preview sizes may access previews of
each other in order to create fast previews of the previews. each other in order to create fast previews of the previews.
*/ */
virtual ::com::sun::star::uno::Reference<com::sun::star::uno::XInterface> GetModel (void) = 0; virtual ::com::sun::star::uno::Reference<com::sun::star::uno::XInterface> GetModel (void) = 0;
......
...@@ -221,7 +221,7 @@ const css::uno::Reference<XImplementationLoader> & JavaComponentLoader::getJavaL ...@@ -221,7 +221,7 @@ const css::uno::Reference<XImplementationLoader> & JavaComponentLoader::getJavaL
throw RuntimeException( throw RuntimeException(
"javaloader error - no Java environment available"); "javaloader error - no Java environment available");
// why is there no convinient contructor? // why is there no convenient constructor?
OUString sCppu_current_lb_name(CPPU_CURRENT_LANGUAGE_BINDING_NAME); OUString sCppu_current_lb_name(CPPU_CURRENT_LANGUAGE_BINDING_NAME);
uno_getEnvironment(&pUno_environment, sCppu_current_lb_name.pData, NULL); uno_getEnvironment(&pUno_environment, sCppu_current_lb_name.pData, NULL);
if(!pUno_environment) if(!pUno_environment)
......
...@@ -547,7 +547,7 @@ interface FormTextAttributeShell ...@@ -547,7 +547,7 @@ interface FormTextAttributeShell
/**** <HACK> ****/ /**** <HACK> ****/
// the following is a slight hack. Problem is that the form shell needs to translate // the following is a slight hack. Problem is that the form shell needs to translate
// slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
// - it provides convinient methods for this. However, the "pool" is not really a // - it provides convenient methods for this. However, the "pool" is not really a
// "pool" - it only knows slots, if there is a shell on the dispatcher stack which // "pool" - it only knows slots, if there is a shell on the dispatcher stack which
// which is responsible for this slot. // which is responsible for this slot.
// So, we declare the form shell as responsible for the following slots. // So, we declare the form shell as responsible for the following slots.
......
...@@ -3582,7 +3582,7 @@ void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/) ...@@ -3582,7 +3582,7 @@ void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/)
if (_nId == 0) if (_nId == 0)
{ // the seek cursor is being disposed { // the seek cursor is being disposed
::osl::MutexGuard aGuard(m_aAdjustSafety); ::osl::MutexGuard aGuard(m_aAdjustSafety);
setDataSource(NULL,0); // our clone was disposed so we set our datasource to null to avoid later acces to it setDataSource(NULL,0); // our clone was disposed so we set our datasource to null to avoid later access to it
if (m_nAsynAdjustEvent) if (m_nAsynAdjustEvent)
{ {
RemoveUserEvent(m_nAsynAdjustEvent); RemoveUserEvent(m_nAsynAdjustEvent);
......
...@@ -264,7 +264,7 @@ class SW_DLLPUBLIC SwFormTokensHelper ...@@ -264,7 +264,7 @@ class SW_DLLPUBLIC SwFormTokensHelper
public: public:
/** /**
contructor constructor
@param rTokens vector of tokens @param rTokens vector of tokens
*/ */
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* Invalidating windows directly from the RootFrm::Paint was not a successful * Invalidating windows directly from the RootFrm::Paint was not a successful
* approach, because the Paint()s arrive at a very unfavourable point in time. * approach, because the Paint()s arrive at a very unfavourable point in time.
* Triggering an update for all windows after printing each page does not seem * Triggering an update for all windows after printing each page does not seem
* appropriate either: on the one hand we don't have direct acces to the edit * appropriate either: on the one hand we don't have direct access to the edit
* windows and on the other hand the updates can become very costly on some * windows and on the other hand the updates can become very costly on some
* platforms. * platforms.
*/ */
......
...@@ -1003,7 +1003,7 @@ void SwDocShell::Execute(SfxRequest& rReq) ...@@ -1003,7 +1003,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
} }
catch (const Exception&) catch (const Exception&)
{ {
OSL_FAIL("control acces failed"); OSL_FAIL("control access failed");
} }
xFP->setTitle( SW_RESSTR( nStrId )); xFP->setTitle( SW_RESSTR( nStrId ));
......
...@@ -357,7 +357,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq ) ...@@ -357,7 +357,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq )
} }
catch (const Exception&) catch (const Exception&)
{ {
OSL_FAIL("control acces failed"); OSL_FAIL("control access failed");
} }
SFX_REQUEST_ARG( rReq, pName, SfxStringItem, SID_INSERT_GRAPHIC , false ); SFX_REQUEST_ARG( rReq, pName, SfxStringItem, SID_INSERT_GRAPHIC , false );
......
...@@ -624,7 +624,7 @@ static void SAL_CALL ToolkitWorkerFunction( void* pArgs ) ...@@ -624,7 +624,7 @@ static void SAL_CALL ToolkitWorkerFunction( void* pArgs )
} }
} }
// contructor, which might initialize VCL // constructor, which might initialize VCL
VCLXToolkit::VCLXToolkit(): VCLXToolkit::VCLXToolkit():
cppu::WeakComponentImplHelper2< cppu::WeakComponentImplHelper2<
::com::sun::star::awt::XToolkitExperimental, ::com::sun::star::awt::XToolkitExperimental,
......
...@@ -75,7 +75,7 @@ class SvtFontOptions_Impl : public ConfigItem ...@@ -75,7 +75,7 @@ class SvtFontOptions_Impl : public ConfigItem
/*-**************************************************************************************************** /*-****************************************************************************************************
@short access method to get internal values @short access method to get internal values
@descr These method give us a chance to regulate acces to our internal values. @descr These method give us a chance to regulate access to our internal values.
It's not used in the moment - but it's possible for the feature! It's not used in the moment - but it's possible for the feature!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
......
...@@ -74,7 +74,7 @@ class SvtLocalisationOptions_Impl : public ConfigItem ...@@ -74,7 +74,7 @@ class SvtLocalisationOptions_Impl : public ConfigItem
/*-**************************************************************************************************** /*-****************************************************************************************************
@short access method to get internal values @short access method to get internal values
@descr These method give us a chance to regulate acces to our internal values. @descr These method give us a chance to regulate access to our internal values.
It's not used in the moment - but it's possible for the feature! It's not used in the moment - but it's possible for the feature!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment