From 5c61398c042d7a8c875d1cd8d7455325f79ff547 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 2 Jul 2018 17:54:59 -0300 Subject: Mute l10n in some BASIC lines help pages Change-Id: I04674ec739e8fb538aaa22c19c358c2df3ed057e Reviewed-on: https://gerrit.libreoffice.org/56839 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03/lib_tools.xhp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index b5620aa289..a6480cc4ed 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -253,7 +253,7 @@ OpenDocument - ' Opens a Document, checks beforehand, whether it has to be loaded or whether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened. + ' Opens a Document, checks beforehand, whether it has to be loaded or whether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened. Function OpenDocument( DocPath as String, Args(), @@ -273,7 +273,7 @@ RetrieveFileName - ' Retrieves a FileName out of a StarOffice-Document + ' Retrieves a FileName out of a StarOffice-Document Function RetrieveFileName(LocDoc as Object) @@ -282,7 +282,7 @@ GetPathSettings - ' Gets a special configured PathSetting + ' Gets a special configured PathSetting Function GetPathSettings( sPathType as String, Optional bshowall as Boolean, @@ -294,7 +294,7 @@ GetOfficeSubPath - ' Gets the fully qualified path to a subdirectory of the Template Directory, e. g. with the parameter "wizard/bitmap" The parameter must be passed over in Url-scription. The return-Value is in Urlscription + ' Gets the fully qualified path to a subdirectory of the Template Directory, e. g. with the parameter "wizard/bitmap" The parameter must be passed over in Url-scription. The return-Value is in Urlscription Function GetOfficeSubPath( sOfficePath as String, ByVal sSubDir as String) @@ -341,7 +341,7 @@ DeleteInputCells - ' Deletes the content of all cells that are softformatted according to the 'InputStyleName' + ' Deletes the content of all cells that are softformatted according to the 'InputStyleName' Sub DeleteInputCells( oSheet as Object, InputStyleName as String) @@ -352,7 +352,7 @@ ChangeValueofRange - ' Inserts a certain String to all cells of a Range that ist passed over either as an object or as the RangeName + ' Inserts a certain String to all cells of a Range that ist passed over either as an object or as the RangeName Sub ChangeValueofRange( oSheet as Object, Range, @@ -375,7 +375,7 @@ GetValueofCellbyName - ' Returns the Value of the first cell of a Range + ' Returns the Value of the first cell of a Range Function GetValueofCellbyName( oSheet as Object, sCellName as String) @@ -396,7 +396,7 @@ GetStringofCellbyName - ' Returns the String of the first cell of a Range + ' Returns the String of the first cell of a Range Function GetStringofCellbyName( oSheet as Object, sCellName as String) @@ -407,7 +407,7 @@ GetCellByName - ' Returns a named Cell + ' Returns a named Cell Function GetCellByName( oSheet as Object, sCellName as String) as Object @@ -418,7 +418,7 @@ ChangeCellValue - ' Changes the numeric Value of a cell by transmitting the String of the numeric Value + ' Changes the numeric Value of a cell by transmitting the String of the numeric Value Sub ChangeCellValue( oCell as Object, ValueString as String) @@ -495,7 +495,7 @@ ToggleWindow - ' Dis-or enables a Window and adjusts the mousepointer accordingly + ' Dis-or enables a Window and adjusts the mousepointer accordingly Sub ToggleWindow(bDoEnable as Boolean) @@ -541,7 +541,7 @@ ModifyBorderLineWidth - ' Note To set a one lined frame you have to set the inner width to 0 In the API all Units that refer to pt-Heights are "1/100mm" The convert factor from 1pt to 1/100 mm is approximately 35 + ' Note To set a one lined frame you have to set the inner width to 0 In the API all Units that refer to pt-Heights are "1/100mm" The convert factor from 1pt to 1/100 mm is approximately 35 Function ModifyBorderLineWidth( ByVal oStyleBorder, iInnerLineWidth as Integer, @@ -594,7 +594,7 @@ IsFatOffice - 'returns the type of the office application FatOffice = 0, WebTop = 1 This routine has to be changed if the Product Name is being changed! + 'returns the type of the office application FatOffice = 0, WebTop = 1 This routine has to be changed if the Product Name is being changed! Function IsFatOffice() As Boolean @@ -639,7 +639,7 @@ DisposeDocument - ' This Sub has been used in order to ensure that after disposing a document from the backing window it is returned to the backing window, so the office won't be closed + ' This Sub has been used in order to ensure that after disposing a document from the backing window it is returned to the backing window, so the office won't be closed Sub DisposeDocument(oDocument as Object) @@ -648,7 +648,7 @@ CalIsLeapYear - 'Function to calculate if the year is a leap year + 'Function to calculate if the year is a leap year Function CalIsLeapYear( ByVal iYear as Integer) as Boolean -- cgit v1.2.3