Search results

From Apache OpenOffice Wiki
Jump to: navigation, search

Page title matches

Page text matches

  • ...t of procedures to import a text file into a schema. The routines use the TEXT table feature of HSQL to import the data. To name two.
    4 KB (779 words) - 16:28, 2 December 2006
  • [[Working with Text Documents]]
    468 B (54 words) - 06:14, 2 July 2009
  • if thisComponent.supportsService ("com.sun.star.text.GenericTextDocument") then fnWhichComponent = "Text"
    2 KB (245 words) - 12:49, 18 February 2021
  • sText = "Text" msgbox "No Text documents currently open."
    3 KB (296 words) - 14:40, 24 August 2022
  • |For example the name of a bookmark in a text document
    4 KB (488 words) - 12:29, 4 February 2021
  • subExportAs(thisComponent, "/home/ian/Example.txt", "Text") 'Linux example oText.insertControlCharacter( oCursor, com.sun.star.text.ControlCharacter.PARAGRAPH_BREAK, False )
    3 KB (407 words) - 14:43, 24 August 2022
  • ...e access to [[ TextRange]] objects, which provide methods for changing the text. | '''Text cursor '''
    2 KB (232 words) - 17:54, 16 May 2006
  • A view cursor in text document is referenced as follows: oVC.gotoStart(bExtend) 'go to the start of the text range
    4 KB (519 words) - 13:49, 5 March 2021
  • == Text Cursor Basics == ...it was created. Thus a text cursor that is created for the main document's text range can not move inside a table.
    5 KB (781 words) - 15:21, 8 August 2021
  • == Working with Text Ranges == The [[Current selection]], the [[View cursor]] and the not-visible [[Text cursor]]s all provide the [[Writer/API/TextRange|TextRange]] service.
    5 KB (624 words) - 13:46, 5 March 2021
  • Each cell can contain text, number or formula: ' modify text
    12 KB (1,506 words) - 12:43, 4 February 2021
  • *The above button(s) have the tag field set to the name of the corresponding text field *For each button a corresponding text field for the range address
    4 KB (555 words) - 14:56, 24 August 2022
  • ...ion"(->dt.Auto-Vervollständigung), also die Fähigkeit eines Editors, den Text automatisch zu vervollständigen, um den Schreibprozess während der Eingab ...hren'''-Symbol klicken. Ein kleiner Dialog mit dem Titel "soffice" und dem Text "Hello World" sollte aufpoppen.
    32 KB (4,401 words) - 06:16, 1 May 2016
  • {| style="text-align:left; border:1px solid #aaaaaa; background-color:#f9f9f9;width: 200px ...ckground: #fff; border-right:3px solid #ccc; border-bottom:3px solid #ccc; text-align: center; padding:3px; float:right; font-size: smaller; line-height: 1
    9 KB (1,160 words) - 16:56, 23 September 2013
  • '''Die Aktuelle Selektion in Text-Dokumenten''' ...en Sie häufig eine Aktion in einer Schleife auf den gesamten selektierten Text anwenden wollen. Erinnern Sie sich, dass das erste Feld-Element entweder di
    1 KB (152 words) - 21:36, 27 November 2009
  • The text below describes the installation of the SDK 4.1.0 and {{AOo}} 4.1.0 on Mac The text below describe the installation of the SDK 4.1.0 for {{AOo}} 4.1.0 under Ub
    14 KB (2,218 words) - 13:56, 24 August 2022
  • |- style = "background:#b3e2d1;text-align:center" |- style="text-align:center"
    49 KB (7,047 words) - 14:27, 24 August 2022
  • ...ecs.openoffice.org/collaterals/guides/text-style-guide.html User Interface Text Style Guides] -- applies to OpenOffice.org 2 (2005), [[StarOffice]] 8 (2005
    1 KB (140 words) - 06:21, 3 July 2007
  • ...type and then replace "private:factory/scalc" by the corresponding magical text : ; magical text
    32 KB (4,494 words) - 12:06, 16 May 2022
  • ...osa in una cella e la si formatta con orientazione testo a 90 gradi e wrap text, quando si stringe la cella il testo si sovrappone alla cella adiacente anc
    2 KB (351 words) - 10:05, 5 December 2008
  • ....sun.star.text.XTextCursor</idl> interface obtained from <idl>com.sun.star.text.XText</idl>). The code below allows this change: // Don't forget to add : using namespace com::sun::star::text;
    39 KB (5,215 words) - 14:30, 31 January 2021
  • |- style = "background:#b3e2d1;text-align:center" |- style="text-align:center"
    24 KB (3,390 words) - 12:15, 16 May 2022
  • : <tt>'''complexnumber'''</tt> is text representing a complex number, for example as <tt>'''<i>a</i>+<i>bi</i>'''< ...ower of <tt>'''number'''</tt>. The result is a complex number presented as text.
    2 KB (274 words) - 12:13, 30 January 2024
  • |- style = "background:#b3e2d1;text-align:center" |- style="text-align:left"
    26 KB (3,141 words) - 12:00, 11 September 2022
  • ...what one can do with UI objects - e.g. shapes can be rotated, and clearly text frames should, too) Consolidate Text Engines
    11 KB (1,677 words) - 16:24, 20 October 2010
  • ...you have a {{AOo}} Writer document, and you record a macro when inserting text and formatting it, you obtain something like: args1(0).Name = "Text"
    40 KB (5,234 words) - 13:36, 1 October 2021
  • : <tt>'''complexnum1'''</tt> and <tt>'''complexnum2'''</tt> are text representing complex numbers, for example as <tt>'''<i>a</i>+<i>bi</i>'''</ : <tt>'''IMDIV'''</tt> returns <tt>'''complexnum1/complexnum2'''</tt> as text.
    1 KB (199 words) - 09:59, 30 January 2024
  • ...here how to insert a table of 4 lines and 4 columns with <idl>com.sun.star.text.XTextTable</idl> interface: // Jump to the end of the text
    9 KB (1,171 words) - 13:45, 5 March 2021
  • // create new writer document and get text, then manipulate text // Access the text document's multi service factory, which we will need for most of the
    6 KB (726 words) - 13:27, 5 March 2021
  • == Text Control example == ...nstruct a more complex [[dialog_box_with_an_edit_control|dialog box with a text control]].
    34 KB (4,122 words) - 20:00, 1 July 2018
  • // set label text [oneway] void setText( [in] string Text );
    10 KB (1,120 words) - 11:55, 11 September 2022
  • [[Image:Dialog2.png|none|thumb|295px|An example of dialog with a text control]] [in] string Text );
    8 KB (1,037 words) - 13:27, 8 September 2022
  • // set label text
    11 KB (1,246 words) - 14:56, 12 February 2021
  • // set label text This example writes some text in a text control :
    6 KB (697 words) - 15:00, 12 February 2021
  • |- style = "background:#b3e2d1;text-align:center" |- style="text-align:center"
    37 KB (5,148 words) - 16:48, 14 July 2018
  • ...in the corresponding IDL file at <OpenOffice.org1.1_SDK>/idl/com/sun/star/text/TextDocument.idl : interface com::sun::star::text::XTextDocument;
    55 KB (7,741 words) - 12:15, 11 September 2022
  • ...an dengan memilih link '''ZIP of folder'''. Anda bisa menggunakan aplikasi text editor pilihan Anda. Setelah selesai menterjemahkan, kirimkan direktori ter
    3 KB (347 words) - 12:42, 23 March 2009
  • I have to give a warning here: The rest of the text is pretty technical; it's more or less the protocol of changes done on the All the text should give an internal View of what Primitives are, how they work and what
    124 KB (18,756 words) - 09:48, 24 February 2010
  • text for image maps and layer titles and descriptions.
    6 KB (892 words) - 20:41, 9 September 2007
  • |Aqua: problem in text input of single ASCII character using input method * Impress drag text box not working http://www.openoffice.org/issues/show_bug.cgi?id=89484 ,->
    50 KB (7,402 words) - 18:52, 16 March 2010
  • ...s text, or references to cells / cell ranges containing complex numbers as text. ...'''IMPRODUCT'''</tt> returns <tt>'''complexnum1*complexnum2*...'''</tt> as text.
    2 KB (206 words) - 12:14, 30 January 2024
  • ...n be easy compiled and run from within NetBeans. Read the "How_to_use.txt" text file in the project root to get info about how you can adapt the project to
    15 KB (2,482 words) - 09:51, 24 February 2010
  • 584 B (33 words) - 14:08, 24 December 2007
  • ...applied (same behavior). It is used to store variables string since fixed text is for constant strings. * '''Edit''' : a text box
    16 KB (2,441 words) - 21:40, 18 May 2007
  • ''' "_: accessibility.src#SID_SD_A11Y_I_DRAWVIEW_N.string.text\n" '''
    4 KB (547 words) - 07:56, 4 August 2008
  • ...ound-color: rgb(140, 45, 6); color: rgb(255, 255, 255); font-weight: bold; text-align: center;">WANT TO HELP?</div> *[[Documentation/FAQ/Writer|Working with Text Documents (Writer)]]
    8 KB (953 words) - 12:09, 3 October 2023
  • [18:12] ericb2 these files are text files, using a "Windows" separator, but this is not a problem at all
    38 KB (5,190 words) - 07:59, 22 June 2010
  • ...g font, which does not contain the required characters, is assigned to the text.
    838 B (128 words) - 12:48, 22 July 2022
  • rem: this page could need an update: current text is valid for OOo 1.0 and StarOffice 7.
    1 KB (163 words) - 15:03, 17 November 2020
  • [2008-05-07 15:08:51] <hdu_hh> and nicer looking text...
    2 KB (302 words) - 10:54, 16 December 2009

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Views
Personal tools