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
  • ...ormula editor ENHANCEMENT STARTED P3 Alignment of baselines of formula and text in writer
    28 KB (4,020 words) - 11:31, 5 January 2010
  • Returns the average of the arguments, ignoring text. ...ns <tt>'''2'''</tt>, the average of <tt>'''1'''</tt> and <tt>'''3'''</tt>. Text is ignored.
    2 KB (272 words) - 13:09, 2 February 2024
  • * [[Documentation/FAQ/Writer/FormattingText | Formatting Text]]
    1 KB (196 words) - 12:24, 15 February 2021
  • ...le code numérique du premier caractère dans une chaîne de texte <tt>'''text'''</tt>, dans la plage 0-255.
    1 KB (180 words) - 13:55, 6 May 2009
  • ...d {{key|Ctrl|U}} after "<font color="darkblue">then</font>" to format your text italic.<br/>
    894 B (146 words) - 14:04, 23 July 2022
  • ...cters, click {{button|OK}} to insert the characters at the location of the text cursor.
    2 KB (234 words) - 13:44, 23 July 2022
  • SDF file format - which can be read and edited with a simple text editor - can be converted into .po files. Once the Communities have finaliz '''Q: Is there any tool which can convert automatically a two-language text glossary into a PO file, for example the glossary extracted from the SunGlo
    10 KB (1,617 words) - 08:41, 27 December 2018
  • * word count finds text in redlines * Drawing shapes cannot be grouped with writer graphics/text frames (e.g. #i5713#)
    5 KB (771 words) - 13:47, 28 March 2010
  • ...yed in the digital signature dialog and the status bar. For the '(signed)' text, this one is shown in the title bar of the document window next to the file
    8 KB (1,385 words) - 22:11, 28 April 2014
  • === How to Read the Task Text === The task text starts with
    4 KB (672 words) - 11:33, 22 March 2010
  • '''Text and keyboard''' events: Unicode or Macintosh-encoded text input and raw keyboard presses
    1 KB (147 words) - 09:56, 19 August 2006
  • {{DISPLAYTITLE: I'd like to create a CD cover, but I'm not able to rotate the text so that it is readable on the side of the CD. What is the procedure for thi '''I'd like to create a CD cover, but I'm not able to rotate the text so that it is readable on the side of the CD. What is the procedure for thi
    999 B (175 words) - 12:34, 7 October 2021
  • ...d drawing object, including shadows. You can also change the shape of the text baseline. The FontWork command is only available for objects that contain text.
    962 B (143 words) - 14:33, 12 August 2022
  • |Wrong Setting!Take this setting anyway?|| text Area || This field indicates the problem occurring, means the dragging dist ...f border!|| Text Area|| When the user drags the lines out of the page, the text shows the information, and the action will not be considered as valid, the
    3 KB (431 words) - 13:11, 28 March 2010
  • ''Math'' uses 7 different text fonts to typeset formulas - *''Text''. Text (such as<font color="brown">''' &quot;abc&quot;'''</font>) is usually types
    3 KB (430 words) - 13:08, 7 October 2021
  • | Manual:Creating pages with preloaded text
    4 KB (353 words) - 23:07, 18 May 2011
  • which means that you insert them as text.
    1 KB (225 words) - 13:08, 8 October 2021
  • ** this list is a '''plain''' text list ...ih.gov/entrez/linkout/journals/jourlists.cgi?typeid=1&type=journals&format=text&operation=Show
    28 KB (4,013 words) - 09:05, 8 March 2012
  • ...d solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-we </div> <div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size
    4 KB (526 words) - 14:25, 13 April 2022
  • {| 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
    8 KB (1,049 words) - 12:27, 17 January 2016
  • ...+ goodies CGM import filter (For binary encoded CGM only - clear-text or character based encoding not yet supported) ...ondlgs680mi.dll 57.344 - + svx UNO service for asian text conversion
    28 KB (2,833 words) - 18:13, 30 September 2007
  • =Text fields in impress= This specification is about the feature text fields in impress. Currently it only covers the new addition of "Page Count
    5 KB (643 words) - 21:08, 4 February 2009
  • ...isually with the mouse and then using it to format objects (f.e. use it as text color, fill color, stroke color, background color, e.t.c.).
    3 KB (413 words) - 11:51, 4 February 2009
  • == First step: text mode browser == First a "text mode browser" was built, that accept an object as a parameter and displays
    4 KB (693 words) - 12:04, 9 August 2021
  • ...ls.openoffice.org/source/browse/*checkout*/tools/dmake/man/dmake.nc (plain text)</P></LI>
    23 KB (3,729 words) - 11:36, 25 March 2010
  • & oEv.Source.Text & "')" oEv.Source.Text )
    5 KB (844 words) - 07:18, 10 August 2006
  • ...unctions can be setup to import or export data to the admin database using text files.<br>The files would be simple [[XML files]].<br> For the example data
    5 KB (927 words) - 03:50, 12 November 2006
  • ...ing ENTER once can extend the graphics by one. And user also can adapt the text by using ALT to make it in the same graphic or not. *Converting text into graphics
    8 KB (1,258 words) - 02:31, 30 April 2009
  • ...sic structure the same as the driver.odb database. In this I will just add text tables that are identical to the tables to be exported to each driver.odb f With the HSQL engine exporting a table to a text file could not be easier.
    6 KB (872 words) - 15:46, 30 January 2021
  • ...ould be to use the GNOME notification area and for a fixed period show the text of the tip there instead which explains what has taken place, and disappear To improve the readability of text on slides the possibility to use DTP-typesetting features would be nice. As
    32 KB (5,328 words) - 08:59, 10 January 2011
  • * Beim Anpassen der Symbolleisten als Text neben dem Symbol
    2 KB (204 words) - 23:17, 21 October 2012
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || ~Select Text || Se~leccionar texto || align="center"| l || &nbsp; || &nbsp;
    116 KB (13,810 words) - 00:15, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 239314 || Te~xt... || ~Text... || align="center"| T || &nbsp; || &nbsp;
    117 KB (13,627 words) - 00:14, 16 March 2010
  • |ConvertToEdit||AMT||SID_FM_CONVERTTO_EDIT||Replace with Text Box||10734 |DrawText||AMT||SID_DRAW_TEXT||Text||10253
    92 KB (12,156 words) - 11:39, 28 March 2010
  • ...to specify a cell for a data series name, for example, you can put in the text. This is also useful when you need to put in goals to measure against. Fo ...on line, or have the factor go next to the text in the legend, or have the text of the R^2 box specify which series it applies against, or ... You get the
    26 KB (4,389 words) - 19:14, 24 December 2012
  • ...hen you want to have a PDF bookmark without a corresponding section in the text. For this it would be nice to have "invisible" bookmark elements for the PD ...be hard to direct any keyboard input (a Tab press might be required) to a text box, in which the user could enter the Unicode number or other identifying
    21 KB (3,653 words) - 19:24, 7 December 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || ~Select Text || ~Sélectionner le texte || align="center"| S || &nbsp; || &nbsp;
    118 KB (14,332 words) - 00:15, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || ~Select Text || Szöve~g kijelölése || align="center"| g || &nbsp; || &nbsp;
    117 KB (14,609 words) - 00:26, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || ~Select Text || Sele~ziona testo || align="center"| z || &nbsp; || &nbsp;
    116 KB (13,424 words) - 10:05, 5 December 2008
  • ...tings for various parts of the office suite. Each table corresponds to one text file. ...~Help || ~Help voor StarOffice || align="center"| H || &nbsp; || &nbsp; ''Text should read "Help voor OpenOffice.org"''
    121 KB (14,247 words) - 00:17, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. Więcej informacji na temat zasad na stronie [[Mnemonics Localisation | 240447 || ~Select Text || Zaznacz t~ekst || align="center"| e || &nbsp; || &nbsp;
    122 KB (14,971 words) - 00:18, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || ~Select Text || S~elecionar Texto || align="center"| e || &nbsp; || &nbsp;
    116 KB (13,947 words) - 00:20, 16 March 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 240447 || S~elect Text
    130 KB (10,692 words) - 21:39, 8 May 2010
  • ...tings for various parts of the office suite. Each table corresponds to one text file. | 239314 || Te~xt... || ~Text... || align="center"| T || &nbsp; || &nbsp;
    114 KB (13,610 words) - 00:22, 16 March 2010
  • <inst:update type="text/html" src="http://update.services.openoffice.org/ooo/snapshot.html" /> As the type attribute of the update tag is "text/html", OOo will pass the URL specified in the src attribute to a browser. I
    19 KB (2,697 words) - 01:12, 25 December 2023
  • ! style="text-align: left;" | Project Lead ! style="text-align: left;" | Specification Owner
    15 KB (2,285 words) - 08:53, 15 September 2007
  • * [http://www.openoffice.org/issues/show_bug.cgi?id=76247 Text grid enhancement for better CJK support]
    3 KB (481 words) - 03:06, 24 April 2009
  • <td> A function parameter is an invalid type, e.g. text instead definition or a cell referenced in the formula contains text rather
    6 KB (777 words) - 12:49, 30 March 2010
  • : Use a text editor for creating and editing. The reason is that the office application H5 { text-decoration: underline }
    7 KB (958 words) - 11:30, 25 October 2009
  • ...is would, in a first step, allow get rid of today's drivers for Calc, flat text files, and the KDE address book. Additionally, it would tremendously ease t
    4 KB (660 words) - 00:15, 16 December 2009

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

Views
Personal tools