/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast(Context "\004" u8##StringSingular "\004" u8##StringPlural) /*-------------------------------------------------------------------- Description: API names for Paragraph, Character and Text cursor properties --------------------------------------------------------------------*/ // Format names #define RID_BORDER_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Color") #define RID_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Border Distance") #define RID_BORDER_INNER_LINE_WIDTH NC_("RID_ATTRIBUTE_NAMES_MAP", "Inner Line Width") #define RID_BORDER_LINE_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Line Distance") #define RID_BORDER_LINE_STYLE NC_("RID_ATTRIBUTE_NAMES_MAP", "Line Style") #define RID_BORDER_LINE_WIDTH NC_("RID_ATTRIBUTE_NAMES_MAP", "Line Width") #define RID_BORDER_OUTER_LINE_WIDTH NC_("RID_ATTRIBUTE_NAMES_MAP", "Outer Line Width") #define RID_BOTTOM_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Bottom Border") #define RID_BOTTOM_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Bottom Border Distance") #define RID_BREAK_TYPE NC_("RID_ATTRIBUTE_NAMES_MAP", "Break Type") #define RID_CATEGORY NC_("RID_ATTRIBUTE_NAMES_MAP", "Category") #define RID_CELL NC_("RID_ATTRIBUTE_NAMES_MAP", "Cell") #define RID_CHAR_AUTO_ESCAPEMENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Auto Escapement") #define RID_CHAR_AUTO_KERNING NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Auto Kerning") #define RID_CHAR_AUTO_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Auto Style Name") #define RID_CHAR_BACK_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Back Color") #define RID_CHAR_BACK_TRANSPARENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Back Transparent") #define RID_CHAR_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Border Distance") #define RID_CHAR_BOTTOM_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Bottom Border") #define RID_CHAR_BOTTOM_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Bottom Border Distance") #define RID_CHAR_CASE_MAP NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Case Map") #define RID_CHAR_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Color") #define RID_CHAR_COMBINE_IS_ON NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Combine is On") #define RID_CHAR_COMBINE_PREFIX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Combine Prefix") #define RID_CHAR_COMBINE_SUFFIX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Combine Suffix") #define RID_CHAR_CONTOURED NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Contoured") #define RID_CHAR_CROSSED_OUT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Crossed Out") #define RID_CHAR_DIFF_HEIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Difference Height") #define RID_CHAR_DIFF_HEIGHT_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Difference Height Asian") #define RID_CHAR_DIFF_HEIGHT_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Difference Height Complex") #define RID_CHAR_EMPHASIS NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Emphasis") #define RID_CHAR_ESCAPEMENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Escapement") #define RID_CHAR_ESCAPEMENT_HEIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Escapement Height") #define RID_CHAR_FLASH NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Flash") #define RID_CHAR_FONT_CHAR_SET NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Char Set") #define RID_CHAR_FONT_CHAR_SET_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Char Set Asian") #define RID_CHAR_FONT_CHAR_SET_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Char Set Complex") #define RID_CHAR_FONT_FAMILY NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Family") #define RID_CHAR_FONT_FAMILY_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Family Asian") #define RID_CHAR_FONT_FAMILY_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Family Complex") #define RID_CHAR_FONT_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Name") #define RID_CHAR_FONT_NAME_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Name Asian") #define RID_CHAR_FONT_NAME_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Name Complex") #define RID_CHAR_FONT_PITCH NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Pitch") #define RID_CHAR_FONT_PITCH_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Pitch Asian") #define RID_CHAR_FONT_PITCH_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Pitch Complex") #define RID_CHAR_FONT_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Style Name") #define RID_CHAR_FONT_STYLE_NAME_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Style Name Asian") #define RID_CHAR_FONT_STYLE_NAME_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Font Style Name Complex") #define RID_CHAR_HEIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Height") #define RID_CHAR_HEIGHT_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Height Asian") #define RID_CHAR_HEIGHT_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Height Complex") #define RID_CHAR_HIDDEN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Hidden") #define RID_CHAR_HIGHLIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Highlight") #define RID_CHAR_INTEROP_GRAB_BAG NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Interoperability Grab Bag") #define RID_CHAR_KERNING NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Kerning") #define RID_CHAR_LEFT_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Left Border") #define RID_CHAR_LEFT_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Left Border Distance") #define RID_CHAR_LOCALE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Locale") #define RID_CHAR_LOCALE_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Locale Asian") #define RID_CHAR_LOCALE_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Locale Complex") #define RID_CHAR_NO_HYPHENATION NC_("RID_ATTRIBUTE_NAMES_MAP", "Char No Hyphenation") #define RID_CHAR_OVERLINE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Overline") #define RID_CHAR_OVERLINE_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Overline Color") #define RID_CHAR_OVERLINE_HAS_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Overline Has Color") #define RID_CHAR_POSTURE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Posture") #define RID_CHAR_POSTURE_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Posture Asian") #define RID_CHAR_POSTURE_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Posture Complex") #define RID_CHAR_PROP_HEIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Property Height") #define RID_CHAR_PROP_HEIGHT_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Property Height Asian") #define RID_CHAR_PROP_HEIGHT_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Property Height Complex") #define RID_CHAR_RELIEF NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Relief") #define RID_CHAR_RIGHT_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Right Border") #define RID_CHAR_RIGHT_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Right Border Distance") #define RID_CHAR_ROTATION NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Rotation") #define RID_CHAR_ROTATION_IS_FIT_TO_LINE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Rotation is Fit To Line") #define RID_CHAR_SCALE_WIDTH NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Scale Width") #define RID_CHAR_SHADING_VALUE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Shading Value") #define RID_CHAR_SHADOW_FORMAT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Shadow Format") #define RID_CHAR_SHADOWED NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Shadowed") #define RID_CHAR_STRIKEOUT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Strikeout") #define RID_CHAR_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Style Name") #define RID_CHAR_STYLE_NAMES NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Style Names") #define RID_CHAR_TOP_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Top Border") #define RID_CHAR_TOP_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Top Border Distance") #define RID_CHAR_TRANSPARENCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Transparence") #define RID_CHAR_UNDERLINE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Underline") #define RID_CHAR_UNDERLINE_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Underline Color") #define RID_CHAR_UNDERLINE_HAS_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Underline Has Color") #define RID_CHAR_WEIGHT NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Weight") #define RID_CHAR_WEIGHT_ASIAN NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Weight Asian") #define RID_CHAR_WEIGHT_COMPLEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Weight Complex") #define RID_CHAR_WORD_MODE NC_("RID_ATTRIBUTE_NAMES_MAP", "Char Word Mode") #define RID_CONTINUING_PREVIOUS_SUB_TREE NC_("RID_ATTRIBUTE_NAMES_MAP", "Continuing Previous Tree") #define RID_DISPLAY_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Display Name") #define RID_DOCUMENT_INDEX NC_("RID_ATTRIBUTE_NAMES_MAP", "Document Index") #define RID_DOCUMENT_INDEX_MARK NC_("RID_ATTRIBUTE_NAMES_MAP", "Document Index Mark") #define RID_DROP_CAP_CHAR_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Drop Cap Char Style Name") #define RID_DROP_CAP_FORMAT NC_("RID_ATTRIBUTE_NAMES_MAP", "Drop Cap Format") #define RID_DROP_CAP_WHOLE_WORD NC_("RID_ATTRIBUTE_NAMES_MAP", "Drop Cap Whole Word") #define RID_ENDNOTE NC_("RID_ATTRIBUTE_NAMES_MAP", "Endnote") #define RID_FILL_BACKGROUND NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Background") #define RID_FILL_BITMAP NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap") #define RID_FILL_BITMAP_LOGICAL_SIZE NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Logical Size") #define RID_FILL_BITMAP_MODE NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Mode") #define RID_FILL_BITMAP_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Name") #define RID_FILL_BITMAP_OFFSET_X NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Offset X") #define RID_FILL_BITMAP_OFFSET_Y NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Offset Y") #define RID_FILL_BITMAP_POSITION_OFFSET_X NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Position Offset X") #define RID_FILL_BITMAP_POSITION_OFFSET_Y NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Position Offset Y") #define RID_FILL_BITMAP_RECTANGLE_POINT NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Rectangle Point") #define RID_FILL_BITMAP_SIZE_X NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Size X") #define RID_FILL_BITMAP_SIZE_Y NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Size Y") #define RID_FILL_BITMAP_STRETCH NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Stretch") #define RID_FILL_BITMAP_TILE NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap Tile") #define RID_FILL_BITMAP_URL NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Bitmap URL") #define RID_FILL_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Color") #define RID_FILL_COLOR2 NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Color2") #define RID_FILL_GRADIENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Gradient") #define RID_FILL_GRADIENT_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Gradient Name") #define RID_FILL_GRADIENT_STEP_COUNT NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Gradient Step Count") #define RID_FILL_HATCH NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Hatch") #define RID_FILL_HATCH_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Hatch Name") #define RID_FILL_STYLE NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Style") #define RID_FILL_TRANSPARENCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Transparence") #define RID_FILL_TRANSPARENCE_GRADIENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Transparence Gradient") #define RID_FILL_TRANSPARENCE_GRADIENT_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Fill Transparence Gradient Name") #define RID_FOLLOW_STYLE NC_("RID_ATTRIBUTE_NAMES_MAP", "Follow Style") #define RID_FOOTNOTE NC_("RID_ATTRIBUTE_NAMES_MAP", "Footnote") #define RID_HIDDEN NC_("RID_ATTRIBUTE_NAMES_MAP", "Hidden") #define RID_HYPERLINK_EVENTS NC_("RID_ATTRIBUTE_NAMES_MAP", "Hyperlink Events") #define RID_HYPERLINK_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Hyperlink Name") #define RID_HYPERLINK_TARGET NC_("RID_ATTRIBUTE_NAMES_MAP", "Hyperlink Target") #define RID_HYPERLINK_URL NC_("RID_ATTRIBUTE_NAMES_MAP", "Hyperlink URL") #define RID_IS_AUTO_UPDATE NC_("RID_ATTRIBUTE_NAMES_MAP", "Is Auto Update") #define RID_IS_PHYSICAL NC_("RID_ATTRIBUTE_NAMES_MAP", "Is Physical") #define RID_LEFT_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Left Border") #define RID_LEFT_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Left Border Distance") #define RID_LIST_AUTO_FORMAT NC_("RID_ATTRIBUTE_NAMES_MAP", "List Auto Format") #define RID_LIST_ID NC_("RID_ATTRIBUTE_NAMES_MAP", "List Id") #define RID_LIST_LABEL_STRING NC_("RID_ATTRIBUTE_NAMES_MAP", "List Label String") #define RID_NESTED_TEXT_CONTENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Nested Text Content") #define RID_NUMBERING_IS_NUMBER NC_("RID_ATTRIBUTE_NAMES_MAP", "Numbering is Number") #define RID_NUMBERING_LEVEL NC_("RID_ATTRIBUTE_NAMES_MAP", "Numbering Level") #define RID_NUMBERING_RULES NC_("RID_ATTRIBUTE_NAMES_MAP", "Numbering Rules") #define RID_NUMBERING_START_VALUE NC_("RID_ATTRIBUTE_NAMES_MAP", "Numbering Start Value") #define RID_NUMBERING_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Numbering Style Name") #define RID_OUTLINE_CONTENT_VISIBLE NC_("RID_ATTRIBUTE_NAMES_MAP", "Outline Content Visible") #define RID_OUTLINE_LEVEL NC_("RID_ATTRIBUTE_NAMES_MAP", "Outline Level") #define RID_PAGE_DESC_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Page Desc Name") #define RID_PAGE_NUMBER_OFFSET NC_("RID_ATTRIBUTE_NAMES_MAP", "Page Number Offset") #define RID_PAGE_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Page Style Name") #define RID_PAR_RSID NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Rsid") #define RID_PARA_ADJUST NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Adjust") #define RID_PARA_AUTO_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Auto Style Name") #define RID_PARA_BACK_COLOR NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Color") #define RID_PARA_BACK_GRAPHIC NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Graphic") #define RID_PARA_BACK_GRAPHIC_FILTER NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Graphic Filter") #define RID_PARA_BACK_GRAPHIC_LOCATION NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Graphic Location") #define RID_PARA_BACK_GRAPHIC_URL NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Graphic URL") #define RID_PARA_BACK_TRANSPARENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Back Transparent") #define RID_PARA_BOTTOM_MARGIN NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Bottom Margin") #define RID_PARA_BOTTOM_MARGIN_RELATIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Bottom Margin Relative") #define RID_PARA_CHAPTER_NUMBERING_LEVEL NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Chapter Numbering Level") #define RID_PARA_CONDITIONAL_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Conditional Style Name") #define RID_PARA_CONTEXT_MARGIN NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Context Margin") #define RID_PARA_EXPAND_SINGLE_WORD NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Expand Single Word") #define RID_PARA_FIRST_LINE_INDENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para First Line Indent") #define RID_PARA_FIRST_LINE_INDENT_RELATIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para First Line Indent Relative") #define RID_PARA_HYPHENATION_MAX_HYPHENS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Hyphenation Max Hyphens") #define RID_PARA_HYPHENATION_MAX_LEADING_CHARS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Hyphenation Max Leading Chars") #define RID_PARA_HYPHENATION_MAX_TRAILING_CHARS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Hyphenation Max Trailing Chars") #define RID_PARA_HYPHENATION_NO_CAPS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Hyphenation No Caps") #define RID_PARA_INTEROP_GRAB_BAG NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Interop Grab Bag") #define RID_PARA_IS_AUTO_FIRST_LINE_INDENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Auto First Line Indent") #define RID_PARA_IS_CHARACTER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Character Distance") #define RID_PARA_IS_CONNECT_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Connect Border") #define RID_PARA_IS_FORBIDDEN_RULES NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Forbidden Rules") #define RID_PARA_IS_HANGING_PUNCTUATION NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Hanging Punctuation") #define RID_PARA_IS_HYPHENATION NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Hyphenation") #define RID_PARA_IS_NUMBERING_RESTART NC_("RID_ATTRIBUTE_NAMES_MAP", "Para is Numbering Restart") #define RID_PARA_KEEP_TOGETHER NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Keep Together") #define RID_PARA_LAST_LINE_ADJUST NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Last Line Adjust") #define RID_PARA_LEFT_MARGIN NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Left Margin") #define RID_PARA_LEFT_MARGIN_RELATIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Left Margin Relative") #define RID_PARA_LINE_NUMBER_COUNT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Line Number Count") #define RID_PARA_LINE_NUMBER_START_VALUE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Line Number Start Value") #define RID_PARA_LINE_SPACING NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Line Spacing") #define RID_PARA_ORPHANS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Orphans") #define RID_PARA_REGISTER_MODE_ACTIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Register Mode Active") #define RID_PARA_RIGHT_MARGIN NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Right Margin") #define RID_PARA_RIGHT_MARGIN_RELATIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Right Margin Relative") #define RID_PARA_SHADOW_FORMAT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Shadow Format") #define RID_PARA_SPLIT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Split") #define RID_PARA_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Style Name") #define RID_PARA_TAB_STOPS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Tab Stops") #define RID_PARA_TOP_MARGIN NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Top Margin") #define RID_PARA_TOP_MARGIN_RELATIVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Top Margin Relative") #define RID_PARA_USER_DEFINED_ATTRIBUTES NC_("RID_ATTRIBUTE_NAMES_MAP", "Para User Defined Attributes") #define RID_PARA_VERT_ALIGNMENT NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Vertical Alignment") #define RID_PARA_WIDOWS NC_("RID_ATTRIBUTE_NAMES_MAP", "Para Widows") #define RID_REFERENCE_MARK NC_("RID_ATTRIBUTE_NAMES_MAP", "Reference Mark") #define RID_RIGHT_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Right Border") #define RID_RIGHT_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Right Border Distance") #define RID_RSID NC_("RID_ATTRIBUTE_NAMES_MAP", "Rsid") #define RID_RUBY_ADJUST NC_("RID_ATTRIBUTE_NAMES_MAP", "Ruby Adjust") #define RID_RUBY_CHAR_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Ruby Char Style Name") #define RID_RUBY_IS_ABOVE NC_("RID_ATTRIBUTE_NAMES_MAP", "Ruby is Above") #define RID_RUBY_POSITION NC_("RID_ATTRIBUTE_NAMES_MAP", "Ruby Position") #define RID_RUBY_TEXT NC_("RID_ATTRIBUTE_NAMES_MAP", "Ruby Text") #define RID_SNAP_TO_GRID NC_("RID_ATTRIBUTE_NAMES_MAP", "Snap to Grid") #define RID_STYLE_INTEROP_GRAB_BAG NC_("RID_ATTRIBUTE_NAMES_MAP", "Style Interop Grab Bag") #define RID_TEXT_FIELD NC_("RID_ATTRIBUTE_NAMES_MAP", "Text Field") #define RID_TEXT_FRAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Text Frame") #define RID_TEXT_PARAGRAPH NC_("RID_ATTRIBUTE_NAMES_MAP", "Text Paragraph") #define RID_TEXT_SECTION NC_("RID_ATTRIBUTE_NAMES_MAP", "Text Section") #define RID_TEXT_TABLE NC_("RID_ATTRIBUTE_NAMES_MAP", "Text Table") #define RID_TEXT_USER_DEFINED_ATTRIBUTES NC_("RID_ATTRIBUTE_NAMES_MAP", "Text User Defined Attributes") #define RID_TOP_BORDER NC_("RID_ATTRIBUTE_NAMES_MAP", "Top Border") #define RID_TOP_BORDER_DISTANCE NC_("RID_ATTRIBUTE_NAMES_MAP", "Top Border Distance") #define RID_UNVISITED_CHAR_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Unvisited Char Style Name") #define RID_VISITED_CHAR_STYLE_NAME NC_("RID_ATTRIBUTE_NAMES_MAP", "Visited Char Style Name") #define RID_WRITING_MODE NC_("RID_ATTRIBUTE_NAMES_MAP", "Writing Mode") /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lass='add' style='width: 0.0%;'/> -rw-r--r--source/ur/helpcontent2/source/text/scalc/00.po1775
-rw-r--r--source/ur/helpcontent2/source/text/scalc/01.po58705
-rw-r--r--source/ur/helpcontent2/source/text/scalc/02.po1075
-rw-r--r--source/ur/helpcontent2/source/text/scalc/04.po1679
-rw-r--r--source/ur/helpcontent2/source/text/scalc/05.po1083
-rw-r--r--source/ur/helpcontent2/source/text/scalc/guide.po12234
-rw-r--r--source/ur/helpcontent2/source/text/schart.po793
-rw-r--r--source/ur/helpcontent2/source/text/schart/00.po557
-rw-r--r--source/ur/helpcontent2/source/text/schart/01.po7675
-rw-r--r--source/ur/helpcontent2/source/text/schart/02.po229
-rw-r--r--source/ur/helpcontent2/source/text/schart/04.po301
-rw-r--r--source/ur/helpcontent2/source/text/sdraw.po1158
-rw-r--r--source/ur/helpcontent2/source/text/sdraw/00.po32
-rw-r--r--source/ur/helpcontent2/source/text/sdraw/01.po41
-rw-r--r--source/ur/helpcontent2/source/text/sdraw/04.po931
-rw-r--r--source/ur/helpcontent2/source/text/sdraw/guide.po2443
-rw-r--r--source/ur/helpcontent2/source/text/shared.po2139
-rw-r--r--source/ur/helpcontent2/source/text/shared/00.po13865
-rw-r--r--source/ur/helpcontent2/source/text/shared/01.po46925
-rw-r--r--source/ur/helpcontent2/source/text/shared/02.po19114
-rw-r--r--source/ur/helpcontent2/source/text/shared/04.po2777
-rw-r--r--source/ur/helpcontent2/source/text/shared/05.po1264
-rw-r--r--source/ur/helpcontent2/source/text/shared/07.po77
-rw-r--r--source/ur/helpcontent2/source/text/shared/autokorr.po435
-rw-r--r--source/ur/helpcontent2/source/text/shared/autopi.po9975
-rw-r--r--source/ur/helpcontent2/source/text/shared/explorer/database.po15251
-rw-r--r--source/ur/helpcontent2/source/text/shared/guide.po21066
-rw-r--r--source/ur/helpcontent2/source/text/shared/optionen.po16054
-rw-r--r--source/ur/helpcontent2/source/text/simpress.po2048
-rw-r--r--source/ur/helpcontent2/source/text/simpress/00.po1440
-rw-r--r--source/ur/helpcontent2/source/text/simpress/01.po9374
-rw-r--r--source/ur/helpcontent2/source/text/simpress/02.po5796
-rw-r--r--source/ur/helpcontent2/source/text/simpress/04.po1803
-rw-r--r--source/ur/helpcontent2/source/text/simpress/guide.po5599
-rw-r--r--source/ur/helpcontent2/source/text/smath.po614
-rw-r--r--source/ur/helpcontent2/source/text/smath/00.po745
-rw-r--r--source/ur/helpcontent2/source/text/smath/01.po13429
-rw-r--r--source/ur/helpcontent2/source/text/smath/02.po67
-rw-r--r--source/ur/helpcontent2/source/text/smath/04.po247
-rw-r--r--source/ur/helpcontent2/source/text/smath/guide.po895
-rw-r--r--source/ur/helpcontent2/source/text/swriter.po2183
-rw-r--r--source/ur/helpcontent2/source/text/swriter/00.po2687
-rw-r--r--source/ur/helpcontent2/source/text/swriter/01.po28978
-rw-r--r--source/ur/helpcontent2/source/text/swriter/02.po4075
-rw-r--r--source/ur/helpcontent2/source/text/swriter/04.po2303
-rw-r--r--source/ur/helpcontent2/source/text/swriter/guide.po18581
-rw-r--r--source/ur/helpcontent2/source/text/swriter/librelogo.po2455
53 files changed, 0 insertions, 385807 deletions
diff --git a/source/ur/helpcontent2/source/auxiliary.po b/source/ur/helpcontent2/source/auxiliary.po
deleted file mode 100644
index 61cbd04e06a..00000000000
--- a/source/ur/helpcontent2/source/auxiliary.po
+++ /dev/null
@@ -1,831 +0,0 @@
-#. extracted from helpcontent2/source/auxiliary
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:43+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ur\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"07\n"
-"help_section.text"
-msgid "Macros and Programming"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0701\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0702\n"
-"node.text"
-msgid "Command Reference"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"070202\n"
-"node.text"
-msgid "Run-Time Functions, Statements, and Operators"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"070201\n"
-"node.text"
-msgid "Alphabetic List of Functions, Statements, and Operators"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0703\n"
-"node.text"
-msgid "Guides"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04\n"
-"help_section.text"
-msgid "Presentations and Drawings"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0401\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0402\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"040201\n"
-"node.text"
-msgid "Presentations (%PRODUCTNAME Impress)"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020101\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020102\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"040202\n"
-"node.text"
-msgid "Drawings (%PRODUCTNAME Draw)"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0403\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0404\n"
-"node.text"
-msgid "Formatting"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0405\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0406\n"
-"node.text"
-msgid "Effects"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0407\n"
-"node.text"
-msgid "Objects, Graphics, and Bitmaps"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0408\n"
-"node.text"
-msgid "Groups and Layers"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0409\n"
-"node.text"
-msgid "Text in Presentations and Drawings"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0410\n"
-"node.text"
-msgid "Viewing"
-msgstr ""
-
-#: schart.tree
-msgctxt ""
-"schart.tree\n"
-"05\n"
-"help_section.text"
-msgid "Charts and Diagrams"
-msgstr ""
-
-#: schart.tree
-msgctxt ""
-"schart.tree\n"
-"0501\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"02\n"
-"help_section.text"
-msgid "Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0201\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0202\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0203\n"
-"node.text"
-msgid "Creating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0204\n"
-"node.text"
-msgid "Graphics in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0205\n"
-"node.text"
-msgid "Tables in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0206\n"
-"node.text"
-msgid "Objects in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0207\n"
-"node.text"
-msgid "Sections and Frames in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0208\n"
-"node.text"
-msgid "Tables of Contents and Indexes"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0209\n"
-"node.text"
-msgid "Fields in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0210\n"
-"node.text"
-msgid "Navigating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0211\n"
-"node.text"
-msgid "Calculating in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0212\n"
-"node.text"
-msgid "Formatting Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"021201\n"
-"node.text"
-msgid "Templates and Styles"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0213\n"
-"node.text"
-msgid "Special Text Elements"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0214\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0215\n"
-"node.text"
-msgid "Numbering and Lists"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0216\n"
-"node.text"
-msgid "Spellchecking, Thesaurus, and Languages"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0218\n"
-"node.text"
-msgid "Troubleshooting Tips"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0219\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0220\n"
-"node.text"
-msgid "Master Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0221\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0222\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0223\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"06\n"
-"help_section.text"
-msgid "HTML Documents"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"03\n"
-"help_section.text"
-msgid "Formulas"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0301\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0302\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0303\n"
-"node.text"
-msgid "Working with Formulas"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"01\n"
-"help_section.text"
-msgid "Installation"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"10\n"
-"help_section.text"
-msgid "Common Help Topics"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1001\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1002\n"
-"node.text"
-msgid "%PRODUCTNAME and Microsoft Office"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1004\n"
-"node.text"
-msgid "%PRODUCTNAME Options"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1005\n"
-"node.text"
-msgid "Wizards"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100501\n"
-"node.text"
-msgid "Letter Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100502\n"
-"node.text"
-msgid "Fax Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100504\n"
-"node.text"
-msgid "Agenda Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100505\n"
-"node.text"
-msgid "Presentation Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100506\n"
-"node.text"
-msgid "HTML Export Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100510\n"
-"node.text"
-msgid "Document Converter Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1006\n"
-"node.text"
-msgid "Configuring %PRODUCTNAME"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1007\n"
-"node.text"
-msgid "Working with the User Interface"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1008\n"
-"node.text"
-msgid "Printing, Faxing, Sending"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1009\n"
-"node.text"
-msgid "Drag & Drop"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1010\n"
-"node.text"
-msgid "Copy and Paste"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1012\n"
-"node.text"
-msgid "Charts and Diagrams"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1013\n"
-"node.text"
-msgid "Load, Save, Import, Export"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1014\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1015\n"
-"node.text"
-msgid "Document Version Tracking"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1016\n"
-"node.text"
-msgid "Labels and Business Cards"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1018\n"
-"node.text"
-msgid "Inserting External Data"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1019\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1020\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1021\n"
-"node.text"
-msgid "Guides"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"09\n"
-"help_section.text"
-msgid "Database Functionality"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"0901\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"08\n"
-"help_section.text"
-msgid "Spreadsheets"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0801\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0802\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"080201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"080202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0803\n"
-"node.text"
-msgid "Functions Types and Operators"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0804\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0805\n"
-"node.text"
-msgid "Formatting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0806\n"
-"node.text"
-msgid "Filtering and Sorting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0807\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0808\n"
-"node.text"
-msgid "Data Ranges"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0809\n"
-"node.text"
-msgid "Pivot Table"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0810\n"
-"node.text"
-msgid "Scenarios"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0811\n"
-"node.text"
-msgid "References"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0812\n"
-"node.text"
-msgid "Viewing, Selecting, Copying"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0813\n"
-"node.text"
-msgid "Formulas and Calculations"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0814\n"
-"node.text"
-msgid "Protection"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0815\n"
-"node.text"
-msgid "Miscellaneous"
-msgstr ""
diff --git a/source/ur/helpcontent2/source/text/sbasic/guide.po b/source/ur/helpcontent2/source/text/sbasic/guide.po
deleted file mode 100644
index 924b6faeba8..00000000000
--- a/source/ur/helpcontent2/source/text/sbasic/guide.po
+++ /dev/null
@@ -1,721 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/guide
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ur\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Creating a Basic Dialog"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Creating a Basic Dialog\">Creating a Basic Dialog</link></variable>"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3163802\n"
-"3\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3150447\n"
-"11\n"
-"help.text"
-msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_idN1065F\n"
-"help.text"
-msgid "Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3153726\n"
-"6\n"
-"help.text"
-msgid "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3148455\n"
-"12\n"
-"help.text"
-msgid "Click a tool and then drag in the dialog to create the control."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"tit\n"
-"help.text"
-msgid "Creating Controls in the Dialog Editor"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"bm_id3149182\n"
-"help.text"
-msgid "<bookmark_value>controls; creating in the dialog editor</bookmark_value><bookmark_value>dialog editor;creating controls</bookmark_value>"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"hd_id3149182\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">Creating Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3146797\n"
-"2\n"
-"help.text"
-msgid "Use the tools on the <emph>Toolbox </emph>of the BASIC dialog editor to add controls to your dialog."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3150276\n"
-"7\n"
-"help.text"
-msgid "To open the <emph>Toolbox</emph>, click the arrow next to the <emph>Insert Controls</emph> icon on the <emph>Macro</emph> toolbar."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3145068\n"
-"3\n"
-"help.text"
-msgid "Click a tool on the toolbar, for example, <emph>Button</emph>."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3153360\n"
-"4\n"
-"help.text"
-msgid "On the dialog, drag the button to the size you want."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"tit\n"
-"help.text"
-msgid "Programming Examples for Controls in the Dialog Editor"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"bm_id3155338\n"
-"help.text"
-msgid "<bookmark_value>programming examples for controls</bookmark_value><bookmark_value>dialogs;loading (example)</bookmark_value><bookmark_value>dialogs;displaying (example)</bookmark_value><bookmark_value>controls;reading or editing properties (example)</bookmark_value><bookmark_value>list boxes;removing entries from (example)</bookmark_value><bookmark_value>list boxes;adding entries to (example)</bookmark_value><bookmark_value>examples; programming controls</bookmark_value><bookmark_value>dialog editor;programming examples for controls</bookmark_value>"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3155338\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">Programming Examples for Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3153031\n"
-"2\n"
-"help.text"
-msgid "The following examples are for a new <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog\">dialog</link> called \"Dialog1\". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called \"CheckBox1\", a <emph>Label Field</emph> called \"Label1\", a <emph>Button</emph> called \"CommandButton1\", and a <emph>List Box</emph> called \"ListBox1\"."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154141\n"
-"3\n"
-"help.text"
-msgid "Be consistent with uppercase and lowercase letter when you attach a control to an object variable."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3154909\n"
-"4\n"
-"help.text"
-msgid "Global Function for Loading Dialogs"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3149412\n"
-"18\n"
-"help.text"
-msgid "Displaying a Dialog"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3145801\n"
-"help.text"
-msgid "REM global definition of variables"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3150042\n"
-"27\n"
-"help.text"
-msgid "Read or Edit Properties of Controls in the Program"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3145232\n"
-"help.text"
-msgid "REM get dialog model"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154021\n"
-"help.text"
-msgid "REM display text of Label1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3151277\n"
-"help.text"
-msgid "REM set new text for control Label1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154119\n"
-"help.text"
-msgid "oLabel1.Text = \"New Files\""
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3155115\n"
-"help.text"
-msgid "REM display model properties for the control CheckBox1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3149817\n"
-"help.text"
-msgid "REM set new state for CheckBox1 for model of control"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3159102\n"
-"help.text"
-msgid "REM display model properties for control CommandButton1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3150368\n"
-"help.text"
-msgid "REM display properties of control CommandButton1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3150201\n"
-"help.text"
-msgid "REM execute dialog"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3146115\n"
-"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3145387\n"
-"55\n"
-"help.text"
-msgid "Add an Entry to a ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3148700\n"
-"help.text"
-msgid "REM adds a new entry to the ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3144504\n"
-"help.text"
-msgid "oListbox.additem(\"New Item\" & iCount,0)"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3147071\n"
-"64\n"
-"help.text"
-msgid "Remove an Entry from a ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3153247\n"
-"help.text"
-msgid "REM remove the first entry from the ListBox"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"tit\n"
-"help.text"
-msgid "Changing the Properties of Controls in the Dialog Editor"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"bm_id3145786\n"
-"help.text"
-msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"hd_id3145786\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"par_id3147317\n"
-"2\n"
-"help.text"
-msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"par_id3145749\n"
-"3\n"
-"help.text"
-msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"tit\n"
-"help.text"
-msgid "Translation of Controls in the Dialog Editor"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"bm_id8915372\n"
-"help.text"
-msgid "<bookmark_value>dialogs;translating</bookmark_value><bookmark_value>localizing dialogs</bookmark_value><bookmark_value>translating dialogs</bookmark_value>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id3574896\n"
-"help.text"
-msgid "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Translation of Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4601940\n"
-"help.text"
-msgid "<ahelp hid=\".\">The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id9538560\n"
-"help.text"
-msgid "By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6998809\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id71413\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2924283\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add a language to the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5781731\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6942045\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Default to set the language as default language.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4721823\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The default language will be used as a source for all other language strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5806756\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Add UI languages for your dialog strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id6596881\n"
-"help.text"
-msgid "To enable localizable dialogs"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8750572\n"
-"help.text"
-msgid "In the Basic IDE dialog editor, open the Language toolbar choosing <item type=\"menuitem\">View - Toolbars - Language</item>."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2224494\n"
-"help.text"
-msgid "If the current library already contains a localizable dialog, the Language toolbar is shown automatically."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id7359233\n"
-"help.text"
-msgid "Click the <emph>Manage Languages</emph> icon <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6549272\n"
-"help.text"
-msgid "You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6529740\n"
-"help.text"
-msgid "Click Add in the dialog to add a language entry."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id7811822\n"
-"help.text"
-msgid "This step enables all new dialogs to contain localizable string resources."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id9121982\n"
-"help.text"
-msgid "The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3640247\n"
-"help.text"
-msgid "You can also change the default language in the Manage User Interface Language dialog."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3808404\n"
-"help.text"
-msgid "Select a language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4585100\n"
-"help.text"
-msgid "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2394482\n"
-"help.text"
-msgid "Close the dialog or add additional languages."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id631733\n"
-"help.text"
-msgid "To edit localizable controls in your dialog"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2334665\n"
-"help.text"
-msgid "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8956572\n"
-"help.text"
-msgid "Switch the Current Language listbox to display the default language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id500808\n"
-"help.text"
-msgid "Insert any number of controls to your dialog and enter all strings you want."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8366649\n"
-"help.text"
-msgid "Select another language in the Current Language listbox."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id476393\n"
-"help.text"
-msgid "Using the control's property dialogs, edit all strings to the other language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2655720\n"
-"help.text"
-msgid "Repeat for all languages that you added."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3682058\n"
-"help.text"
-msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5977965\n"
-"help.text"
-msgid "If no language matches the user's version, the user will see the default language strings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3050325\n"
-"help.text"
-msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening a Dialog With Program Code"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"bm_id3154140\n"
-"help.text"
-msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"hd_id3154140\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153968\n"
-"6\n"
-"help.text"
-msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "Without using \"LoadDialog\" you can call the code as follows:"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153157\n"
-"16\n"
-"help.text"
-msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
-msgstr ""
diff --git a/source/ur/helpcontent2/source/text/sbasic/shared.po b/source/ur/helpcontent2/source/text/sbasic/shared.po
deleted file mode 100644
index 3ab7abef4c8..00000000000
--- a/source/ur/helpcontent2/source/text/sbasic/shared.po
+++ /dev/null
@@ -1,37295 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/shared
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ur\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"tit\n"
-"help.text"
-msgid "General"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147436\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155855\n"
-"2\n"
-"help.text"
-msgid "Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148647\n"
-"11\n"
-"help.text"
-msgid "Alignment"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147318\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153189\n"
-"76\n"
-"help.text"
-msgid "AutoFill"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152460\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155307\n"
-"3\n"
-"help.text"
-msgid "Background color"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145251\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151076\n"
-"263\n"
-"help.text"
-msgid "Large change"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148457\n"
-"262\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153876\n"
-"139\n"
-"help.text"
-msgid "Border"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154017\n"
-"140\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150749\n"
-"23\n"
-"help.text"
-msgid "Button type"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155064\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149019\n"
-"5\n"
-"help.text"
-msgid "Character set"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148406\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147341\n"
-"149\n"
-"help.text"
-msgid "Currency symbol"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146315\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7936643\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2293771\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153965\n"
-"82\n"
-"help.text"
-msgid "Date format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155334\n"
-"83\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154663\n"
-"121\n"
-"help.text"
-msgid "Date max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148485\n"
-"122\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152778\n"
-"131\n"
-"help.text"
-msgid "Date min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154120\n"
-"132\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154573\n"
-"137\n"
-"help.text"
-msgid "Decimal accuracy"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3166426\n"
-"138\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159091\n"
-"144\n"
-"help.text"
-msgid "Default button"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154200\n"
-"145\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN108BA\n"
-"help.text"
-msgid "Delay"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN108D0\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151278\n"
-"19\n"
-"help.text"
-msgid "Dropdown"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155113\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151216\n"
-"13\n"
-"help.text"
-msgid "Enabled"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150517\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155379\n"
-"91\n"
-"help.text"
-msgid "Edit mask"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155509\n"
-"92\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154485\n"
-"184\n"
-"help.text"
-msgid "You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155809\n"
-"93\n"
-"help.text"
-msgid "Character"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148702\n"
-"94\n"
-"help.text"
-msgid "Meaning"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156199\n"
-"95\n"
-"help.text"
-msgid "L"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148869\n"
-"96\n"
-"help.text"
-msgid "A text constant. This character cannot be modified by the user."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156016\n"
-"97\n"
-"help.text"
-msgid "a"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157983\n"
-"98\n"
-"help.text"
-msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148607\n"
-"99\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159204\n"
-"100\n"
-"help.text"
-msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149126\n"
-"101\n"
-"help.text"
-msgid "c"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3151304\n"
-"102\n"
-"help.text"
-msgid "The characters a-z and 0-9 can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152870\n"
-"103\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155071\n"
-"104\n"
-"help.text"
-msgid "The characters a-z and 0-9 can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159230\n"
-"105\n"
-"help.text"
-msgid "N"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154650\n"
-"106\n"
-"help.text"
-msgid "Only the characters 0-9 can be entered."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149383\n"
-"107\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153489\n"
-"108\n"
-"help.text"
-msgid "All printable characters can be entered."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146967\n"
-"109\n"
-"help.text"
-msgid "X"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154707\n"
-"110\n"
-"help.text"
-msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id2128971\n"
-"help.text"
-msgid "Editable"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6519974\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4591814\n"
-"help.text"
-msgid "The default value is FALSE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149317\n"
-"114\n"
-"help.text"
-msgid "Graphics"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147546\n"
-"115\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154627\n"
-"258\n"
-"help.text"
-msgid "Height"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155754\n"
-"257\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153072\n"
-"208\n"
-"help.text"
-msgid "Help text"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147502\n"
-"209\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154400\n"
-"212\n"
-"help.text"
-msgid "Help URL"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150431\n"
-"213\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4171269\n"
-"help.text"
-msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159260\n"
-"85\n"
-"help.text"
-msgid "Incr./decrement value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145233\n"
-"86\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id539262\n"
-"help.text"
-msgid "Invokes stop mode editing"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id234382\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6591082\n"
-"help.text"
-msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id9298074\n"
-"help.text"
-msgid "The default value is FALSE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150536\n"
-"7\n"
-"help.text"
-msgid "Label"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146324\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146816\n"
-"223\n"
-"help.text"
-msgid "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150457\n"
-"74\n"
-"help.text"
-msgid "Line Count"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149143\n"
-"75\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled. </ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7468489\n"
-"help.text"
-msgid "Scrollbar"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7706228\n"
-"help.text"
-msgid "Adds the scrollbar type that you specify to a text box."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153121\n"
-"256\n"
-"help.text"
-msgid "Small change"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157875\n"
-"255\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3145221\n"
-"73\n"
-"help.text"
-msgid "List entries"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154580\n"
-"120\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the entries for a list control. One line takes one list entry. Press <emph>Shift+Enter</emph> to insert a new line.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149723\n"
-"159\n"
-"help.text"
-msgid "Literal mask"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150656\n"
-"160\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149015\n"
-"116\n"
-"help.text"
-msgid "Manual line break"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149893\n"
-"117\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150463\n"
-"123\n"
-"help.text"
-msgid "Max. text length"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150745\n"
-"124\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154675\n"
-"21\n"
-"help.text"
-msgid "Multiline Input"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3144741\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154848\n"
-"129\n"
-"help.text"
-msgid "Multiselection"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3151235\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148887\n"
-"9\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154548\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148739\n"
-"44\n"
-"help.text"
-msgid "Order"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149252\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog.</ahelp> On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the <emph>Tab</emph> key the successively focusses the other controls as specified by their order number."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155259\n"
-"46\n"
-"help.text"
-msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149511\n"
-"247\n"
-"help.text"
-msgid "Orientation"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153780\n"
-"246\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154374\n"
-"239\n"
-"help.text"
-msgid "Page (step)"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154109\n"
-"238\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit.</ahelp> If a dialog has only one page set its <emph>Page (Step)</emph> value to <emph>0</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148580\n"
-"236\n"
-"help.text"
-msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146144\n"
-"235\n"
-"help.text"
-msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of <emph>Page (Step)</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154558\n"
-"156\n"
-"help.text"
-msgid "Password characters"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152787\n"
-"157\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148750\n"
-"245\n"
-"help.text"
-msgid "PositionX"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154517\n"
-"244\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152767\n"
-"243\n"
-"help.text"
-msgid "PositionY"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159082\n"
-"242\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159213\n"
-"221\n"
-"help.text"
-msgid "Prefix symbol"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149688\n"
-"222\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149728\n"
-"89\n"
-"help.text"
-msgid "Print"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150001\n"
-"90\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154671\n"
-"261\n"
-"help.text"
-msgid "Progress value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146849\n"
-"260\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153112\n"
-"254\n"
-"help.text"
-msgid "Progress value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145167\n"
-"253\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153569\n"
-"249\n"
-"help.text"
-msgid "Progress value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154506\n"
-"248\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150134\n"
-"42\n"
-"help.text"
-msgid "Read-only"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155930\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN11112\n"
-"help.text"
-msgid "Repeat"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN11128\n"
-"help.text"
-msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id9579149\n"
-"help.text"
-msgid "Root displayed"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7126987\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id9174779\n"
-"help.text"
-msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id594195\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7534409\n"
-"help.text"
-msgid "Row height"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6471755\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2909329\n"
-"help.text"
-msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4601580\n"
-"help.text"
-msgid "The default value is 0."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148761\n"
-"264\n"
-"help.text"
-msgid "Scale"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159134\n"
-"265\n"
-"help.text"
-msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7597277\n"
-"help.text"
-msgid "Scrollbar"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id986968\n"
-"help.text"
-msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147370\n"
-"241\n"
-"help.text"
-msgid "Scroll value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159622\n"
-"240\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155440\n"
-"252\n"
-"help.text"
-msgid "Scroll value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148877\n"
-"251\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN111E4\n"
-"help.text"
-msgid "Scroll value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN111E8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id543534\n"
-"help.text"
-msgid "Show handles"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id5060884\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4974822\n"
-"help.text"
-msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7687307\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id4062013\n"
-"help.text"
-msgid "Show root handles"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3314004\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2396313\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10EC2\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10ED8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the sequence of the selected items, where \"0\" corresponds to the first item. To select more than one item, Multiselection must be enabled.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10EEB\n"
-"help.text"
-msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10F0A\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id5026093\n"
-"help.text"
-msgid "Selection type"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id1134067\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154193\n"
-"87\n"
-"help.text"
-msgid "Spin Button"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145298\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3156267\n"
-"232\n"
-"help.text"
-msgid "State"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150928\n"
-"231\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148396\n"
-"112\n"
-"help.text"
-msgid "Strict format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153042\n"
-"113\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149538\n"
-"48\n"
-"help.text"
-msgid "Tabstop"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148543\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148776\n"
-"178\n"
-"help.text"
-msgid "Default"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153547\n"
-"179\n"
-"help.text"
-msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154632\n"
-"52\n"
-"help.text"
-msgid "No"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150475\n"
-"53\n"
-"help.text"
-msgid "When using the tab key focusing skips the control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150690\n"
-"50\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159106\n"
-"51\n"
-"help.text"
-msgid "The control can be selected with the Tab key."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3145152\n"
-"147\n"
-"help.text"
-msgid "Thousands Separator"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155085\n"
-"148\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152816\n"
-"168\n"
-"help.text"
-msgid "Time Format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145263\n"
-"169\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153920\n"
-"127\n"
-"help.text"
-msgid "Time max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155401\n"
-"128\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3163818\n"
-"135\n"
-"help.text"
-msgid "Time min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156262\n"
-"136\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148638\n"
-"266\n"
-"help.text"
-msgid "Title"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147169\n"
-"267\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153716\n"
-"55\n"
-"help.text"
-msgid "<emph>Titles</emph> are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their <emph>Name</emph> property."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152594\n"
-"173\n"
-"help.text"
-msgid "Tristate"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149825\n"
-"174\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150614\n"
-"268\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154315\n"
-"269\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152480\n"
-"125\n"
-"help.text"
-msgid "Value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3163823\n"
-"126\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149276\n"
-"133\n"
-"help.text"
-msgid "Value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145088\n"
-"134\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149712\n"
-"234\n"
-"help.text"
-msgid "Visible size"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149445\n"
-"233\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152472\n"
-"142\n"
-"help.text"
-msgid "Width"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157963\n"
-"143\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Blue Function [Runtime]"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"bm_id3149180\n"
-"help.text"
-msgid "<bookmark_value>Blue function</bookmark_value>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149180\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3156343\n"
-"2\n"
-"help.text"
-msgid "Returns the blue component of the specified color code."
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149670\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3149457\n"
-"4\n"
-"help.text"
-msgid "Blue (Color As Long)"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149656\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3154365\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3156423\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3150448\n"
-"8\n"
-"help.text"
-msgid "<emph>Color value</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the blue component."
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3153091\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3154012\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3148645\n"
-"14\n"
-"help.text"
-msgid "\"red= \" & Red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3159155\n"
-"15\n"
-"help.text"
-msgid "\"green= \" & Green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3147319\n"
-"16\n"
-"help.text"
-msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Comparison Operators [Runtime]"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3156042\n"
-"2\n"
-"help.text"
-msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3147291\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3149177\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3145316\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3147573\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3148686\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3147531\n"
-"8\n"
-"help.text"
-msgid "Comparison operators"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3147265\n"
-"9\n"
-"help.text"
-msgid "= : Equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3154924\n"
-"10\n"
-"help.text"
-msgid "< : Less than"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3146795\n"
-"11\n"
-"help.text"
-msgid "> : Greater than"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3150541\n"
-"12\n"
-"help.text"
-msgid "<= : Less than or equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3150400\n"
-"13\n"
-"help.text"
-msgid ">= : Greater than or equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3148797\n"
-"14\n"
-"help.text"
-msgid "<> : Not equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3154686\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3154909\n"
-"18\n"
-"help.text"
-msgid "Dim sRoot As String ' Root directory for file in and output"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Timer Function [Runtime]"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>Timer function</bookmark_value>"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156023\n"
-"2\n"
-"help.text"
-msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156212\n"
-"3\n"
-"help.text"
-msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3153768\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3161831\n"
-"5\n"
-"help.text"
-msgid "Timer"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3146975\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3146984\n"
-"7\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3156442\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3145748\n"
-"12\n"
-"help.text"
-msgid "MsgBox lSec,0,\"Seconds since midnight\""
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156283\n"
-"17\n"
-"help.text"
-msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"tit\n"
-"help.text"
-msgid "Dir Function [Runtime]"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"bm_id3154347\n"
-"help.text"
-msgid "<bookmark_value>Dir function</bookmark_value>"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154347\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153381\n"
-"2\n"
-"help.text"
-msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154365\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3156282\n"
-"4\n"
-"help.text"
-msgid "Dir [(Text As String) [, Attrib As Integer]]"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3156424\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153193\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3153770\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3161831\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3146974\n"
-"9\n"
-"help.text"
-msgid "<emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3149666\n"
-"11\n"
-"help.text"
-msgid "0 : Normal files."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3147427\n"
-"15\n"
-"help.text"
-msgid "16 : Returns the name of the directory only."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153952\n"
-"16\n"
-"help.text"
-msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3159156\n"
-"17\n"
-"help.text"
-msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3154012\n"
-"18\n"
-"help.text"
-msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3147348\n"
-"19\n"
-"help.text"
-msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154942\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3148455\n"
-"22\n"
-"help.text"
-msgid "' Displays all files and directories"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153416\n"
-"27\n"
-"help.text"
-msgid "sDir=\"Directories:\""
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3154253\n"
-"34\n"
-"help.text"
-msgid "' Get the directories"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"^\" Operator [Runtime]"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"bm_id3145315\n"
-"help.text"
-msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3145315\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3149670\n"
-"2\n"
-"help.text"
-msgid "Raises a number to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3149656\n"
-"4\n"
-"help.text"
-msgid "Result = Expression ^ Exponent"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3151211\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3153192\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3156422\n"
-"8\n"
-"help.text"
-msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3147287\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3146984\n"
-"12\n"
-"help.text"
-msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sgn Function [Runtime]"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"bm_id3148474\n"
-"help.text"
-msgid "<bookmark_value>Sgn function</bookmark_value>"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3148474\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3148686\n"
-"2\n"
-"help.text"
-msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3156023\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3153897\n"
-"4\n"
-"help.text"
-msgid "Sgn (Number)"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3145069\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150359\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3150543\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154365\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150767\n"
-"9\n"
-"help.text"
-msgid "NumExpression"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150441\n"
-"10\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3161833\n"
-"11\n"
-"help.text"
-msgid "negative"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3155306\n"
-"12\n"
-"help.text"
-msgid "Sgn returns -1."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3145271\n"
-"13\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "Sgn returns 0."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3153139\n"
-"15\n"
-"help.text"
-msgid "positive"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154319\n"
-"16\n"
-"help.text"
-msgid "Sgn returns 1."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3152576\n"
-"17\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3155416\n"
-"19\n"
-"help.text"
-msgid "Print sgn(-10) ' returns -1"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154096\n"
-"20\n"
-"help.text"
-msgid "Print sgn(0) ' returns 0"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3148457\n"
-"21\n"
-"help.text"
-msgid "Print sgn(10) ' returns 1"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Further Statements"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"hd_id3145316\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"par_id3154923\n"
-"2\n"
-"help.text"
-msgid "Statements that do not belong to any of the other runtime categories are described here."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"tit\n"
-"help.text"
-msgid "LBound Function [Runtime]"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>LBound function</bookmark_value>"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "Returns the lower boundary of an array."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3150503\n"
-"4\n"
-"help.text"
-msgid "LBound (ArrayName [, Dimension])"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3153126\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3144500\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3145069\n"
-"8\n"
-"help.text"
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the array dimension."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3149457\n"
-"9\n"
-"help.text"
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3145171\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3145365\n"
-"18\n"
-"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3150486\n"
-"19\n"
-"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3149665\n"
-"20\n"
-"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3159154\n"
-"21\n"
-"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"tit\n"
-"help.text"
-msgid "UBound Function [Runtime]"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"bm_id3148538\n"
-"help.text"
-msgid "<bookmark_value>UBound function</bookmark_value>"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3148538\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3147573\n"
-"2\n"
-"help.text"
-msgid "Returns the upper boundary of an array."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3150984\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149415\n"
-"4\n"
-"help.text"
-msgid "UBound (ArrayName [, Dimension])"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153897\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3154347\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3153381\n"
-"8\n"
-"help.text"
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to determine the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3148797\n"
-"9\n"
-"help.text"
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3153138\n"
-"19\n"
-"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149665\n"
-"20\n"
-"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3147214\n"
-"21\n"
-"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Public Statement [Runtime]"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>Public statement</bookmark_value>"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"par_id3150669\n"
-"2\n"
-"help.text"
-msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules."
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3150772\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3145315\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoValue Function [Runtime]"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3147291\n"
-"2\n"
-"help.text"
-msgid "Returns an object that represents a strictly typed value referring to the Uno type system."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3143267\n"
-"3\n"
-"help.text"
-msgid "This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3153626\n"
-"4\n"
-"help.text"
-msgid "The $[officename] API frequently uses the Any type. It is the counterpart of the Variant type known from other environments. The Any type holds one arbitrary Uno type and is used in generic Uno interfaces."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"hd_id3147560\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3154760\n"
-"6\n"
-"help.text"
-msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3150541\n"
-"7\n"
-"help.text"
-msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3153524\n"
-"8\n"
-"help.text"
-msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3154366\n"
-"9\n"
-"help.text"
-msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3150769\n"
-"10\n"
-"help.text"
-msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Left Function [Runtime]"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>Left function</bookmark_value>"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3147242\n"
-"2\n"
-"help.text"
-msgid "Returns the number of leftmost characters that you specify of a string expression."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3156153\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150771\n"
-"4\n"
-"help.text"
-msgid "Left (Text As String, n As Long)"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3153824\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3147530\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3148946\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3148552\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3149456\n"
-"9\n"
-"help.text"
-msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150791\n"
-"10\n"
-"help.text"
-msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3125863\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150448\n"
-"15\n"
-"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"tit\n"
-"help.text"
-msgid "Name Statement [Runtime]"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"bm_id3143268\n"
-"help.text"
-msgid "<bookmark_value>Name statement</bookmark_value>"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3154346\n"
-"2\n"
-"help.text"
-msgid "Renames an existing file or directory."
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3156344\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3153381\n"
-"4\n"
-"help.text"
-msgid "Name OldName As String As NewName As String"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3153362\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3151210\n"
-"6\n"
-"help.text"
-msgid "<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3125863\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3152462\n"
-"16\n"
-"help.text"
-msgid "MsgBox \"File already exists\""
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"tit\n"
-"help.text"
-msgid "EqualUnoObjects Function [Runtime]"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3145090\n"
-"2\n"
-"help.text"
-msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "EqualUnoObjects( oObj1, oObj2 )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154285\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3145315\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3156024\n"
-"8\n"
-"help.text"
-msgid "// Copy of objects -> same instance"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154923\n"
-"9\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3147559\n"
-"10\n"
-"help.text"
-msgid "oIntro2 = oIntrospection"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150541\n"
-"11\n"
-"help.text"
-msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3153525\n"
-"12\n"
-"help.text"
-msgid "// Copy of structs as value -> new instance"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154366\n"
-"13\n"
-"help.text"
-msgid "Dim Struct1 as new com.sun.star.beans.Property"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154348\n"
-"14\n"
-"help.text"
-msgid "Struct2 = Struct1"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154125\n"
-"15\n"
-"help.text"
-msgid "print EqualUnoObjects( Struct1, Struct2 )"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileAttr-Function [Runtime]"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"bm_id3153380\n"
-"help.text"
-msgid "<bookmark_value>FileAttr function</bookmark_value>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3153380\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154366\n"
-"2\n"
-"help.text"
-msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3153364\n"
-"3\n"
-"help.text"
-msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3163713\n"
-"4\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3151116\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154012\n"
-"6\n"
-"help.text"
-msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3147349\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3146974\n"
-"8\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3153728\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3151074\n"
-"10\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3144766\n"
-"11\n"
-"help.text"
-msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3147396\n"
-"12\n"
-"help.text"
-msgid "1: The FileAttr-Function indicates the access mode of the file."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149959\n"
-"13\n"
-"help.text"
-msgid "2: The FileAttr-Function returns the file access number of the operating system."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154018\n"
-"14\n"
-"help.text"
-msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149124\n"
-"15\n"
-"help.text"
-msgid "1 - INPUT (file open for input)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3156275\n"
-"16\n"
-"help.text"
-msgid "2 - OUTPUT (file open for output)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3155066\n"
-"17\n"
-"help.text"
-msgid "4 - RANDOM (file open for random access)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3148406\n"
-"18\n"
-"help.text"
-msgid "8 - APPEND (file open for appending)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154757\n"
-"19\n"
-"help.text"
-msgid "32 - BINARY (file open in binary mode)."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3147339\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3155607\n"
-"29\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3150361\n"
-"30\n"
-"help.text"
-msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149817\n"
-"31\n"
-"help.text"
-msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Randomize Statement [Runtime]"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Randomize statement</bookmark_value>"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3145090\n"
-"2\n"
-"help.text"
-msgid "Initializes the random-number generator."
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3147573\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3145315\n"
-"4\n"
-"help.text"
-msgid "Randomize [Number]"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3152456\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3149655\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3147288\n"
-"14\n"
-"help.text"
-msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3148617\n"
-"22\n"
-"help.text"
-msgid "MsgBox sText,0,\"Spectral Distribution\""
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"tit\n"
-"help.text"
-msgid "DimArray Function [Runtime]"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>DimArray function</bookmark_value>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3153527\n"
-"2\n"
-"help.text"
-msgid "Returns a Variant array."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3149762\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3148473\n"
-"4\n"
-"help.text"
-msgid "DimArray ( Argument list)"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3154142\n"
-"5\n"
-"help.text"
-msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3156023\n"
-"6\n"
-"help.text"
-msgid "If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3150358\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3154939\n"
-"10\n"
-"help.text"
-msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"tit\n"
-"help.text"
-msgid "TypeName Function; VarType Function[Runtime]"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"bm_id3143267\n"
-"help.text"
-msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3143267\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3159157\n"
-"2\n"
-"help.text"
-msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3153825\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "TypeName (Variable)VarType (Variable)"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3145610\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148947\n"
-"6\n"
-"help.text"
-msgid "String; Integer"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3146795\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148664\n"
-"8\n"
-"help.text"
-msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145171\n"
-"9\n"
-"help.text"
-msgid "key word"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3156212\n"
-"10\n"
-"help.text"
-msgid "VarType"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154684\n"
-"11\n"
-"help.text"
-msgid "Variable type"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151041\n"
-"12\n"
-"help.text"
-msgid "Boolean"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153367\n"
-"13\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148645\n"
-"14\n"
-"help.text"
-msgid "Boolean variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153138\n"
-"15\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153363\n"
-"16\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155411\n"
-"17\n"
-"help.text"
-msgid "Date variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146975\n"
-"18\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3150486\n"
-"19\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148616\n"
-"20\n"
-"help.text"
-msgid "Double floating point variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148457\n"
-"21\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145647\n"
-"22\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154490\n"
-"23\n"
-"help.text"
-msgid "Integer variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3149960\n"
-"24\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154513\n"
-"25\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151318\n"
-"26\n"
-"help.text"
-msgid "Long integer variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146972\n"
-"27\n"
-"help.text"
-msgid "Object"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154482\n"
-"28\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3150323\n"
-"29\n"
-"help.text"
-msgid "Object variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148405\n"
-"30\n"
-"help.text"
-msgid "Single"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3149020\n"
-"31\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3147341\n"
-"32\n"
-"help.text"
-msgid "Single floating-point variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155901\n"
-"33\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155960\n"
-"34\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146313\n"
-"35\n"
-"help.text"
-msgid "String variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145149\n"
-"36\n"
-"help.text"
-msgid "Variant"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154021\n"
-"37\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145789\n"
-"38\n"
-"help.text"
-msgid "Variant variable (can contain all types specified by the definition)"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148630\n"
-"39\n"
-"help.text"
-msgid "Empty"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3152584\n"
-"40\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151278\n"
-"41\n"
-"help.text"
-msgid "Variable is not initialized"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154576\n"
-"42\n"
-"help.text"
-msgid "Null"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3166424\n"
-"43\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145131\n"
-"44\n"
-"help.text"
-msgid "No valid data"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3149338\n"
-"45\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148817\n"
-"58\n"
-"help.text"
-msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hour Function [Runtime]"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"bm_id3156042\n"
-"help.text"
-msgid "<bookmark_value>Hour function</bookmark_value>"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3156042\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3149346\n"
-"2\n"
-"help.text"
-msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3147574\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3147264\n"
-"4\n"
-"help.text"
-msgid "Hour (Number)"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3145069\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3150359\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3154366\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3154909\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3163798\n"
-"10\n"
-"help.text"
-msgid "Print Hour(TimeSerial(12,30,41))"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3155132\n"
-"11\n"
-"help.text"
-msgid "returns the value 12."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3147348\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3146985\n"
-"13\n"
-"help.text"
-msgid "Sub ExampleHour"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3156441\n"
-"14\n"
-"help.text"
-msgid "Print \"The current hour is \" & Hour( Now )"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3153145\n"
-"15\n"
-"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"tit\n"
-"help.text"
-msgid "End Statement [Runtime]"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"bm_id3150771\n"
-"help.text"
-msgid "<bookmark_value>End statement</bookmark_value>"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3150771\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3153126\n"
-"2\n"
-"help.text"
-msgid "Ends a procedure or block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148552\n"
-"4\n"
-"help.text"
-msgid "End, End Function, End If, End Select, End Sub"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3149456\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3150398\n"
-"6\n"
-"help.text"
-msgid "Use the End statement as follows:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3154366\n"
-"7\n"
-"help.text"
-msgid "Statement"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3151043\n"
-"8\n"
-"help.text"
-msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3145171\n"
-"9\n"
-"help.text"
-msgid "End Function: Ends a <emph>Function</emph> statement."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3153192\n"
-"10\n"
-"help.text"
-msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148451\n"
-"11\n"
-"help.text"
-msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3155131\n"
-"12\n"
-"help.text"
-msgid "End Sub: Ends a <emph>Sub</emph> statement."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3146120\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3152887\n"
-"19\n"
-"help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148618\n"
-"21\n"
-"help.text"
-msgid "Print \"Number from 6 to 8\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3147436\n"
-"23\n"
-"help.text"
-msgid "Print \"Greater than 8\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3150418\n"
-"25\n"
-"help.text"
-msgid "Print \"Outside range 1 to 10\""
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"tit\n"
-"help.text"
-msgid "HasUnoInterfaces Function [Runtime]"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"bm_id3149987\n"
-"help.text"
-msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3149987\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3151262\n"
-"2\n"
-"help.text"
-msgid "Tests if a Basic Uno object supports certain Uno interfaces."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3154232\n"
-"3\n"
-"help.text"
-msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3150040\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3155555\n"
-"5\n"
-"help.text"
-msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3153345\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3148538\n"
-"7\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3159157\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3155419\n"
-"9\n"
-"help.text"
-msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3149236\n"
-"10\n"
-"help.text"
-msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3147574\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3149580\n"
-"12\n"
-"help.text"
-msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Choose Function [Runtime]"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"bm_id3143271\n"
-"help.text"
-msgid "<bookmark_value>Choose function</bookmark_value>"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3143271\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3149234\n"
-"2\n"
-"help.text"
-msgid "Returns a selected value from a list of arguments."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3148943\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3147560\n"
-"4\n"
-"help.text"
-msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3154346\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3148664\n"
-"6\n"
-"help.text"
-msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3150791\n"
-"7\n"
-"help.text"
-msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3151043\n"
-"8\n"
-"help.text"
-msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3153192\n"
-"9\n"
-"help.text"
-msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3156281\n"
-"10\n"
-"help.text"
-msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3150439\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3156443\n"
-"20\n"
-"help.text"
-msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"tit\n"
-"help.text"
-msgid "Line Input # Statement [Runtime]"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"bm_id3153361\n"
-"help.text"
-msgid "<bookmark_value>Line Input statement</bookmark_value>"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3153361\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3156280\n"
-"2\n"
-"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"4\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3161832\n"
-"6\n"
-"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3151119\n"
-"7\n"
-"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3150010\n"
-"8\n"
-"help.text"
-msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"18\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"19\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Xor-Operator [Runtime]"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3159414\n"
-"2\n"
-"help.text"
-msgid "Performs a logical Exclusive-Or combination of two expressions."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153381\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150400\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 Xor Expression2"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153968\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150448\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3125864\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150439\n"
-"8\n"
-"help.text"
-msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153770\n"
-"9\n"
-"help.text"
-msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153366\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3156442\n"
-"15\n"
-"help.text"
-msgid "vOut = vA > vB Xor vB > vC ' returns 0"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153191\n"
-"16\n"
-"help.text"
-msgid "vOut = vB > vA Xor vB > vC ' returns -1"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153144\n"
-"17\n"
-"help.text"
-msgid "vOut = vA > vB Xor vB > vD ' returns -1"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3154944\n"
-"18\n"
-"help.text"
-msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3148455\n"
-"19\n"
-"help.text"
-msgid "vOut = vB Xor vA ' returns 2"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Absolute Values"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"hd_id3146958\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"par_id3150771\n"
-"2\n"
-"help.text"
-msgid "This function returns absolute values."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefLng Statement [Runtime]"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"bm_id3148538\n"
-"help.text"
-msgid "<bookmark_value>DefLng statement</bookmark_value>"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3148538\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3149514\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3150504\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145609\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145069\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3150791\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3148798\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3154686\n"
-"9\n"
-"help.text"
-msgid "<emph>DefLng:</emph> Long"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3154124\n"
-"12\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145273\n"
-"22\n"
-"help.text"
-msgid "lCount=123456789 ' lCount is an implicit long integer variable"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154346\n"
-"3\n"
-"help.text"
-msgid "The following describes the basic use of variables in $[officename] Basic."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153361\n"
-"4\n"
-"help.text"
-msgid "Naming Conventions for Variable Identifiers"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3148797\n"
-"5\n"
-"help.text"
-msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156422\n"
-"6\n"
-"help.text"
-msgid "Examples for variable identifiers:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156441\n"
-"126\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149664\n"
-"127\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3146119\n"
-"128\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153876\n"
-"11\n"
-"help.text"
-msgid "Not valid, variable with space must be enclosed in square brackets"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154510\n"
-"15\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150330\n"
-"129\n"
-"help.text"
-msgid "Not valid, special characters are not allowed"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154254\n"
-"130\n"
-"help.text"
-msgid "Not valid, variable may not begin with a number"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149256\n"
-"131\n"
-"help.text"
-msgid "Not valid, punctuation marks are not allowed"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3146317\n"
-"17\n"
-"help.text"
-msgid "Declaring Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150299\n"
-"18\n"
-"help.text"
-msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154118\n"
-"140\n"
-"help.text"
-msgid "Examples for variable declarations:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150982\n"
-"132\n"
-"help.text"
-msgid "Declares the variable \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150343\n"
-"133\n"
-"help.text"
-msgid "Declares the variable \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155507\n"
-"22\n"
-"help.text"
-msgid "Declares one variable as a String and one as an Integer"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_idN10859\n"
-"help.text"
-msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150519\n"
-"23\n"
-"help.text"
-msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154527\n"
-"134\n"
-"help.text"
-msgid "Declares \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153064\n"
-"135\n"
-"help.text"
-msgid "Type-declaration missing: \"a$=\""
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3144770\n"
-"26\n"
-"help.text"
-msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149331\n"
-"27\n"
-"help.text"
-msgid "Forcing Variable Declarations"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149443\n"
-"28\n"
-"help.text"
-msgid "To force declaration of variables, use the following command:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155072\n"
-"30\n"
-"help.text"
-msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3154614\n"
-"34\n"
-"help.text"
-msgid "Variable Types"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155383\n"
-"35\n"
-"help.text"
-msgid "$[officename] Basic supports four variable classes:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153972\n"
-"36\n"
-"help.text"
-msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3159226\n"
-"37\n"
-"help.text"
-msgid "<emph>String</emph> variables contain character strings."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3145217\n"
-"38\n"
-"help.text"
-msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154762\n"
-"39\n"
-"help.text"
-msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153805\n"
-"40\n"
-"help.text"
-msgid "Integer Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3146966\n"
-"41\n"
-"help.text"
-msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3147546\n"
-"45\n"
-"help.text"
-msgid "Long Integer Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3151193\n"
-"46\n"
-"help.text"
-msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id7596972\n"
-"help.text"
-msgid "Decimal Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id2649311\n"
-"help.text"
-msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id7617114\n"
-"help.text"
-msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id1593676\n"
-"help.text"
-msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3147500\n"
-"50\n"
-"help.text"
-msgid "Single Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153070\n"
-"51\n"
-"help.text"
-msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3155753\n"
-"54\n"
-"help.text"
-msgid "Double Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150953\n"
-"55\n"
-"help.text"
-msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3155747\n"
-"95\n"
-"help.text"
-msgid "Currency Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153337\n"
-"96\n"
-"help.text"
-msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3148742\n"
-"58\n"
-"help.text"
-msgid "String Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3151393\n"
-"59\n"
-"help.text"
-msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3150534\n"
-"62\n"
-"help.text"
-msgid "Boolean Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3145632\n"
-"63\n"
-"help.text"
-msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149722\n"
-"65\n"
-"help.text"
-msgid "Date Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3159116\n"
-"66\n"
-"help.text"
-msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3148732\n"
-"68\n"
-"help.text"
-msgid "Initial Variable Values"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154549\n"
-"69\n"
-"help.text"
-msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3143222\n"
-"70\n"
-"help.text"
-msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150693\n"
-"71\n"
-"help.text"
-msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154807\n"
-"72\n"
-"help.text"
-msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153936\n"
-"83\n"
-"help.text"
-msgid "Arrays"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3148736\n"
-"84\n"
-"help.text"
-msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149546\n"
-"85\n"
-"help.text"
-msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154567\n"
-"136\n"
-"help.text"
-msgid "21 elements numbered from 0 to 20"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154397\n"
-"137\n"
-"help.text"
-msgid "30 elements (a matrix of 6 x 5 elements)"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149690\n"
-"138\n"
-"help.text"
-msgid "21 elements numbered from 5 to 25"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153113\n"
-"89\n"
-"help.text"
-msgid "21 elements (including 0), numbered from -15 to 5"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153005\n"
-"90\n"
-"help.text"
-msgid "The index range can include positive as well as negative numbers."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3154507\n"
-"91\n"
-"help.text"
-msgid "Constants"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156357\n"
-"92\n"
-"help.text"
-msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefObj Statement [Runtime]"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"bm_id3149811\n"
-"help.text"
-msgid "<bookmark_value>DefObj statement</bookmark_value>"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3149811\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">